jfelgate commited on
Commit
4380ae9
1 Parent(s): aefa27f

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: -149.62 +/- 69.77
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': 500000
41
- 'learning_rate': 1e-05
42
- 'num_envs': 8
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': 5
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': 'jfelgate/ppo-LunarLander-v2'
58
- 'batch_size': 1024
59
- 'minibatch_size': 256}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -140.52 +/- 139.30
21
  name: mean_reward
22
  verified: false
23
  ---
 
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': 1024
44
  'anneal_lr': True
45
  'gae': True
46
+ 'gamma': 0.995
47
+ 'gae_lambda': 0.98
48
  'num_minibatches': 4
49
+ 'update_epochs': 8
50
  'norm_adv': True
51
  'clip_coef': 0.2
52
  'clip_vloss': True
53
+ 'ent_coef': 0.05
54
  'vf_coef': 0.5
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'jfelgate/ppo-LunarLander-v2'
58
+ 'batch_size': 4096
59
+ 'minibatch_size': 1024}
60
  ```
61
 
logs/events.out.tfevents.1698072202.527fe3665085.23376.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56ec84c2da8a5ae7fd2cb6dfb30ce36fda4414474aeea18ad1b2e8b64bc213a9
3
+ size 70530
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b1d5295d0f0a75b98170f907a71cb16c194d86cc49afd079f10c4ee8776f427
3
  size 43026
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cbfaecbb24ac3ea65256e285fbc416819df587a8c6637a7ce8bed6a7d1acbaf
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": -149.62111145713575, "std_reward": 69.77237910656221, "n_evaluation_episodes": 10, "eval_datetime": "2023-10-23T14:36:56.923918"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -140.5234187987159, "std_reward": 139.30437296107738, "n_evaluation_episodes": 10, "eval_datetime": "2023-10-23T14:44:01.462272"}