Push agent to the Hub
Browse files- README.md +4 -4
- logs/events.out.tfevents.1708907895.0d8f6edb1bcc.955.6 +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: CartPole-v1
|
| 18 |
metrics:
|
| 19 |
- type: mean_reward
|
| 20 |
-
value:
|
| 21 |
name: mean_reward
|
| 22 |
verified: false
|
| 23 |
---
|
|
@@ -44,12 +44,12 @@ model-index:
|
|
| 44 |
'num_steps': 384
|
| 45 |
'anneal_lr': True
|
| 46 |
'gae': True
|
| 47 |
-
'gamma': 0.
|
| 48 |
-
'gae_lambda': 0.
|
| 49 |
'num_minibatches': 4
|
| 50 |
'update_epochs': 4
|
| 51 |
'norm_adv': True
|
| 52 |
-
'clip_coef': 0.
|
| 53 |
'clip_vloss': True
|
| 54 |
'ent_coef': 0.01
|
| 55 |
'vf_coef': 0.5
|
|
|
|
| 17 |
type: CartPole-v1
|
| 18 |
metrics:
|
| 19 |
- type: mean_reward
|
| 20 |
+
value: 386.70 +/- 96.63
|
| 21 |
name: mean_reward
|
| 22 |
verified: false
|
| 23 |
---
|
|
|
|
| 44 |
'num_steps': 384
|
| 45 |
'anneal_lr': True
|
| 46 |
'gae': True
|
| 47 |
+
'gamma': 0.995
|
| 48 |
+
'gae_lambda': 0.95
|
| 49 |
'num_minibatches': 4
|
| 50 |
'update_epochs': 4
|
| 51 |
'norm_adv': True
|
| 52 |
+
'clip_coef': 0.195
|
| 53 |
'clip_vloss': True
|
| 54 |
'ent_coef': 0.01
|
| 55 |
'vf_coef': 0.5
|
logs/events.out.tfevents.1708907895.0d8f6edb1bcc.955.6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00c644261cdbde3eee0d344ca5c39d73697a512fa3f64e723555528356ab9954
|
| 3 |
+
size 710868
|
model.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 40466
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eafd0a4ba75cf6c491cf949b1d98372ced12b71954bddcd6bce5de6bfafa76ac
|
| 3 |
size 40466
|
replay.mp4
CHANGED
|
Binary files a/replay.mp4 and b/replay.mp4 differ
|
|
|
results.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"env_id": "CartPole-v1", "mean_reward":
|
|
|
|
| 1 |
+
{"env_id": "CartPole-v1", "mean_reward": 386.7, "std_reward": 96.63441415975988, "n_evaluation_episodes": 10, "eval_datetime": "2024-02-26T00:43:32.650605"}
|