Upload . with huggingface_hub
Browse files- README.md +2 -2
- hyperparameters.json +1 -1
- model.pt +2 -2
- replay.mp4 +2 -2
- results.json +1 -1
README.md
CHANGED
@@ -16,12 +16,12 @@ 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
|
27 |
|
|
|
16 |
type: Pixelcopter-PLE-v0
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: 18.90 +/- 8.83
|
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 |
|
hyperparameters.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"h_size": 64, "n_training_episodes":
|
|
|
1 |
+
{"h_size": 64, "n_training_episodes": 36000, "n_evaluation_episodes": 10, "max_t": 10000, "gamma": 0.99, "lr": 0.0001, "env_id": "Pixelcopter-PLE-v0", "state_space": 7, "action_space": 2}
|
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:23a2bd95b3f6d4c23afcec63484d8f211a38d3f06cc66226dd20f73dc235a4e2
|
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:f2c95b5d295d8cc154822045a1e4ecea59c1387f6524f77e582b1fc107c51312
|
3 |
+
size 8612
|
results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"env_id": "Pixelcopter-PLE-v0", "mean_reward":
|
|
|
1 |
+
{"env_id": "Pixelcopter-PLE-v0", "mean_reward": 18.9, "n_evaluation_episodes": 10, "eval_datetime": "2023-03-31T19:58:01.449925"}
|