yumingyi commited on
Commit
82d7938
·
1 Parent(s): 6eb18d0

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: -5.52 +/- 86.96
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -39,14 +39,14 @@ model-index:
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 500000
41
  'learning_rate': 0.0003
42
- 'num_envs': 4
43
- 'num_steps': 128
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.99
47
  'gae_lambda': 0.98
48
- 'num_minibatches': 4
49
- 'update_epochs': 4
50
  'norm_adv': True
51
  'clip_coef': 0.1
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': 512
59
- 'minibatch_size': 128}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 72.56 +/- 59.08
21
  name: mean_reward
22
  verified: false
23
  ---
 
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 500000
41
  'learning_rate': 0.0003
42
+ 'num_envs': 8
43
+ 'num_steps': 512
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.99
47
  'gae_lambda': 0.98
48
+ 'num_minibatches': 8
49
+ 'update_epochs': 8
50
  'norm_adv': True
51
  'clip_coef': 0.1
52
  'clip_vloss': True
 
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'yumingyi/lunarlander-v2-unit8'
58
+ 'batch_size': 4096
59
+ 'minibatch_size': 512}
60
  ```
61
 
logs/events.out.tfevents.1680168411.9015aca90cf1.36108.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2e9d5adeab6d860cb2280d8543e26612e8bd4428c56f9b6abab1d22d21fc3d2
3
+ size 63489
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec11a0bf4cd41f4d7502e7fce3d51436a8b46926980f7bb7706a6b03b85d95b5
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37fd6388fa8e524b7672f4f59d3fe6e48405e01046e9d8a680fd007a11fe952d
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": -5.524101016230057, "std_reward": 86.95777608679323, "n_evaluation_episodes": 10, "eval_datetime": "2023-03-30T09:24:41.545469"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 72.5568676266118, "std_reward": 59.08436386889436, "n_evaluation_episodes": 10, "eval_datetime": "2023-03-30T09:37:22.337265"}