Chris1 commited on
Commit
5b3c556
1 Parent(s): 46d963e

Push Reinforce agent to the Hub

Browse files
Files changed (4) hide show
  1. hyperparameters.json +1 -1
  2. model.pt +2 -2
  3. replay.mp4 +2 -2
  4. results.json +1 -1
hyperparameters.json CHANGED
@@ -1 +1 @@
1
- {"h_size": 128, "n_training_episodes": 20000, "n_evaluation_episodes": 10, "max_t": 5000, "gamma": 0.99, "lr": 0.001, "env_id": "Pong-PLE-v0", "state_space": 7, "action_space": 3}
 
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:a995edaa763da386bc366b7114970990b90b69b8f86325ea249f44fbc62ec2e0
3
- size 144973
 
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:e8b5c63ff7594789af926646ac2065c922a80580f9c329df9531c50d54acfeae
3
- size 11653
 
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-25T01:40:23.944017"}
 
1
+ {"env_id": "Pong-PLE-v0", "mean_reward": -16.0, "n_evaluation_episodes": 10, "eval_datetime": "2022-07-25T22:19:55.987410"}