Push agent to the Hub
Browse files- README.md +5 -5
- logs/events.out.tfevents.1748255405.65ffb41d1db7.40757.0 +3 -0
- model.pt +1 -1
- replay.mp4 +2 -2
- 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 |
---
|
|
@@ -40,7 +40,7 @@ model-index:
|
|
| 40 |
'total_timesteps': 200000
|
| 41 |
'learning_rate': 0.00025
|
| 42 |
'num_envs': 4
|
| 43 |
-
'num_steps':
|
| 44 |
'anneal_lr': True
|
| 45 |
'gae': True
|
| 46 |
'gamma': 0.99
|
|
@@ -48,14 +48,14 @@ model-index:
|
|
| 48 |
'num_minibatches': 4
|
| 49 |
'update_epochs': 8
|
| 50 |
'norm_adv': True
|
| 51 |
-
'clip_coef': 0.
|
| 52 |
'clip_vloss': True
|
| 53 |
'ent_coef': 0.01
|
| 54 |
'vf_coef': 0.5
|
| 55 |
'max_grad_norm': 0.5
|
| 56 |
'target_kl': None
|
| 57 |
'repo_id': 'jegeblad/ppo-Lunar'
|
| 58 |
-
'batch_size':
|
| 59 |
-
'minibatch_size':
|
| 60 |
```
|
| 61 |
|
|
|
|
| 17 |
type: LunarLander-v2
|
| 18 |
metrics:
|
| 19 |
- type: mean_reward
|
| 20 |
+
value: 49.06 +/- 75.45
|
| 21 |
name: mean_reward
|
| 22 |
verified: false
|
| 23 |
---
|
|
|
|
| 40 |
'total_timesteps': 200000
|
| 41 |
'learning_rate': 0.00025
|
| 42 |
'num_envs': 4
|
| 43 |
+
'num_steps': 128
|
| 44 |
'anneal_lr': True
|
| 45 |
'gae': True
|
| 46 |
'gamma': 0.99
|
|
|
|
| 48 |
'num_minibatches': 4
|
| 49 |
'update_epochs': 8
|
| 50 |
'norm_adv': True
|
| 51 |
+
'clip_coef': 0.1
|
| 52 |
'clip_vloss': True
|
| 53 |
'ent_coef': 0.01
|
| 54 |
'vf_coef': 0.5
|
| 55 |
'max_grad_norm': 0.5
|
| 56 |
'target_kl': None
|
| 57 |
'repo_id': 'jegeblad/ppo-Lunar'
|
| 58 |
+
'batch_size': 512
|
| 59 |
+
'minibatch_size': 128}
|
| 60 |
```
|
| 61 |
|
logs/events.out.tfevents.1748255405.65ffb41d1db7.40757.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02f151a6fc8baf79d334ec11373d7a84f437bacff59b9174bdd6ad3cc8f80078
|
| 3 |
+
size 279827
|
model.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 42898
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fedd6a7e2e2ce2b30a8e31e67cd8da67e78831a4aee1fc4b9cc115819a3e21b1
|
| 3 |
size 42898
|
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:530f3aa04d63e8230a162226af855542acfb691abb7568b11da92f6a2d55c46b
|
| 3 |
+
size 202242
|
results.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"env_id": "LunarLander-v2", "mean_reward":
|
|
|
|
| 1 |
+
{"env_id": "LunarLander-v2", "mean_reward": 49.064261782883186, "std_reward": 75.4465877577701, "n_evaluation_episodes": 10, "eval_datetime": "2025-05-26T10:37:31.736595"}
|