HusseinEid commited on
Commit
700a770
·
verified ·
1 Parent(s): be47c6d

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: -164.93 +/- 88.09
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': None
57
  'repo_id': 'HusseinEid/ppo-LunarLander-v2-from-scratch'
58
- 'batch_size': 512
59
- 'minibatch_size': 128}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -44.52 +/- 85.75
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': 6
43
  'num_steps': 128
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.99
47
+ 'gae_lambda': 0.97
48
+ 'num_minibatches': 10
49
+ 'update_epochs': 10
50
  'norm_adv': True
51
+ 'clip_coef': 0.25
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': 'HusseinEid/ppo-LunarLander-v2-from-scratch'
58
+ 'batch_size': 768
59
+ 'minibatch_size': 76}
60
  ```
61
 
logs/events.out.tfevents.1714309692.4f7e93093a7f.2881.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f516e6ba0f8eb3d75716b7331f59e06fa6d56c0375c881b6033eaa24589ad333
3
+ size 70278
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b51141f29a5fd60d9f7a96a70a1e185897fcb1c4838b12131a7276001db13c08
3
  size 42898
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5687ee1d5c8d4748077b77ff955ceb0049782356e3dfe1f7727361f26661d7c1
3
  size 42898
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": -164.92893386969695, "std_reward": 88.09017859194573, "n_evaluation_episodes": 10, "eval_datetime": "2024-04-28T13:04:38.113378"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -44.515785329977845, "std_reward": 85.7539446390707, "n_evaluation_episodes": 10, "eval_datetime": "2024-04-28T13:09:26.068668"}