Instructions to use bestdive/ppo-LunarLander-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use bestdive/ppo-LunarLander-v2 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="bestdive/ppo-LunarLander-v2", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
PPO LunarLander-v2
Kay Zheng's Unit 1 coursework, trained from scratch with AI coding assistance. Stable Baselines3 2.3.2, Gymnasium 0.29.1, box2d-py 2.3.8, seed 42. Training: 761856 steps on 8 environments, local CPU. Validation seeds 50000–50019; final independent evaluation seeds 100000–100099. Mean reward 248.60384153527525, standard deviation 22.2469236328401; mean minus std 226.356918. All evaluation episode rewards are included in evaluation.json.
Reproduce with python train_lunar.py. Load with PPO.load('model.zip').
- Downloads last month
- 8
Evaluation results
- mean_reward on LunarLander-v2self-reported248.60384153527525 +/- 22.2469236328401