Reinforcement Learning
stable-baselines3
LunarLander-v3
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use jirikjan/LunarLander with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use jirikjan/LunarLander with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="jirikjan/LunarLander", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Upload PPO LunarLander-v3 trained agent
Browse files- README.md +4 -4
- ppo-LunarLander-v2.zip +1 -1
- results.json +1 -1
README.md
CHANGED
|
@@ -6,7 +6,7 @@ tags:
|
|
| 6 |
- reinforcement-learning
|
| 7 |
- stable-baselines3
|
| 8 |
model-index:
|
| 9 |
-
- name:
|
| 10 |
results:
|
| 11 |
- task:
|
| 12 |
type: reinforcement-learning
|
|
@@ -16,13 +16,13 @@ model-index:
|
|
| 16 |
type: LunarLander-v3
|
| 17 |
metrics:
|
| 18 |
- type: mean_reward
|
| 19 |
-
value:
|
| 20 |
name: mean_reward
|
| 21 |
verified: false
|
| 22 |
---
|
| 23 |
|
| 24 |
-
# **
|
| 25 |
-
This is a trained model of a **
|
| 26 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
| 27 |
|
| 28 |
## Usage (with Stable-baselines3)
|
|
|
|
| 6 |
- reinforcement-learning
|
| 7 |
- stable-baselines3
|
| 8 |
model-index:
|
| 9 |
+
- name: PPO
|
| 10 |
results:
|
| 11 |
- task:
|
| 12 |
type: reinforcement-learning
|
|
|
|
| 16 |
type: LunarLander-v3
|
| 17 |
metrics:
|
| 18 |
- type: mean_reward
|
| 19 |
+
value: 243.95 +/- 17.15
|
| 20 |
name: mean_reward
|
| 21 |
verified: false
|
| 22 |
---
|
| 23 |
|
| 24 |
+
# **PPO** Agent playing **LunarLander-v3**
|
| 25 |
+
This is a trained model of a **PPO** agent playing **LunarLander-v3**
|
| 26 |
using the [stable-baselines3 library](https://github.com/DLR-RM/stable-baselines3).
|
| 27 |
|
| 28 |
## Usage (with Stable-baselines3)
|
ppo-LunarLander-v2.zip
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 149574
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab73e75611a0d0812658308dcc807f309bc16cb12411ba56f9403ace5b665ba1
|
| 3 |
size 149574
|
results.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"mean_reward":
|
|
|
|
| 1 |
+
{"mean_reward": 243.95107912828152, "std_reward": 17.152785205862205, "is_deterministic": true, "n_eval_episodes": 10, "eval_datetime": "2025-08-27T21:55:02.138674"}
|