Upload . with huggingface_hub
Browse files- README.md +7 -6
- model.pt +2 -2
- replay.mp4 +2 -2
- results.json +1 -1
README.md
CHANGED
@@ -8,19 +8,20 @@ tags:
|
|
8 |
model-index:
|
9 |
- name: Reinforce-Pixelcopter-PLE-v0
|
10 |
results:
|
11 |
-
-
|
12 |
-
- type: mean_reward
|
13 |
-
value: 16.30 +/- 10.65
|
14 |
-
name: mean_reward
|
15 |
-
task:
|
16 |
type: reinforcement-learning
|
17 |
name: reinforcement-learning
|
18 |
dataset:
|
19 |
name: Pixelcopter-PLE-v0
|
20 |
type: Pixelcopter-PLE-v0
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# **Reinforce** Agent playing **Pixelcopter-PLE-v0**
|
24 |
This is a trained model of a **Reinforce** agent playing **Pixelcopter-PLE-v0** .
|
25 |
-
To learn to use this model and train yours check Unit
|
26 |
|
|
|
8 |
model-index:
|
9 |
- name: Reinforce-Pixelcopter-PLE-v0
|
10 |
results:
|
11 |
+
- task:
|
|
|
|
|
|
|
|
|
12 |
type: reinforcement-learning
|
13 |
name: reinforcement-learning
|
14 |
dataset:
|
15 |
name: Pixelcopter-PLE-v0
|
16 |
type: Pixelcopter-PLE-v0
|
17 |
+
metrics:
|
18 |
+
- type: mean_reward
|
19 |
+
value: 19.00 +/- 15.68
|
20 |
+
name: mean_reward
|
21 |
+
verified: false
|
22 |
---
|
23 |
|
24 |
# **Reinforce** Agent playing **Pixelcopter-PLE-v0**
|
25 |
This is a trained model of a **Reinforce** agent playing **Pixelcopter-PLE-v0** .
|
26 |
+
To learn to use this model and train yours check Unit 4 of the Deep Reinforcement Learning Course: https://huggingface.co/deep-rl-course/unit4/introduction
|
27 |
|
model.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4257a1262904138672de2b5feb8ba7221f36d253b54bb4c824a9768c2ffa253
|
3 |
+
size 38983
|
replay.mp4
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b656d2800794bbf253895051f5ba1ba0e10f0f83ac8b4ad239c7cdb574dc1ff4
|
3 |
+
size 7779
|
results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"env_id": "Pixelcopter-PLE-v0", "mean_reward":
|
|
|
1 |
+
{"env_id": "Pixelcopter-PLE-v0", "mean_reward": 19.0, "n_evaluation_episodes": 10, "eval_datetime": "2023-03-13T06:23:31.903427"}
|