Reinforcement Learning
stable-baselines3
LunarLander-v3
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use LuC19/ppo-LunarLander-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use LuC19/ppo-LunarLander-v3 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="LuC19/ppo-LunarLander-v3", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
File size: 274 Bytes
5109cc6 | 1 2 3 4 5 6 7 8 9 | - OS: macOS-15.5-arm64-arm-64bit Darwin Kernel Version 24.5.0: Tue Apr 22 19:54:26 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T8112 - Python: 3.12.10 - Stable-Baselines3: 2.6.0 - PyTorch: 2.7.0 - GPU Enabled: False - Numpy: 2.2.6 - Cloudpickle: 3.1.1 - Gymnasium: 1.1.1 |