Push Reinforce agent to the Hub
Browse files- hyperparameters.json +1 -1
- model.pt +2 -2
- replay.mp4 +2 -2
- results.json +1 -1
hyperparameters.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"h_size":
|
|
|
1 |
+
{"h_size": 512, "n_training_episodes": 20000, "n_evaluation_episodes": 10, "max_t": 5000, "gamma": 0.99, "lr": 0.05, "env_id": "Pong-PLE-v0", "state_space": 7, "action_space": 3}
|
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:140d1156adb1988a2c0c257fa3688eaf1b602d5f6a2bd443857470ad6dc66eea
|
3 |
+
size 2141773
|
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:bd0bfcc6c960cd6d109baff9e4611bd22581776ba4cf9f04cf2ad2b9fdac58e0
|
3 |
+
size 14609
|
results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"env_id": "Pong-PLE-v0", "mean_reward": -16.0, "n_evaluation_episodes": 10, "eval_datetime": "2022-07-
|
|
|
1 |
+
{"env_id": "Pong-PLE-v0", "mean_reward": -16.0, "n_evaluation_episodes": 10, "eval_datetime": "2022-07-25T22:19:55.987410"}
|