Reinforcement Learning
stable-baselines3
LunarLander-v2
deep-reinforcement-learning
SL-Sprout
Eval Results (legacy)
Instructions to use AllIllusion/LunarLander-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use AllIllusion/LunarLander-v2 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="AllIllusion/LunarLander-v2", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,7 @@ tags:
|
|
| 5 |
- deep-reinforcement-learning
|
| 6 |
- reinforcement-learning
|
| 7 |
- stable-baselines3
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: PPO
|
| 10 |
results:
|
|
@@ -34,4 +35,4 @@ from stable_baselines3 import ...
|
|
| 34 |
from huggingface_sb3 import load_from_hub
|
| 35 |
|
| 36 |
...
|
| 37 |
-
```
|
|
|
|
| 5 |
- deep-reinforcement-learning
|
| 6 |
- reinforcement-learning
|
| 7 |
- stable-baselines3
|
| 8 |
+
- SL-Sprout
|
| 9 |
model-index:
|
| 10 |
- name: PPO
|
| 11 |
results:
|
|
|
|
| 35 |
from huggingface_sb3 import load_from_hub
|
| 36 |
|
| 37 |
...
|
| 38 |
+
```
|