jfelgate commited on
Commit
a725164
1 Parent(s): 06a1839

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: -45.00 +/- 35.05
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -39,12 +39,12 @@ model-index:
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 200000
41
  'learning_rate': 0.00025
42
- 'num_envs': 4
43
- 'num_steps': 64
44
  'anneal_lr': True
45
  'gae': True
46
- 'gamma': 0.98
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': 'jfelgate/ppo-LunarLander-v2'
58
- 'batch_size': 256
59
- 'minibatch_size': 64}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: -168.75 +/- 78.98
21
  name: mean_reward
22
  verified: false
23
  ---
 
39
  'env_id': 'LunarLander-v2'
40
  'total_timesteps': 200000
41
  'learning_rate': 0.00025
42
+ 'num_envs': 16
43
+ 'num_steps': 1024
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
 
55
  'max_grad_norm': 0.5
56
  'target_kl': None
57
  'repo_id': 'jfelgate/ppo-LunarLander-v2'
58
+ 'batch_size': 16384
59
+ 'minibatch_size': 4096}
60
  ```
61
 
logs/events.out.tfevents.1699191745.a8bcc0a3658b.7433.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42119924bd6024aa1d0d0dadd72d865c5a9d4aeeb05af361a8f3b1ac6fc9a68d
3
+ size 248898
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fd917a58798edf4e5c3d70e266fb42dc71dd7d0b0c925ca80f74a235cbaa733
3
  size 43026
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5702f2b83909dc31a447b9061ed4e18c063d0b6d05ef34ada953045539847f24
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": -45.00305117639023, "std_reward": 35.05382057593984, "n_evaluation_episodes": 10, "eval_datetime": "2023-11-05T13:33:05.112102"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": -168.7544216734099, "std_reward": 78.97805679161364, "n_evaluation_episodes": 10, "eval_datetime": "2023-11-05T13:43:27.367163"}