Reinforcement Learning
stable-baselines3
LunarLander-v2
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use Vishand03/lunarlander-ppo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use Vishand03/lunarlander-ppo with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="Vishand03/lunarlander-ppo", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# 🚀 LunarLander PPO Model
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
library_name: stable-baselines3
|
| 4 |
+
tags:
|
| 5 |
+
- reinforcement-learning
|
| 6 |
+
- ppo
|
| 7 |
+
- gymnasium
|
| 8 |
+
- lunar-lander
|
| 9 |
+
model-index:
|
| 10 |
+
- name: lunarlander-ppo
|
| 11 |
+
results: []
|
| 12 |
+
license: apache-2.0
|
| 13 |
+
---
|
| 14 |
|
| 15 |
# 🚀 LunarLander PPO Model
|
| 16 |
|