manuu01 commited on
Commit
f295ac9
1 Parent(s): 17b966d

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: -125.29 +/- 72.73
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': 'manuu01/LunarLander_from_scratch'
58
- 'batch_size': 512
59
- 'minibatch_size': 128}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -121.12 +/- 113.00
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': 2e-05
42
+ 'num_envs': 3
43
+ 'num_steps': 64
44
  'anneal_lr': True
45
  'gae': True
46
+ 'gamma': 0.975
47
  'gae_lambda': 0.95
48
  'num_minibatches': 4
49
+ 'update_epochs': 3
50
  'norm_adv': True
51
+ 'clip_coef': 0.15
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': 'manuu01/LunarLander_from_scratch'
58
+ 'batch_size': 192
59
+ 'minibatch_size': 48}
60
  ```
61
 
logs/events.out.tfevents.1690566085.2bcdd82de121.5073.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:852feab086b77db648b5d48538f1a0aa34d46f63d3b26cc908be607fafdd1cca
3
+ size 3510195
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bba27d90341030bf90ce244dc88db9e44f5bf299a7256b65d18c705991d86a1f
3
  size 42469
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75897c256f4568c4886dce0da55113490b358725501de972980a46ecb2ef9ffb
3
  size 42469
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": -125.28936281107818, "std_reward": 72.7275996072609, "n_evaluation_episodes": 10, "eval_datetime": "2023-07-28T17:36:01.510086"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -121.12026975147424, "std_reward": 113.00067765858311, "n_evaluation_episodes": 10, "eval_datetime": "2023-07-28T17:53:24.325654"}