Push Reinforce agent to the Hub
Browse files- README.md +1 -1
- hyperparameters.json +1 -1
- model.pt +2 -2
- replay.mp4 +2 -2
- results.json +1 -1
README.md
CHANGED
@@ -16,7 +16,7 @@ model-index:
|
|
16 |
type: Pixelcopter-PLE-v0
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
-
value:
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
|
|
16 |
type: Pixelcopter-PLE-v0
|
17 |
metrics:
|
18 |
- type: mean_reward
|
19 |
+
value: 13.90 +/- 14.43
|
20 |
name: mean_reward
|
21 |
verified: false
|
22 |
---
|
hyperparameters.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"h_size":
|
|
|
1 |
+
{"h_size": 64, "n_training_episodes": 50000, "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:6c4aa1964513531c80dce40da429d6262e14172fa8c4dc987d9536ace3f30102
|
3 |
+
size 4691
|
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:9440ef1c52050007c91b0e41ea3f817d24470148ceaba39b812507068836aee8
|
3 |
+
size 10436
|
results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"env_id": "Pixelcopter-PLE-v0", "mean_reward":
|
|
|
1 |
+
{"env_id": "Pixelcopter-PLE-v0", "mean_reward": 13.9, "n_evaluation_episodes": 10, "eval_datetime": "2022-12-08T22:55:05.920566"}
|