PaulTbbr commited on
Commit
4d1bd93
·
verified ·
1 Parent(s): bc1dd20

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: -136.93 +/- 54.21
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -37,25 +37,25 @@ 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
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': 'PaulTbbr/ppo-LunarLander-v2-u8'
58
- 'batch_size': 512
59
- 'minibatch_size': 128}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 70.12 +/- 65.81
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.002
42
  'num_envs': 4
43
+ 'num_steps': 1024
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
52
  'clip_vloss': True
53
+ 'ent_coef': 0.001
54
  'vf_coef': 0.5
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'PaulTbbr/ppo-LunarLander-v2-u8'
58
+ 'batch_size': 4096
59
+ 'minibatch_size': 1024}
60
  ```
61
 
logs/events.out.tfevents.1711900794.dcbb53a8808a.11169.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5360e46f32f6df9cfb22cf9e1723ce504483646e3fa982801af9ca746cd0d76
3
+ size 183243
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea7adaf29ec4a7754b07ad326b8010d322ac5eb5ac24d758e971d51f95c5895e
3
  size 43026
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d493c0ebfdd299142323494d8206f32966de48d1f1b3b5db0029ca55e93c7cfc
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": -136.93196333763706, "std_reward": 54.21257241554637, "n_evaluation_episodes": 10, "eval_datetime": "2024-03-31T15:34:09.312176"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 70.12390958673609, "std_reward": 65.80544568502333, "n_evaluation_episodes": 10, "eval_datetime": "2024-03-31T16:13:21.550247"}