Push agent to the Hub
Browse files- README.md +3 -3
- logs/events.out.tfevents.1698454857.5d0621e95616.44924.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: -43.
|
21 |
name: mean_reward
|
22 |
verified: false
|
23 |
---
|
@@ -43,12 +43,12 @@ model-index:
|
|
43 |
'num_steps': 128
|
44 |
'anneal_lr': True
|
45 |
'gae': True
|
46 |
-
'gamma': 0.
|
47 |
'gae_lambda': 0.9
|
48 |
'num_minibatches': 4
|
49 |
'update_epochs': 8
|
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: -43.48 +/- 111.28
|
21 |
name: mean_reward
|
22 |
verified: false
|
23 |
---
|
|
|
43 |
'num_steps': 128
|
44 |
'anneal_lr': True
|
45 |
'gae': True
|
46 |
+
'gamma': 0.93
|
47 |
'gae_lambda': 0.9
|
48 |
'num_minibatches': 4
|
49 |
'update_epochs': 8
|
50 |
'norm_adv': True
|
51 |
+
'clip_coef': 0.15
|
52 |
'clip_vloss': True
|
53 |
'ent_coef': 0.01
|
54 |
'vf_coef': 0.5
|
logs/events.out.tfevents.1698454857.5d0621e95616.44924.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3907f38b9b0399a97572412509aef535a543a9201be65e3ea872250ec7d9adc8
|
3 |
+
size 150953
|
model.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 43026
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6fb16e6d421e6fe246524a21f0390efe4ad92bb3849fbc981c475b042b292d07
|
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": -43.
|
|
|
1 |
+
{"env_id": "LunarLander-v2", "mean_reward": -43.47633660868862, "std_reward": 111.27950451353276, "n_evaluation_episodes": 10, "eval_datetime": "2023-10-28T01:03:25.307116"}
|