Upload folder using huggingface_hub
Browse files- README.md +1 -2
- model.pt +2 -2
- results.json +1 -1
README.md
CHANGED
|
@@ -16,11 +16,10 @@ 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 |
# **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
|
|
|
|
| 16 |
type: Pixelcopter-PLE-v0
|
| 17 |
metrics:
|
| 18 |
- type: mean_reward
|
| 19 |
+
value: 25.90 +/- 19.03
|
| 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**.
|
|
|
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:aa91aa4850db5050afc5143d04768189741daebdfa798550b38cda693d5e0e94
|
| 3 |
+
size 5897
|
results.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"env_id": "Pixelcopter-PLE-v0", "mean_reward":
|
|
|
|
| 1 |
+
{"env_id": "Pixelcopter-PLE-v0", "mean_reward": 25.9, "n_evaluation_episodes": 10, "eval_datetime": "2026-04-06T07:41:38.191942"}
|