alexchilton commited on
Commit
a86da0e
·
verified ·
1 Parent(s): 0d0c038

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: 101.89 +/- 61.28
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -35,27 +35,27 @@ model-index:
35
  'track': False
36
  'wandb_project_name': 'cleanRL'
37
  'wandb_entity': None
38
- 'capture_video': True
39
  'env_id': 'LunarLander-v2'
40
- 'total_timesteps': 1500000
41
- 'learning_rate': 0.0001
42
  'num_envs': 4
43
- 'num_steps': 2048
44
  'anneal_lr': True
45
  'gae': True
46
- 'gamma': 0.999
47
- 'gae_lambda': 0.98
48
- 'num_minibatches': 32
49
  'update_epochs': 10
50
  'norm_adv': True
51
- 'clip_coef': 0.1
52
  'clip_vloss': True
53
- 'ent_coef': 0.001
54
- 'vf_coef': 0.7
55
  'max_grad_norm': 0.5
56
- 'target_kl': 0.01
57
  'repo_id': 'alexchilton/lunarlanding-v2'
58
- 'batch_size': 8192
59
- 'minibatch_size': 256}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 195.84 +/- 80.51
21
  name: mean_reward
22
  verified: false
23
  ---
 
35
  'track': False
36
  'wandb_project_name': 'cleanRL'
37
  'wandb_entity': None
38
+ 'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
+ 'total_timesteps': 1000000
41
+ 'learning_rate': 0.0003
42
  'num_envs': 4
43
+ 'num_steps': 128
44
  'anneal_lr': True
45
  'gae': True
46
+ 'gamma': 0.995
47
+ 'gae_lambda': 0.95
48
+ 'num_minibatches': 4
49
  'update_epochs': 10
50
  'norm_adv': True
51
+ 'clip_coef': 0.2
52
  'clip_vloss': True
53
+ 'ent_coef': 0.005
54
+ 'vf_coef': 0.5
55
  'max_grad_norm': 0.5
56
+ 'target_kl': 0.02
57
  'repo_id': 'alexchilton/lunarlanding-v2'
58
+ 'batch_size': 512
59
+ 'minibatch_size': 128}
60
  ```
61
 
logs/events.out.tfevents.1739869025.MacBookPro.1945.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f01c8b5761da8dc82c23816a395c1405b7a039c7c8b209a4bb16eac094ffef4
3
+ size 1320189
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a6cff44df1bb1160146e7f7acc8e9b13e7e5ba65fac63f18346857ffdf48470
3
  size 42898
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:928c10d7fd80e507c638aabf795f8921fba09a0007eb6e7bd30686e486296ded
3
  size 42898
replay.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2decdffeab8d886c90dd5d92b4774a13676f3b270580a194e6496f9dc80cfd82
3
- size 180999
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b935785f894014d113c8c70a9ebf7f4d848d4cf03326e3021bb2d20a13894a
3
+ size 70051
results.json CHANGED
@@ -1 +1 @@
1
- {"env_id": "LunarLander-v2", "mean_reward": 101.88822004952031, "std_reward": 61.283516924229104, "n_evaluation_episodes": 10, "eval_datetime": "2025-02-18T09:55:59.930880"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 195.8408745657809, "std_reward": 80.51279738011101, "n_evaluation_episodes": 10, "eval_datetime": "2025-02-18T10:07:33.520378"}