Iamvincent commited on
Commit
cc9d262
·
1 Parent(s): b68655a

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: -151.38 +/- 78.14
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -37,9 +37,9 @@ model-index:
37
  'wandb_entity': None
38
  'capture_video': False
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
@@ -48,14 +48,14 @@ model-index:
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': 'Iamvincent/ppo-LunarLander-v2'
58
- 'batch_size': 512
59
- 'minibatch_size': 128}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -58.00 +/- 26.36
21
  name: mean_reward
22
  verified: false
23
  ---
 
37
  'wandb_entity': None
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
+ 'total_timesteps': 500000
41
  'learning_rate': 0.00025
42
+ 'num_envs': 16
43
  'num_steps': 128
44
  'anneal_lr': True
45
  'gae': True
 
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': 'Iamvincent/ppo-LunarLander-v2'
58
+ 'batch_size': 2048
59
+ 'minibatch_size': 512}
60
  ```
61
 
logs/events.out.tfevents.1676589490.16efff3e153a.4109.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36fec2c04d55e5dad563d9992302b277602667d1c7ee8827702f42a2f4b20377
3
+ size 338765
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0762c60b8952f57601a85c2d5d3d6f6e862f4cc07ba530b06e3bd7b2d806a2a3
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:130267ed6be293e08f2610e4a2dedb99da2f4b413a3a0e448dc713772dc4f13c
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": -151.38132538634025, "std_reward": 78.13886251057855, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-16T23:15:17.799335"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -58.001692169959405, "std_reward": 26.363216816695704, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-16T23:28:18.810322"}