arhamk commited on
Commit
ca1e119
1 Parent(s): 5990e28

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: -198.93 +/- 138.92
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': 1e-05
42
  'num_envs': 4
43
- 'num_steps': 2048
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.99
47
  'gae_lambda': 0.95
48
- 'num_minibatches': 8
49
- 'update_epochs': 10
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': 'arhamk/ppo-LunarLander-v2-2'
58
- 'batch_size': 8192
59
- 'minibatch_size': 1024}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -155.11 +/- 72.85
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.0001
42
  'num_envs': 4
43
+ 'num_steps': 512
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.99
47
  'gae_lambda': 0.95
48
+ 'num_minibatches': 16
49
+ 'update_epochs': 8
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': 'arhamk/ppo-LunarLander-v2-2'
58
+ 'batch_size': 2048
59
+ 'minibatch_size': 128}
60
  ```
61
 
logs/events.out.tfevents.1718025415.887b5cfc0142.12337.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c4e0a68eeae56a1d1849a2dc6f13015d742b78716411a62bca9e228f90e17a6
3
+ size 70975
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbdda57fcf2dccebfd2e45a58ccf4fcfd5c9b9049649eb63e9b4aeaac316fa57
3
  size 43026
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6c5823477f6a37bd9194edb9f45af0d3606ab6a06ee10c233282eadf2a1d850
3
  size 43026
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": -198.92899401262682, "std_reward": 138.91576028315262, "n_evaluation_episodes": 10, "eval_datetime": "2024-06-10T13:14:39.301212"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -155.10927752489494, "std_reward": 72.85296879332041, "n_evaluation_episodes": 10, "eval_datetime": "2024-06-10T13:17:47.166457"}