niltheory commited on
Commit
fa0dc96
1 Parent(s): 557ecfc

Push agent to the Hub

Browse files
README.md CHANGED
@@ -17,7 +17,7 @@ model-index:
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
- value: -130.67 +/- 54.85
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -38,15 +38,15 @@ model-index:
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 50000
41
- 'learning_rate': 0.00025
42
- 'num_envs': 4
43
  'num_steps': 128
44
  'anneal_lr': True
45
  'gae': True
46
- 'gamma': 0.99
47
- 'gae_lambda': 0.95
48
  'num_minibatches': 4
49
- 'update_epochs': 4
50
  'norm_adv': True
51
  'clip_coef': 0.2
52
  'clip_vloss': True
@@ -55,7 +55,7 @@ model-index:
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'niltheory/ppo-LunarLanderv2u8'
58
- 'batch_size': 512
59
- 'minibatch_size': 128}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -152.74 +/- 99.16
21
  name: mean_reward
22
  verified: false
23
  ---
 
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 50000
41
+ 'learning_rate': 0.001
42
+ 'num_envs': 5
43
  'num_steps': 128
44
  'anneal_lr': True
45
  'gae': True
46
+ 'gamma': 0.75
47
+ 'gae_lambda': 0.99
48
  'num_minibatches': 4
49
+ 'update_epochs': 5
50
  'norm_adv': True
51
  'clip_coef': 0.2
52
  'clip_vloss': True
 
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'niltheory/ppo-LunarLanderv2u8'
58
+ 'batch_size': 640
59
+ 'minibatch_size': 160}
60
  ```
61
 
logs/events.out.tfevents.1701201538.e705ad2e6486.19920.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:189967afd29d50b0db903df3c2e165ef9690b7cd7b8c82f5d8b7c837eb1802be
3
+ size 69200
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b51141f29a5fd60d9f7a96a70a1e185897fcb1c4838b12131a7276001db13c08
3
  size 42898
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e83cc8b8fa3f3d97050ea7f23630f49c6481abc1f511ddaa99be59bcd749ac5
3
  size 42898
replay.mp4 CHANGED
Binary files a/replay.mp4 and b/replay.mp4 differ
 
results.json CHANGED
@@ -1 +1 @@
1
- {"env_id": "LunarLander-v2", "mean_reward": -130.6748095205718, "std_reward": 54.84788216866614, "n_evaluation_episodes": 10, "eval_datetime": "2023-11-28T19:54:41.705277"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -152.73803951927806, "std_reward": 99.16277580962758, "n_evaluation_episodes": 10, "eval_datetime": "2023-11-28T20:00:03.211512"}