eseskay commited on
Commit
52a647e
1 Parent(s): 6c3586f

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: -43.36 +/- 15.81
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -37,18 +37,18 @@ model-index:
37
  'wandb_entity': None
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
- 'total_timesteps': 500000
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
53
  'ent_coef': 0.01
54
  'vf_coef': 0.5
@@ -56,6 +56,6 @@ model-index:
56
  'target_kl': None
57
  'repo_id': 'eseskay/ppo-LunarLander-v2-unit8-p1'
58
  'batch_size': 512
59
- 'minibatch_size': 128}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 179.83 +/- 105.87
21
  name: mean_reward
22
  verified: false
23
  ---
 
37
  'wandb_entity': None
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
+ 'total_timesteps': 1000000
41
+ 'learning_rate': 0.0005
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': 8
49
  'update_epochs': 4
50
  'norm_adv': True
51
+ 'clip_coef': 0.3
52
  'clip_vloss': True
53
  'ent_coef': 0.01
54
  'vf_coef': 0.5
 
56
  'target_kl': None
57
  'repo_id': 'eseskay/ppo-LunarLander-v2-unit8-p1'
58
  'batch_size': 512
59
+ 'minibatch_size': 64}
60
  ```
61
 
logs/events.out.tfevents.1721256096.04213d94c9ce.25613.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41bf28919321a2628a1f9924d111e7e9dc3800b27f54f7a5752f781717abf698
3
+ size 1416499
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f77ef9c75a6010d53b638b2fbf6a0a2a078997ab1d6d29a1b7ff740ac1d0c4bf
3
  size 43026
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb1f785b876fcc9a407ed6f6a42aae5521aa8df41ae05a44c428cf02a80f5d05
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": -43.35649323305557, "std_reward": 15.810750245442385, "n_evaluation_episodes": 10, "eval_datetime": "2024-07-17T22:24:02.921016"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 179.82501217024523, "std_reward": 105.87364983885976, "n_evaluation_episodes": 10, "eval_datetime": "2024-07-17T23:12:30.019121"}