Upload folder using huggingface_hub
Browse files- README.md +2 -2
- model.pt +1 -1
- replay.mp4 +0 -0
- results.json +1 -1
README.md
CHANGED
|
@@ -16,12 +16,12 @@ model-index:
|
|
| 16 |
type: CartPole-v1
|
| 17 |
metrics:
|
| 18 |
- type: mean_reward
|
| 19 |
-
value:
|
| 20 |
name: mean_reward
|
| 21 |
verified: false
|
| 22 |
---
|
| 23 |
|
| 24 |
# **Reinforce** Agent playing **CartPole-v1**
|
| 25 |
This is a trained model of a **Reinforce** agent playing **CartPole-v1** .
|
| 26 |
-
To learn to use this model and train yours check the Deep Reinforcement Learning Course: https://huggingface.co/
|
| 27 |
|
|
|
|
| 16 |
type: CartPole-v1
|
| 17 |
metrics:
|
| 18 |
- type: mean_reward
|
| 19 |
+
value: 500.00 +/- 0.00
|
| 20 |
name: mean_reward
|
| 21 |
verified: false
|
| 22 |
---
|
| 23 |
|
| 24 |
# **Reinforce** Agent playing **CartPole-v1**
|
| 25 |
This is a trained model of a **Reinforce** agent playing **CartPole-v1** .
|
| 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 3264
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5082c1b3c2ce77d13fb9a324c6326a97217d42fec628ba9a6868a5812b36308c
|
| 3 |
size 3264
|
replay.mp4
CHANGED
|
Binary files a/replay.mp4 and b/replay.mp4 differ
|
|
|
results.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"env_id": "CartPole-v1", "mean_reward":
|
|
|
|
| 1 |
+
{"env_id": "CartPole-v1", "mean_reward": 500.0, "n_evaluation_episodes": 10, "eval_datetime": "2025-02-05T07:37:07.848502"}
|