Commit ·
1699a18
1
Parent(s): 93e4274
Upload PPO LunarLander-v2 trained agent
Browse files- README.md +2 -10
- ppo-LunarLander-v2.zip +1 -1
- replay.mp4 +0 -0
- results.json +1 -1
README.md
CHANGED
|
@@ -16,7 +16,7 @@ model-index:
|
|
| 16 |
type: LunarLander-v2
|
| 17 |
metrics:
|
| 18 |
- type: mean_reward
|
| 19 |
-
value:
|
| 20 |
name: mean_reward
|
| 21 |
verified: false
|
| 22 |
---
|
|
@@ -27,19 +27,11 @@ using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines
|
|
| 27 |
|
| 28 |
## Usage (with Stable-baselines3)
|
| 29 |
TODO: Add your code
|
| 30 |
-
from stable_baselines3 import ...
|
| 31 |
-
from huggingface_sb3 import load_from_hub
|
| 32 |
-
|
| 33 |
-
...
|
| 34 |
|
| 35 |
|
| 36 |
```python
|
| 37 |
from stable_baselines3 import ...
|
| 38 |
from huggingface_sb3 import load_from_hub
|
| 39 |
-
|
| 40 |
-
checkpoint = load_from_hub(
|
| 41 |
-
repo_id="Indegons/ppo-LunarLander-v2",
|
| 42 |
-
filename="{MODEL FILENAME}.zip",
|
| 43 |
-
)
|
| 44 |
...
|
| 45 |
```
|
|
|
|
| 16 |
type: LunarLander-v2
|
| 17 |
metrics:
|
| 18 |
- type: mean_reward
|
| 19 |
+
value: 230.42 +/- 47.61
|
| 20 |
name: mean_reward
|
| 21 |
verified: false
|
| 22 |
---
|
|
|
|
| 27 |
|
| 28 |
## Usage (with Stable-baselines3)
|
| 29 |
TODO: Add your code
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
|
| 32 |
```python
|
| 33 |
from stable_baselines3 import ...
|
| 34 |
from huggingface_sb3 import load_from_hub
|
| 35 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
...
|
| 37 |
```
|
ppo-LunarLander-v2.zip
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 147387
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8cd79047205d59c40bb3047c13f7024980e26a5151626b1ab62cd880f861c8af
|
| 3 |
size 147387
|
replay.mp4
CHANGED
|
Binary files a/replay.mp4 and b/replay.mp4 differ
|
|
|
results.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"mean_reward":
|
|
|
|
| 1 |
+
{"mean_reward": 230.42066480231156, "std_reward": 47.60522938266579, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2023-04-26T07:38:11.784753"}
|