mgmeskill commited on
Commit
0ced67b
·
1 Parent(s): ff11295

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: 46.04 +/- 80.34
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -44,16 +44,16 @@ model-index:
44
  'num_steps': 128
45
  'anneal_lr': True
46
  'gae': True
47
- 'gamma': 0.9
48
- 'gae_lambda': 0.95
49
  'num_minibatches': 4
50
- 'update_epochs': 2
51
  'norm_adv': True
52
  'clip_coef': 0.2
53
  'clip_vloss': True
54
- 'ent_coef': 0.01
55
- 'vf_coef': 0.5
56
- 'max_grad_norm': 0.5
57
  'target_kl': None
58
  'repo_id': 'mgmeskill/ppo-LunarLander-v3'
59
  'batch_size': 512
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -99.99 +/- 51.57
21
  name: mean_reward
22
  verified: false
23
  ---
 
44
  'num_steps': 128
45
  'anneal_lr': True
46
  'gae': True
47
+ 'gamma': 0.99
48
+ 'gae_lambda': 0.97
49
  'num_minibatches': 4
50
+ 'update_epochs': 1
51
  'norm_adv': True
52
  'clip_coef': 0.2
53
  'clip_vloss': True
54
+ 'ent_coef': 0.015
55
+ 'vf_coef': 0.75
56
+ 'max_grad_norm': 0.75
57
  'target_kl': None
58
  'repo_id': 'mgmeskill/ppo-LunarLander-v3'
59
  'batch_size': 512
logs/events.out.tfevents.1691894099.4c5d58e91a6c.225.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b1d31335f68314e232b0826e5835e2a276031f8357c32e2c9757137839da19d
3
+ size 217095
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:31476b528f28f631470f505ff9a0372f472596d7801d58a621140ab7db3a0804
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f13198e1466ec011aeede1eca79b4f85e6f120b033e44a7b46a1a23c13bbf27
3
  size 42597
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": 46.042900408334816, "std_reward": 80.33997287187769, "n_evaluation_episodes": 10, "eval_datetime": "2023-08-13T02:34:42.788862"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -99.99204338679954, "std_reward": 51.568848623875674, "n_evaluation_episodes": 10, "eval_datetime": "2023-08-13T02:36:19.263890"}