Commit ·
d005d24
1
Parent(s): 227440f
Push agent to the Hub
Browse files- README.md +3 -3
- logs/events.out.tfevents.1696843686.Anderss-MacBook-Pro-4.local.50731.0 +3 -0
- 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 |
---
|
|
@@ -45,7 +45,7 @@ model-index:
|
|
| 45 |
'gae': True
|
| 46 |
'gamma': 0.999
|
| 47 |
'gae_lambda': 0.98
|
| 48 |
-
'num_minibatches':
|
| 49 |
'update_epochs': 4
|
| 50 |
'norm_adv': True
|
| 51 |
'clip_coef': 0.2
|
|
@@ -56,6 +56,6 @@ model-index:
|
|
| 56 |
'target_kl': None
|
| 57 |
'repo_id': 'anders0204/ppo-LunarLander-v2'
|
| 58 |
'batch_size': 16384
|
| 59 |
-
'minibatch_size':
|
| 60 |
```
|
| 61 |
|
|
|
|
| 17 |
type: LunarLander-v2
|
| 18 |
metrics:
|
| 19 |
- type: mean_reward
|
| 20 |
+
value: -176.19 +/- 123.62
|
| 21 |
name: mean_reward
|
| 22 |
verified: false
|
| 23 |
---
|
|
|
|
| 45 |
'gae': True
|
| 46 |
'gamma': 0.999
|
| 47 |
'gae_lambda': 0.98
|
| 48 |
+
'num_minibatches': 8
|
| 49 |
'update_epochs': 4
|
| 50 |
'norm_adv': True
|
| 51 |
'clip_coef': 0.2
|
|
|
|
| 56 |
'target_kl': None
|
| 57 |
'repo_id': 'anders0204/ppo-LunarLander-v2'
|
| 58 |
'batch_size': 16384
|
| 59 |
+
'minibatch_size': 2048}
|
| 60 |
```
|
| 61 |
|
logs/events.out.tfevents.1696843686.Anderss-MacBook-Pro-4.local.50731.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e107a9514b1b95234cbe6f3abf35b2cd2c2256ef8a33a9ef1d4d1c6d68ea06f0
|
| 3 |
+
size 737
|
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": -176.1946040436812, "std_reward": 123.61633373612632, "n_evaluation_episodes": 10, "eval_datetime": "2023-10-09T11:28:12.628880"}
|