Push agent to the Hub
Browse files- README.md +4 -4
- logs/events.out.tfevents.1699878486.32527197bbe9.8365.0 +3 -0
- model.pt +1 -1
- 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 |
---
|
@@ -43,12 +43,12 @@ model-index:
|
|
43 |
'num_steps': 512
|
44 |
'anneal_lr': True
|
45 |
'gae': True
|
46 |
-
'gamma': 0.
|
47 |
-
'gae_lambda': 0.
|
48 |
'num_minibatches': 64
|
49 |
'update_epochs': 64
|
50 |
'norm_adv': True
|
51 |
-
'clip_coef': 0
|
52 |
'clip_vloss': True
|
53 |
'ent_coef': 0.01
|
54 |
'vf_coef': 0.5
|
|
|
17 |
type: LunarLander-v2
|
18 |
metrics:
|
19 |
- type: mean_reward
|
20 |
+
value: -15.39 +/- 187.56
|
21 |
name: mean_reward
|
22 |
verified: false
|
23 |
---
|
|
|
43 |
'num_steps': 512
|
44 |
'anneal_lr': True
|
45 |
'gae': True
|
46 |
+
'gamma': 0.5
|
47 |
+
'gae_lambda': 0.5
|
48 |
'num_minibatches': 64
|
49 |
'update_epochs': 64
|
50 |
'norm_adv': True
|
51 |
+
'clip_coef': 2.0
|
52 |
'clip_vloss': True
|
53 |
'ent_coef': 0.01
|
54 |
'vf_coef': 0.5
|
logs/events.out.tfevents.1699878486.32527197bbe9.8365.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca6b0e081f45edf19d17a14945d6d365cd30a25ad527d0594b86eee7daa10832
|
3 |
+
size 173296
|
model.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80402
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2090e8a2d368da53b9285c46a2f8045468452d8d2348269d98267a4a3f159a02
|
3 |
size 80402
|
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": -15.388651850510598, "std_reward": 187.56029215942235, "n_evaluation_episodes": 10, "eval_datetime": "2023-11-13T12:39:52.486758"}
|