Upload . with huggingface_hub
Browse files- README.md +6 -5
- model.pt +1 -1
- replay.mp4 +0 -0
- results.json +1 -1
README.md
CHANGED
|
@@ -16,12 +16,13 @@ model-index:
|
|
| 16 |
type: Pixelcopter-PLE-v0
|
| 17 |
metrics:
|
| 18 |
- type: mean_reward
|
| 19 |
-
value:
|
| 20 |
name: mean_reward
|
| 21 |
verified: false
|
| 22 |
---
|
| 23 |
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
|
|
|
|
|
| 16 |
type: Pixelcopter-PLE-v0
|
| 17 |
metrics:
|
| 18 |
- type: mean_reward
|
| 19 |
+
value: 31.80 +/- 34.71
|
| 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:
|
| 27 |
+
https://huggingface.co/deep-rl-course/unit4/introduction
|
| 28 |
+
|
model.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 38983
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29c657da6bfff5400308acab10cd1c62aa56df84f2d89337eb5a820e6215401b
|
| 3 |
size 38983
|
replay.mp4
CHANGED
|
Binary files a/replay.mp4 and b/replay.mp4 differ
|
|
|
results.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"env_id": "Pixelcopter-PLE-v0", "mean_reward":
|
|
|
|
| 1 |
+
{"env_id": "Pixelcopter-PLE-v0", "mean_reward": 31.8, "n_evaluation_episodes": 10, "eval_datetime": "2023-01-10T12:29:24.951145"}
|