yuval6967 commited on
Commit
b1e2698
1 Parent(s): c0c7e20

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: -49.59 +/- 61.14
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.0001
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': 64
49
- 'update_epochs': 16
50
  'norm_adv': True
51
  'clip_coef': 0.05
52
  'clip_vloss': True
@@ -55,7 +55,7 @@ model-index:
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'yuval6967/LunarLander-v2PPO'
58
- 'batch_size': 16384
59
  'minibatch_size': 256}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 56.93 +/- 37.27
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.0001
42
  'num_envs': 16
43
+ 'num_steps': 2048
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.99
47
  'gae_lambda': 0.98
48
+ 'num_minibatches': 128
49
+ 'update_epochs': 32
50
  'norm_adv': True
51
  'clip_coef': 0.05
52
  'clip_vloss': True
 
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'yuval6967/LunarLander-v2PPO'
58
+ 'batch_size': 32768
59
  'minibatch_size': 256}
60
  ```
61
 
logs/events.out.tfevents.1685097861.2850cb3f29b2.37310.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7b295344028c2d04d54ad1e7fe1c42ab3096c197ffe0dc8edbc28d4316e80fe
3
+ size 780458
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f94efd245a747c0ccb0b634a5629e5af417ce6c06f43091a220e1de4b720fe2f
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:760139cf75adb3cd065d22029eaaa46738a220cbea03b3714f6ad1cce7ed9a76
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": -49.58853985959958, "std_reward": 61.141176711995605, "n_evaluation_episodes": 10, "eval_datetime": "2023-05-26T10:42:23.689720"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 56.934094121960754, "std_reward": 37.269297025429516, "n_evaluation_episodes": 10, "eval_datetime": "2023-05-26T11:02:34.301765"}