MattBoraske
commited on
Commit
•
0ece660
1
Parent(s):
358403f
Upload folder using huggingface_hub
Browse files- README.md +2 -2
- 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 Unit 4 of the Deep Reinforcement Learning Course: https://huggingface.co/deep-rl-course/unit4/introduction
|
27 |
|
|
|
16 |
type: CartPole-v1
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: 487.40 +/- 37.80
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
23 |
|
24 |
# **Reinforce** Agent playing **CartPole-v1**
|
25 |
+
This is a trained model of a **Monte Carlo 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 |
|
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": 487.4, "n_evaluation_episodes": 10, "eval_datetime": "2023-05-26T02:51:04.337657"}
|