anders0204 commited on
Commit
e05749f
·
1 Parent(s): 401640a

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: -159.64 +/- 88.02
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -34,18 +34,18 @@ model-index:
34
  'cuda': True
35
  'track': True
36
  'wandb_project_name': 'cleanRL'
37
- 'wandb_entity': 'andersva'
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 50000
41
  'learning_rate': 0.0003
42
- 'num_envs': 16
43
- 'num_steps': 512
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.999
47
  'gae_lambda': 0.98
48
- 'num_minibatches': 16
49
  'update_epochs': 4
50
  'norm_adv': True
51
  'clip_coef': 0.2
@@ -55,7 +55,7 @@ model-index:
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'anders0204/ppo-LunarLander-v2'
58
- 'batch_size': 8192
59
- 'minibatch_size': 512}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -129.20 +/- 43.13
21
  name: mean_reward
22
  verified: false
23
  ---
 
34
  'cuda': True
35
  'track': True
36
  'wandb_project_name': 'cleanRL'
37
+ 'wandb_entity': None
38
  'capture_video': False
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 50000
41
  'learning_rate': 0.0003
42
+ 'num_envs': 4
43
+ 'num_steps': 64
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.999
47
  'gae_lambda': 0.98
48
+ 'num_minibatches': 4
49
  'update_epochs': 4
50
  'norm_adv': True
51
  'clip_coef': 0.2
 
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'anders0204/ppo-LunarLander-v2'
58
+ 'batch_size': 256
59
+ 'minibatch_size': 64}
60
  ```
61
 
logs/events.out.tfevents.1696598674.Anderss-MacBook-Pro-4.local.44827.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2ff62ab8a8957f0d030f16091eea631c70c6fa69785df9490625288efcbed4b
3
+ size 168804
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fcfa99481292f9d4319f2ed0c8a0771a17cf90e2a343c3f0d6cccedd9085c350
3
  size 42469
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19026d4b9b58c595e6ae30acee3fca653ca7a388bcc20fa45119905b2eadad79
3
  size 42469
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": -159.6383367161775, "std_reward": 88.01540732069066, "n_evaluation_episodes": 10, "eval_datetime": "2023-10-06T15:16:50.353923"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -129.19810942277192, "std_reward": 43.12593961885884, "n_evaluation_episodes": 10, "eval_datetime": "2023-10-06T15:27:13.294625"}