chavicoski
commited on
Commit
•
3006099
1
Parent(s):
58a6e8e
Push agent to the Hub
Browse files- README.md +4 -4
- logs/events.out.tfevents.1676822611.b4f5828904c3.1.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 |
---
|
@@ -34,8 +34,8 @@ model-index:
|
|
34 |
'cuda': True
|
35 |
'capture_video': False
|
36 |
'env_id': 'LunarLander-v2'
|
37 |
-
'total_timesteps':
|
38 |
-
'learning_rate': 0.
|
39 |
'num_envs': 4
|
40 |
'num_steps': 128
|
41 |
'anneal_lr': True
|
@@ -45,7 +45,7 @@ model-index:
|
|
45 |
'num_minibatches': 4
|
46 |
'update_epochs': 4
|
47 |
'norm_adv': True
|
48 |
-
'clip_coef': 0.
|
49 |
'clip_vloss': True
|
50 |
'ent_coef': 0.01
|
51 |
'vf_coef': 0.5
|
|
|
17 |
type: LunarLander-v2
|
18 |
metrics:
|
19 |
- type: mean_reward
|
20 |
+
value: -127.23 +/- 113.87
|
21 |
name: mean_reward
|
22 |
verified: false
|
23 |
---
|
|
|
34 |
'cuda': True
|
35 |
'capture_video': False
|
36 |
'env_id': 'LunarLander-v2'
|
37 |
+
'total_timesteps': 50000
|
38 |
+
'learning_rate': 0.00025
|
39 |
'num_envs': 4
|
40 |
'num_steps': 128
|
41 |
'anneal_lr': True
|
|
|
45 |
'num_minibatches': 4
|
46 |
'update_epochs': 4
|
47 |
'norm_adv': True
|
48 |
+
'clip_coef': 0.2
|
49 |
'clip_vloss': True
|
50 |
'ent_coef': 0.01
|
51 |
'vf_coef': 0.5
|
logs/events.out.tfevents.1676822611.b4f5828904c3.1.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32dafd64607ab251b12f45175d5f640fc96bf66ff852634fce596a492a923aa0
|
3 |
+
size 111109
|
model.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 42597
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed45dd80528a6e3ca19666dd27ca331589efa7153194dd867c91834478a24d6f
|
3 |
size 42597
|
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": -127.23007399415556, "std_reward": 113.87273027917782, "n_evaluation_episodes": 10, "eval_datetime": "2023-02-19T16:03:52.112372"}
|