Reinforcement Learning
stable-baselines3
LunarLander-v3
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use tchauffi/ppo-lunarlanderv3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use tchauffi/ppo-lunarlanderv3 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="tchauffi/ppo-lunarlanderv3", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
File size: 244 Bytes
b336bd9 | 1 2 3 4 5 6 7 8 9 10 | - OS: Linux-6.6.105+-x86_64-with-glibc2.35 # 1 SMP Thu Oct 2 10:42:05 UTC 2025 - Python: 3.12.12 - Stable-Baselines3: 2.7.0 - PyTorch: 2.8.0+cu126 - GPU Enabled: True - Numpy: 2.0.2 - Cloudpickle: 3.1.1 - Gymnasium: 1.2.1 - OpenAI Gym: 0.25.2 |