andrewzhang505
commited on
Commit
•
0db1548
1
Parent(s):
3f333a4
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,8 +4,21 @@ tags:
|
|
4 |
- deep-reinforcement-learning
|
5 |
- reinforcement-learning
|
6 |
- sample-factory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
-
A **APPO** model trained on the **mujoco_ant** environment.
|
10 |
This model was trained using Sample Factory 2.0: https://github.com/alex-petrenko/sample-factory
|
11 |
|
|
|
4 |
- deep-reinforcement-learning
|
5 |
- reinforcement-learning
|
6 |
- sample-factory
|
7 |
+
model-index:
|
8 |
+
- name: APPO
|
9 |
+
results:
|
10 |
+
- metrics:
|
11 |
+
- type: mean_reward
|
12 |
+
value: 5876.09 +/- 166.99
|
13 |
+
name: mean_reward
|
14 |
+
task:
|
15 |
+
type: reinforcement-learning
|
16 |
+
name: reinforcement-learning
|
17 |
+
dataset:
|
18 |
+
name: mujoco_ant
|
19 |
+
type: mujoco_ant
|
20 |
---
|
21 |
|
22 |
+
A(n) **APPO** model trained on the **mujoco_ant** environment.
|
23 |
This model was trained using Sample Factory 2.0: https://github.com/alex-petrenko/sample-factory
|
24 |
|