miki030 commited on
Commit
d039fcf
·
1 Parent(s): 57c9aed

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: -179.05 +/- 120.28
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -39,23 +39,23 @@ model-index:
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 50000
41
  'learning_rate': 0.00025
42
- 'num_envs': 4
43
- 'num_steps': 128
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': 'miki030/lunar2'
58
- 'batch_size': 512
59
- 'minibatch_size': 128}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -163.40 +/- 72.18
21
  name: mean_reward
22
  verified: false
23
  ---
 
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 50000
41
  'learning_rate': 0.00025
42
+ 'num_envs': 16
43
+ 'num_steps': 512
44
  'anneal_lr': True
45
  'gae': True
46
+ 'gamma': 0.999
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.02
54
  'vf_coef': 0.5
55
+ 'max_grad_norm': 0.3
56
  'target_kl': 0.015
57
  'repo_id': 'miki030/lunar2'
58
+ 'batch_size': 8192
59
+ 'minibatch_size': 2048}
60
  ```
61
 
logs/events.out.tfevents.1693209478.d39058c94989.8807.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90d91fa5dd85cd78919e54f872406d8167046b47e13cd4c7b0d1f44ffc477854
3
+ size 61040
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ba9eba95178b8c1eeff91f1866f65cb2c8b1c65ceedc704e4da139555fb0614
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb630396dcb2290e0f0ae6c950529d1eea10233490d308c1b1c069f43bd049a6
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": -179.0538394106519, "std_reward": 120.28112490634173, "n_evaluation_episodes": 10, "eval_datetime": "2023-08-28T07:55:13.426272"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -163.40478929612743, "std_reward": 72.17678192937309, "n_evaluation_episodes": 10, "eval_datetime": "2023-08-28T07:58:19.343356"}