grib0ed0v commited on
Commit
c295e7b
1 Parent(s): 3b7596b

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: -24.70 +/- 52.00
21
  name: mean_reward
22
  verified: false
23
  ---
@@ -40,12 +40,12 @@ model-index:
40
  'total_timesteps': 500000
41
  'learning_rate': 0.00025
42
  'num_envs': 16
43
- 'num_steps': 128
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.9995
47
  'gae_lambda': 0.97
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': 'grib0ed0v/ppo-LunarLander-v2-unit8'
58
- 'batch_size': 2048
59
- 'minibatch_size': 512}
60
  ```
61
 
 
17
  type: LunarLander-v2
18
  metrics:
19
  - type: mean_reward
20
+ value: 6.03 +/- 78.05
21
  name: mean_reward
22
  verified: false
23
  ---
 
40
  'total_timesteps': 500000
41
  'learning_rate': 0.00025
42
  'num_envs': 16
43
+ 'num_steps': 1024
44
  'anneal_lr': True
45
  'gae': True
46
  'gamma': 0.9995
47
  'gae_lambda': 0.97
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': 'grib0ed0v/ppo-LunarLander-v2-unit8'
58
+ 'batch_size': 16384
59
+ 'minibatch_size': 256}
60
  ```
61
 
logs/events.out.tfevents.1728032290.32e588a9c7ee.16910.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:582d28c9d2af98484aa6472c00610e31196680ab2b1834d65a45a93dc42fac3a
3
+ size 239948
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce9fe69889acbcf8344df8324cf4aa1545cd56fc8766b3883529cb2f2613e955
3
  size 43026
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12d5c83ba110110849ec52ef8cc49dd476dc2ae349e33dc4f35c61f69d3f3f63
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": -24.6983643934922, "std_reward": 52.00093006149238, "n_evaluation_episodes": 10, "eval_datetime": "2024-10-04T08:56:25.536757"}
 
1
+ {"env_id": "LunarLander-v2", "mean_reward": 6.029210496709192, "std_reward": 78.04807198260976, "n_evaluation_episodes": 10, "eval_datetime": "2024-10-04T09:06:27.688221"}