nlamot commited on
Commit
baab1c4
·
1 Parent(s): f375b59

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +1 -1
  2. hyperparameters.json +1 -1
  3. model.pt +1 -1
  4. replay.mp4 +0 -0
  5. results.json +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ model-index:
16
  type: CartPole-v1
17
  metrics:
18
  - type: mean_reward
19
- value: 387.60 +/- 63.53
20
  name: mean_reward
21
  verified: false
22
  ---
 
16
  type: CartPole-v1
17
  metrics:
18
  - type: mean_reward
19
+ value: 500.00 +/- 0.00
20
  name: mean_reward
21
  verified: false
22
  ---
hyperparameters.json CHANGED
@@ -1 +1 @@
1
- {"h_size": 32, "n_training_episodes": 1000, "n_evaluation_episodes": 10, "max_t": 1000, "gamma": 0.95, "lr": 0.01, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}
 
1
+ {"h_size": 32, "n_training_episodes": 800, "n_evaluation_episodes": 10, "max_t": 1000, "gamma": 0.95, "lr": 0.01, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f2eee5f6284e906a2f0f81665aa7ab2480963668f2f27d69a1cff248b679a08
3
  size 3712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41cc1a22c7aae029c70b1c6586ffac7607c07d6a4dd991f571f5a29e68f0cd01
3
  size 3712
replay.mp4 CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
 
results.json CHANGED
@@ -1 +1 @@
1
- {"env_id": "CartPole-v1", "mean_reward": 387.6, "n_evaluation_episodes": 10, "eval_datetime": "2023-12-15T22:10:08.548303"}
 
1
+ {"env_id": "CartPole-v1", "mean_reward": 500.0, "n_evaluation_episodes": 10, "eval_datetime": "2023-12-15T22:33:11.300395"}