docs: add model card YAML metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# TeeUnit Agent
|
| 2 |
|
| 3 |
Trained RL agents for the [TeeUnit Environment](https://huggingface.co/spaces/ziadbc/teeunit-env) - an OpenEnv-compatible Teeworlds arena for LLM-based reinforcement learning.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
tags:
|
| 6 |
+
- reinforcement-learning
|
| 7 |
+
- q-learning
|
| 8 |
+
- game-ai
|
| 9 |
+
- teeworlds
|
| 10 |
+
- openenv
|
| 11 |
+
library_name: custom
|
| 12 |
+
pipeline_tag: reinforcement-learning
|
| 13 |
+
model-index:
|
| 14 |
+
- name: teeunit-agent
|
| 15 |
+
results:
|
| 16 |
+
- task:
|
| 17 |
+
type: reinforcement-learning
|
| 18 |
+
name: Game Playing
|
| 19 |
+
dataset:
|
| 20 |
+
type: custom
|
| 21 |
+
name: TeeUnit Environment
|
| 22 |
+
metrics:
|
| 23 |
+
- type: reward
|
| 24 |
+
value: 39.38
|
| 25 |
+
name: Total Reward (20 episodes)
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
# TeeUnit Agent
|
| 29 |
|
| 30 |
Trained RL agents for the [TeeUnit Environment](https://huggingface.co/spaces/ziadbc/teeunit-env) - an OpenEnv-compatible Teeworlds arena for LLM-based reinforcement learning.
|