TikhonRadkevich
commited on
Push agent to the Hub
Browse files- README.md +5 -5
- logs/events.out.tfevents.1711130024.tikhon-XPS-15-9570.19393.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': 1000
|
44 |
'anneal_lr': True
|
45 |
'gae': True
|
46 |
-
'gamma': 0.
|
47 |
-
'gae_lambda': 0.
|
48 |
'num_minibatches': 128
|
49 |
-
'update_epochs':
|
50 |
'norm_adv': True
|
51 |
-
'clip_coef': 0.
|
52 |
'clip_vloss': True
|
53 |
'ent_coef': 0.01
|
54 |
'vf_coef': 0.05
|
|
|
17 |
type: LunarLander-v2
|
18 |
metrics:
|
19 |
- type: mean_reward
|
20 |
+
value: -41.61 +/- 54.89
|
21 |
name: mean_reward
|
22 |
verified: false
|
23 |
---
|
|
|
43 |
'num_steps': 1000
|
44 |
'anneal_lr': True
|
45 |
'gae': True
|
46 |
+
'gamma': 0.999
|
47 |
+
'gae_lambda': 0.98
|
48 |
'num_minibatches': 128
|
49 |
+
'update_epochs': 2
|
50 |
'norm_adv': True
|
51 |
+
'clip_coef': 0.05
|
52 |
'clip_vloss': True
|
53 |
'ent_coef': 0.01
|
54 |
'vf_coef': 0.05
|
logs/events.out.tfevents.1711130024.tikhon-XPS-15-9570.19393.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c62f516a555c7bac6751a6724022e9cd5610403228e1cef49481d2c243ec8da
|
3 |
+
size 913019
|
model.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80274
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b248444741e0ff0e9d4dfcfe64510407e0298e2520ba8309ae9f5c0f020bad2
|
3 |
size 80274
|
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": -41.60905722808679, "std_reward": 54.89427414950447, "n_evaluation_episodes": 10, "eval_datetime": "2024-03-22T20:59:42.480240"}
|