r0in commited on
Commit
1513d52
1 Parent(s): 7097629

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: -200.94 +/- 79.61
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': 5000
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
@@ -55,7 +55,7 @@ model-index:
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'r0in/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: 161.75 +/- 50.73
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.00025
42
  'num_envs': 4
43
+ 'num_steps': 1024
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.99
47
  'gae_lambda': 0.95
48
  'num_minibatches': 4
49
+ 'update_epochs': 20
50
  'norm_adv': True
51
  'clip_coef': 0.2
52
  'clip_vloss': True
 
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'r0in/ppo-lunarlander-v2'
58
+ 'batch_size': 4096
59
+ 'minibatch_size': 1024}
60
  ```
61
 
logs/events.out.tfevents.1709102377.78283338e382.9720.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1e619c717bd4d5ecdf5fd05b789932dc4a2b99504646fc9fc209ac868bf8794
3
+ size 352980
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ac1132b34cd37aa87733061e6a98553092d12cd0f7def24c3ac087df8388a48
3
  size 43026
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4d11b76bba64630e9391f1047421a6a20cc600795d2f1db8dba4fa72360a1fe
3
  size 43026
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": -200.94096115501924, "std_reward": 79.60736555398697, "n_evaluation_episodes": 10, "eval_datetime": "2024-02-28T06:37:48.063476"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 161.75016874156762, "std_reward": 50.725816640494514, "n_evaluation_episodes": 10, "eval_datetime": "2024-02-28T07:03:57.335119"}