colinrgodsey
commited on
Push agent to the Hub
Browse files- README.md +7 -6
- logs/events.out.tfevents.1721952272.tf-notebook-0.66053.0 +3 -0
- model.pt +2 -2
- replay.mp4 +2 -2
- results.json +1 -1
README.md
CHANGED
@@ -17,7 +17,7 @@ model-index:
|
|
17 |
type: HealthGatheringSupreme-v1
|
18 |
metrics:
|
19 |
- type: mean_reward
|
20 |
-
value:
|
21 |
name: mean_reward
|
22 |
verified: false
|
23 |
---
|
@@ -34,13 +34,14 @@ model-index:
|
|
34 |
'gamma': 0.99
|
35 |
'gae_lambda': 0.95
|
36 |
'clip_coef': 0.2
|
37 |
-
'total_timesteps':
|
38 |
-
'recurrence':
|
39 |
-
'ent_coef': 0.
|
40 |
'vf_coef': 0.5
|
41 |
-
'max_grad_norm':
|
42 |
'epsilon': 0
|
43 |
'num_minibatches': 1
|
44 |
-
'update_epochs': 1
|
|
|
45 |
```
|
46 |
|
|
|
17 |
type: HealthGatheringSupreme-v1
|
18 |
metrics:
|
19 |
- type: mean_reward
|
20 |
+
value: 1.91 +/- 2.14
|
21 |
name: mean_reward
|
22 |
verified: false
|
23 |
---
|
|
|
34 |
'gamma': 0.99
|
35 |
'gae_lambda': 0.95
|
36 |
'clip_coef': 0.2
|
37 |
+
'total_timesteps': 2000000
|
38 |
+
'recurrence': 16
|
39 |
+
'ent_coef': 0.001
|
40 |
'vf_coef': 0.5
|
41 |
+
'max_grad_norm': 4.0
|
42 |
'epsilon': 0
|
43 |
'num_minibatches': 1
|
44 |
+
'update_epochs': 1
|
45 |
+
'frame_skip': 4}
|
46 |
```
|
47 |
|
logs/events.out.tfevents.1721952272.tf-notebook-0.66053.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91354bf6bdcbe76c96d406a8cd573c8403b9d0ec2a3679ecc78f18c6c59e16cb
|
3 |
+
size 1202971
|
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:0698f2ed3063458f65aea6800a418ae30193982a7fde05dc01aa2e83caca2f0f
|
3 |
+
size 16108110
|
replay.mp4
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:ddfe49bd892471ed94b401c882ad8004541024a3917a4882960ba4b5b395392b
|
3 |
+
size 23674
|
results.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"env_id": "HealthGatheringSupreme-v1", "mean_reward":
|
|
|
1 |
+
{"env_id": "HealthGatheringSupreme-v1", "mean_reward": 1.9075994491577148, "std_reward": 2.1360208988189697, "n_evaluation_episodes": 10, "eval_datetime": "2024-07-26T00:25:09.853065"}
|