bonadio commited on
Commit
c5eae78
1 Parent(s): 32633a9

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: -17.67 +/- 117.76
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -40,11 +40,11 @@ model-index:
40
  'total_timesteps': 1000000
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
@@ -55,7 +55,7 @@ model-index:
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'bonadio/LunarLander-PPO-unit8'
58
- 'batch_size': 512
59
- 'minibatch_size': 128}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 58.18 +/- 80.80
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.99
47
+ 'gae_lambda': 0.98
48
  'num_minibatches': 4
49
  'update_epochs': 4
50
  'norm_adv': True
 
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'bonadio/LunarLander-PPO-unit8'
58
+ 'batch_size': 4096
59
+ 'minibatch_size': 1024}
60
  ```
61
 
logs/events.out.tfevents.1676571104.a72fabec5a78.15289.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d83c97eea14d51d5f4b601cb6358c4125e82b9582b768e5e48f6a058e45a8b6
3
+ size 654106
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab15a16b18b87bf962ef37e699d27733152d033658070d279c74e1eede715b34
3
  size 42597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d838be9399a654c95f4083ae89eef0d4097ad6f34b563ede47e11994a3649a69
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": -17.671538775258963, "std_reward": 117.76015621919962, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-16T18:04:41.889779"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 58.1785201697326, "std_reward": 80.7997654572084, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-16T18:34:11.248232"}