sgoodfriend
commited on
Commit
•
a3e6d94
1
Parent(s):
394a1ed
Push agent to the Hub
Browse files- README.md +5 -5
- 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 |
---
|
@@ -36,17 +36,17 @@ model-index:
|
|
36 |
'v_hidden_layers': (64
|
37 |
64)
|
38 |
'learning_rate': 0.0003
|
39 |
-
'anneal_lr':
|
40 |
'total_timesteps': 1000000
|
41 |
'num_steps': 1024
|
42 |
'gamma': 0.999
|
43 |
'gae_lambda': 0.98
|
44 |
'num_minibatches': 256
|
45 |
'num_epochs': 4
|
46 |
-
'norm_advantage':
|
47 |
'clip_coef': 0.2
|
48 |
-
'clip_vloss':
|
49 |
-
'vf_coef': 0
|
50 |
'ent_coef': 0.01
|
51 |
'max_grad_norm': 0.5
|
52 |
'target_kl': None}
|
|
|
17 |
type: LunarLander-v2
|
18 |
metrics:
|
19 |
- type: mean_reward
|
20 |
+
value: 251.74 +/- 17.34
|
21 |
name: mean_reward
|
22 |
verified: false
|
23 |
---
|
|
|
36 |
'v_hidden_layers': (64
|
37 |
64)
|
38 |
'learning_rate': 0.0003
|
39 |
+
'anneal_lr': False
|
40 |
'total_timesteps': 1000000
|
41 |
'num_steps': 1024
|
42 |
'gamma': 0.999
|
43 |
'gae_lambda': 0.98
|
44 |
'num_minibatches': 256
|
45 |
'num_epochs': 4
|
46 |
+
'norm_advantage': False
|
47 |
'clip_coef': 0.2
|
48 |
+
'clip_vloss': False
|
49 |
+
'vf_coef': 1.0
|
50 |
'ent_coef': 0.01
|
51 |
'max_grad_norm': 0.5
|
52 |
'target_kl': None}
|
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:6fe0a49b95f74372f08d613ddac14b88d73d1ae1e273594c15c0a55cdfa5d17d
|
3 |
+
size 42469
|
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": 251.73706333353397, "std_reward": 17.340777616865214, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-28T12:44:54.661323"}
|