yaystevek commited on
Commit
4757813
1 Parent(s): be7da79

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: -83.66 +/- 54.56
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -45,7 +45,7 @@ model-index:
45
  'gae': True
46
  'gamma': 0.999
47
  'gae_lambda': 0.98
48
- 'num_minibatches': 4
49
  'update_epochs': 4
50
  'norm_adv': True
51
  'clip_coef': 0.2
@@ -56,6 +56,6 @@ model-index:
56
  'target_kl': None
57
  'repo_id': 'yaystevek/LunarLander-v2-scratch'
58
  'batch_size': 16384
59
- 'minibatch_size': 4096}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 89.60 +/- 50.03
21
  name: mean_reward
22
  verified: false
23
  ---
 
45
  'gae': True
46
  'gamma': 0.999
47
  'gae_lambda': 0.98
48
+ 'num_minibatches': 64
49
  'update_epochs': 4
50
  'norm_adv': True
51
  'clip_coef': 0.2
 
56
  'target_kl': None
57
  'repo_id': 'yaystevek/LunarLander-v2-scratch'
58
  'batch_size': 16384
59
+ 'minibatch_size': 256}
60
  ```
61
 
logs/events.out.tfevents.1693537826.3ba86102856c.20207.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f728e8b8f8c4d988bf2fa30e741f03d501503f453172c1f6afd94bdf9d3c333
3
+ size 330185
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af043ec7cefa0fca327be8cf9b39a18a2347140ecda7863615dca639bc3b4d13
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94fe3b6139499431e3343850e12ef4c491092e6f542ba8d7f5ded71b2e21855c
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": -83.66184538224437, "std_reward": 54.55955836127892, "n_evaluation_episodes": 10, "eval_datetime": "2023-09-01T02:59:17.015253"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 89.59568738624367, "std_reward": 50.0278710664372, "n_evaluation_episodes": 10, "eval_datetime": "2023-09-01T03:30:06.274901"}