yangzhou301 commited on
Commit
afc3951
1 Parent(s): cd6774b

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 +2 -2
  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: 481.40 +/- 55.80
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": 16, "n_training_episodes": 300, "n_evaluation_episodes": 10, "max_t": 4000, "gamma": 1, "lr": 0.01, "env_id": "CartPole-v1", "state_space": 4, "action_space": 2}
 
1
+ {"h_size": 64, "n_training_episodes": 1000, "n_evaluation_episodes": 10, "max_t": 3000, "gamma": 0.997, "lr": 0.005, "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:712ca9eefcd9f4af909e1a5ae47855aceb22cbce9825d3fc19ab55a023729b0a
3
- size 3264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa6bc55aea88273b41aedffff70497c3272460660675471f46d28953cfbb1434
3
+ size 4608
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": 481.4, "n_evaluation_episodes": 10, "eval_datetime": "2024-01-08T07:47:55.818540"}
 
1
+ {"env_id": "CartPole-v1", "mean_reward": 500.0, "n_evaluation_episodes": 10, "eval_datetime": "2024-01-08T07:57:54.180231"}