colinrgodsey
commited on
Commit
•
78cca0e
1
Parent(s):
188274f
Push agent to the Hub
Browse files- README.md +9 -9
- model.pt +2 -2
- replay.mp4 +0 -0
- results.json +1 -1
README.md
CHANGED
@@ -17,7 +17,7 @@ model-index:
|
|
17 |
type: LunarLander-v2
|
18 |
metrics:
|
19 |
- type: mean_reward
|
20 |
-
value:
|
21 |
name: mean_reward
|
22 |
verified: false
|
23 |
---
|
@@ -30,15 +30,15 @@ model-index:
|
|
30 |
```python
|
31 |
{'env_id': 'LunarLander-v2'
|
32 |
'learning_rate': 0.0007
|
33 |
-
'gamma': 0.
|
34 |
-
'gae_lambda': 0.
|
35 |
-
'clip_coef': 0.
|
36 |
-
'total_timesteps':
|
37 |
'ent_coef': 0.01
|
38 |
-
'vf_coef': 0.
|
39 |
-
'max_grad_norm': 0.
|
40 |
-
'epsilon': 0.
|
41 |
-
'num_minibatches':
|
42 |
'update_epochs': 4}
|
43 |
```
|
44 |
|
|
|
17 |
type: LunarLander-v2
|
18 |
metrics:
|
19 |
- type: mean_reward
|
20 |
+
value: 280.55 +/- 20.38
|
21 |
name: mean_reward
|
22 |
verified: false
|
23 |
---
|
|
|
30 |
```python
|
31 |
{'env_id': 'LunarLander-v2'
|
32 |
'learning_rate': 0.0007
|
33 |
+
'gamma': 0.98
|
34 |
+
'gae_lambda': 0.95
|
35 |
+
'clip_coef': 0.2
|
36 |
+
'total_timesteps': 50000000
|
37 |
'ent_coef': 0.01
|
38 |
+
'vf_coef': 0.5
|
39 |
+
'max_grad_norm': 0.5
|
40 |
+
'epsilon': 0.01
|
41 |
+
'num_minibatches': 4
|
42 |
'update_epochs': 4}
|
43 |
```
|
44 |
|
model.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79caddf97e7d4f9a6cbf8198c2f2d186aea657048a8972bcbd5692b89c5d67a5
|
3 |
+
size 129902
|
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":
|
|
|
1 |
+
{"env_id": "LunarLander-v2", "mean_reward": 280.5464417114993, "std_reward": 20.378438258144776, "n_evaluation_episodes": 10, "eval_datetime": "2024-07-17T00:20:25.351131"}
|