Push agent to the Hub
Browse files- README.md +4 -4
- logs/events.out.tfevents.1733247522.8835d05a856b.37260.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 |
---
|
@@ -39,14 +39,14 @@ model-index:
|
|
39 |
'env_id': 'LunarLander-v2'
|
40 |
'total_timesteps': 300000
|
41 |
'learning_rate': 0.00025
|
42 |
-
'num_envs':
|
43 |
-
'num_steps':
|
44 |
'anneal_lr': True
|
45 |
'gae': True
|
46 |
'gamma': 0.99
|
47 |
'gae_lambda': 0.95
|
48 |
'num_minibatches': 4
|
49 |
-
'update_epochs':
|
50 |
'norm_adv': True
|
51 |
'clip_coef': 0.2
|
52 |
'clip_vloss': True
|
|
|
17 |
type: LunarLander-v2
|
18 |
metrics:
|
19 |
- type: mean_reward
|
20 |
+
value: -178.52 +/- 142.29
|
21 |
name: mean_reward
|
22 |
verified: false
|
23 |
---
|
|
|
39 |
'env_id': 'LunarLander-v2'
|
40 |
'total_timesteps': 300000
|
41 |
'learning_rate': 0.00025
|
42 |
+
'num_envs': 512
|
43 |
+
'num_steps': 32
|
44 |
'anneal_lr': True
|
45 |
'gae': True
|
46 |
'gamma': 0.99
|
47 |
'gae_lambda': 0.95
|
48 |
'num_minibatches': 4
|
49 |
+
'update_epochs': 4
|
50 |
'norm_adv': True
|
51 |
'clip_coef': 0.2
|
52 |
'clip_vloss': True
|
logs/events.out.tfevents.1733247522.8835d05a856b.37260.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e60f26322171b3a1dad8f14c01524a0528d2dcc2e4e772682ed34e82a419455
|
3 |
+
size 74245
|
model.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 59774
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5446c55f9eb69332cec7e684cba6fce3f84100c26278ac5cb5fa11988845f9f2
|
3 |
size 59774
|
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": -178.51857759201573, "std_reward": 142.2928123969609, "n_evaluation_episodes": 10, "eval_datetime": "2024-12-03T17:40:01.209201"}
|