gstaff commited on
Commit
462d912
1 Parent(s): f7ac16f

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: 81.36 +/- 48.53
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -40,12 +40,12 @@ model-index:
40
  'total_timesteps': 1000000
41
  'learning_rate': 0.00025
42
  'num_envs': 4
43
- 'num_steps': 512
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
@@ -55,7 +55,7 @@ model-index:
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'gstaff/ppo-LunarLander-v2'
58
- 'batch_size': 2048
59
- 'minibatch_size': 512}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 142.90 +/- 32.98
21
  name: mean_reward
22
  verified: false
23
  ---
 
40
  'total_timesteps': 1000000
41
  'learning_rate': 0.00025
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': 64
49
  'update_epochs': 4
50
  'norm_adv': True
51
  'clip_coef': 0.2
 
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'gstaff/ppo-LunarLander-v2'
58
+ 'batch_size': 4096
59
+ 'minibatch_size': 64}
60
  ```
61
 
logs/events.out.tfevents.1677563857.7823c2c484d2.46649.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c2c114c7ab0232c9770957cf7b7a9efd43b07bbeb835108221962e05bbfb0c1
3
+ size 341243
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae0d6aa21e271da69955977a6403945a3d8a221472f1f4163801d505f7fb9ccf
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:600b19d8910768527f5427b09f62ecdd41fc4cc73a5320f119473439b9e97fc6
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": 81.36156247394752, "std_reward": 48.533026380835885, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-28T05:04:05.542403"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 142.8957722429635, "std_reward": 32.97835325255021, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-28T06:27:01.482314"}