yumingyi commited on
Commit
9622968
·
1 Parent(s): 1dbeac7

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: 70.17 +/- 34.81
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -37,16 +37,16 @@ model-index:
37
  'wandb_entity': None
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
- 'total_timesteps': 500000
41
- 'learning_rate': 0.0003
42
- 'num_envs': 16
43
  'num_steps': 1024
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.99
47
  'gae_lambda': 0.98
48
- 'num_minibatches': 16
49
- 'update_epochs': 16
50
  'norm_adv': True
51
  'clip_coef': 0.2
52
  'clip_vloss': True
@@ -55,7 +55,7 @@ model-index:
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'yumingyi/lunarlander-v2-unit8'
58
- 'batch_size': 16384
59
  'minibatch_size': 1024}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 121.60 +/- 29.17
21
  name: mean_reward
22
  verified: false
23
  ---
 
37
  'wandb_entity': None
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
+ 'total_timesteps': 1000000
41
+ 'learning_rate': 0.0006
42
+ 'num_envs': 32
43
  'num_steps': 1024
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.99
47
  'gae_lambda': 0.98
48
+ 'num_minibatches': 32
49
+ 'update_epochs': 32
50
  'norm_adv': True
51
  'clip_coef': 0.2
52
  'clip_vloss': True
 
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'yumingyi/lunarlander-v2-unit8'
58
+ 'batch_size': 32768
59
  'minibatch_size': 1024}
60
  ```
61
 
logs/events.out.tfevents.1680169918.9015aca90cf1.42568.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7069cf1ac6ec0814d8ec138151bf65a95c887544562e75870a37176847cc29b3
3
+ size 16143
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffa6e13c9c5f54cddd6b12aa5e3260a0bd90a81ddb46471b89221709267785e5
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04a32ad87f880170b544ec3bba9503ad1498e3d2aafc710b15b67baf89953464
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": 70.1686766802564, "std_reward": 34.81038362593731, "n_evaluation_episodes": 10, "eval_datetime": "2023-03-30T09:50:14.073862"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 121.59874115522, "std_reward": 29.16706721534741, "n_evaluation_episodes": 10, "eval_datetime": "2023-03-30T10:12:41.453078"}