mgmeskill commited on
Commit
1a4c93b
·
1 Parent(s): 9a4b21a

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: -65.89 +/- 48.70
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -36,18 +36,18 @@ model-index:
36
  'wandb_project_name': 'cleanRL'
37
  'wandb_entity': None
38
  'capture_video': False
39
- 'f': '/root/.local/share/jupyter/runtime/kernel-13ae2347-2156-49eb-80c5-a8b483ae1b52.json'
40
  'env_id': 'LunarLander-v2'
41
- 'total_timesteps': 5000000
42
- 'learning_rate': 0.00022
43
- 'num_envs': 16
44
- 'num_steps': 256
45
  'anneal_lr': True
46
  'gae': True
47
  'gamma': 0.99
48
  'gae_lambda': 0.95
49
  'num_minibatches': 4
50
- 'update_epochs': 4
51
  'norm_adv': True
52
  'clip_coef': 0.2
53
  'clip_vloss': True
@@ -56,7 +56,7 @@ model-index:
56
  'max_grad_norm': 0.5
57
  'target_kl': None
58
  'repo_id': 'mgmeskill/ppo-LunarLander-v3'
59
- 'batch_size': 4096
60
- 'minibatch_size': 1024}
61
  ```
62
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -74.84 +/- 33.01
21
  name: mean_reward
22
  verified: false
23
  ---
 
36
  'wandb_project_name': 'cleanRL'
37
  'wandb_entity': None
38
  'capture_video': False
39
+ 'f': '/root/.local/share/jupyter/runtime/kernel-034b7df4-145b-4db4-9d09-b6d875ced33d.json'
40
  'env_id': 'LunarLander-v2'
41
+ 'total_timesteps': 100000
42
+ 'learning_rate': 0.00024
43
+ 'num_envs': 4
44
+ 'num_steps': 128
45
  'anneal_lr': True
46
  'gae': True
47
  'gamma': 0.99
48
  'gae_lambda': 0.95
49
  'num_minibatches': 4
50
+ 'update_epochs': 2
51
  'norm_adv': True
52
  'clip_coef': 0.2
53
  'clip_vloss': True
 
56
  'max_grad_norm': 0.5
57
  'target_kl': None
58
  'repo_id': 'mgmeskill/ppo-LunarLander-v3'
59
+ 'batch_size': 512
60
+ 'minibatch_size': 128}
61
  ```
62
 
logs/events.out.tfevents.1691893510.4c5d58e91a6c.225.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2859740c3ca6d49dfd7d33805c53edc3156da6c70edf5fe3fe148c51e07785cb
3
+ size 213994
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:15cb7f56f995a36665aa0d7fe1829234173cb37faa85c82c17de17df4a2b70ac
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe4bad068f1aeeb787f57574e8a9a71540801921c50451557fa92b9e5101caf4
3
  size 42597
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": -65.88774618288689, "std_reward": 48.70327928360739, "n_evaluation_episodes": 10, "eval_datetime": "2023-08-13T01:12:02.509462"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -74.8416016528234, "std_reward": 33.00754289204665, "n_evaluation_episodes": 10, "eval_datetime": "2023-08-13T02:26:33.269902"}