Hans14 commited on
Commit
fe43219
·
1 Parent(s): 81b5ae9

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: -81.01 +/- 14.53
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -38,24 +38,24 @@ model-index:
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 200000
41
- 'learning_rate': 0.001
42
  'num_envs': 4
43
- 'num_steps': 256
44
  'anneal_lr': True
45
  'gae': True
46
- 'gamma': 0.95
47
  'gae_lambda': 0.95
48
  'num_minibatches': 4
49
  'update_epochs': 4
50
  'norm_adv': True
51
- 'clip_coef': 0.1
52
  'clip_vloss': True
53
  'ent_coef': 0.01
54
  'vf_coef': 0.5
55
  'max_grad_norm': 0.5
56
  'target_kl': 0.015
57
  'repo_id': 'Hans14/LunarLander-v2'
58
- 'batch_size': 1024
59
- 'minibatch_size': 256}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -122.69 +/- 82.37
21
  name: mean_reward
22
  verified: false
23
  ---
 
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 200000
41
+ 'learning_rate': 0.0003
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': 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
55
  'max_grad_norm': 0.5
56
  'target_kl': 0.015
57
  'repo_id': 'Hans14/LunarLander-v2'
58
+ 'batch_size': 2048
59
+ 'minibatch_size': 512}
60
  ```
61
 
logs/events.out.tfevents.1689492701.8981986e6198.39999.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d261c58ea1bb17f4c9f232947b22f1feb2cc7ed9a0f7c27363b656690903144e
3
+ size 260464
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4c4f34020cf2c50d62ec6986c6ad136135d52f017f47f9c3f13f9f207e3b068
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a522010ab0180b5b45f18791529c0459fdc7ba416ba3db0f18ef426946ccbfc2
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": -81.01337020748892, "std_reward": 14.52916289685471, "n_evaluation_episodes": 10, "eval_datetime": "2023-07-16T07:23:51.838025"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -122.69359882214378, "std_reward": 82.37465602103556, "n_evaluation_episodes": 10, "eval_datetime": "2023-07-16T07:34:28.556599"}