Reinforcement Learning
stable-baselines3
LunarLander-v2
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use suveda999/ppo-LunarLander-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use suveda999/ppo-LunarLander-v3 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="suveda999/ppo-LunarLander-v3", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
PPO LunarLander-v3
This is a Proximal Policy Optimization (PPO) agent trained using Stable-Baselines3 on the LunarLander environment.
Model Details
- Algorithm: PPO (Proximal Policy Optimization)
- Environment: LunarLander-v3
- Library: Stable-Baselines3
- Framework: PyTorch
- Task: Deep Reinforcement Learning
Evaluation Results
The trained agent was evaluated over multiple episodes.
- Mean reward: 271.62
- Standard deviation: 12.83
- Leaderboard score: 258.79
The leaderboard score is calculated as:
mean_reward - std_reward
Therefore:
271.62 - 12.83 = 258.79
Training
The model was trained using the Proximal Policy Optimization (PPO) algorithm from Stable-Baselines3.
The trained model is provided as:
ppo-LunarLander-v3.zip
Usage
You can load the trained model using Stable-Baselines3:
from stable_baselines3 import PPO
model = PPO.load("ppo-LunarLander-v3")
- Downloads last month
- 20
Evaluation results
- mean_reward on LunarLander-v2self-reported271.62 +/- 12.83