Commit
•
f792549
1
Parent(s):
4f25b9c
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
@@ -10,7 +10,7 @@ model-index:
|
|
10 |
results:
|
11 |
- metrics:
|
12 |
- type: mean_reward
|
13 |
-
value: -
|
14 |
name: mean_reward
|
15 |
task:
|
16 |
type: reinforcement-learning
|
|
|
10 |
results:
|
11 |
- metrics:
|
12 |
- type: mean_reward
|
13 |
+
value: -5.00 +/- 0.00
|
14 |
name: mean_reward
|
15 |
task:
|
16 |
type: reinforcement-learning
|
hyperparameters.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"h_size":
|
|
|
1 |
+
{"h_size": 128, "n_training_episodes": 50000, "n_evaluation_episodes": 10, "max_t": 10000, "gamma": 0.99, "lr": 0.01, "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:a91ad96be44345378771fc4340df4feb6d59234937dcc9dc2ea2648387dda2bf
|
3 |
+
size 7135
|
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:4c23b99089c22e3d7d42c90bd84c0329f35c82686700f9b9c027f053dd4a2d0d
|
3 |
+
size 2095
|
results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"env_id": "Pixelcopter-PLE-v0", "mean_reward": -
|
|
|
1 |
+
{"env_id": "Pixelcopter-PLE-v0", "mean_reward": -5.0, "n_evaluation_episodes": 10, "eval_datetime": "2022-06-29T23:54:21.484902"}
|