Marc-Elie commited on
Commit
d3520c1
1 Parent(s): 122894a

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: -223.69 +/- 89.08
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -38,9 +38,9 @@ model-index:
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 100000
41
- 'learning_rate': 0.0001
42
  'num_envs': 4
43
- 'num_steps': 64
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.995
@@ -48,14 +48,14 @@ model-index:
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': None
57
  'repo_id': 'Marc-Elie/LunarLander-v2-2'
58
- 'batch_size': 256
59
- 'minibatch_size': 64}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 22.03 +/- 61.98
21
  name: mean_reward
22
  verified: false
23
  ---
 
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 100000
41
+ 'learning_rate': 0.001
42
  'num_envs': 4
43
+ 'num_steps': 164
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.995
 
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': None
57
  'repo_id': 'Marc-Elie/LunarLander-v2-2'
58
+ 'batch_size': 656
59
+ 'minibatch_size': 164}
60
  ```
61
 
logs/events.out.tfevents.1684161760.5fc12f631080.25765.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57314f34ba2a79e5e6a952ddea66ab48600cbdf17ea786d7509a5be5cd712529
3
+ size 78794
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb60cd7da7ede9d9f426f84a99dd2c3bec4dfd19a895255c5af662c23ed3d1dc
3
  size 42469
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb0dfc264c36fe8b29154facd46fbd3762d42db929e97394b94519842ec9d466
3
  size 42469
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": -223.688422575805, "std_reward": 89.08091002950407, "n_evaluation_episodes": 10, "eval_datetime": "2023-05-15T14:41:43.247211"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 22.03197476296848, "std_reward": 61.981720157255374, "n_evaluation_episodes": 10, "eval_datetime": "2023-05-15T14:44:55.985532"}