Reinforcement Learning
stable-baselines3
LunarLander-v2
ppo
deep-reinforcement-learning
custom-implementation
deep-rl-course
Eval Results (legacy)
Instructions to use manojdokala/unit8-ppo-LunarLander-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use manojdokala/unit8-ppo-LunarLander-v2 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="manojdokala/unit8-ppo-LunarLander-v2", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
PPO Agent playing LunarLander-v2 (Unit 8 Part 1)
This is a trained model of a PPO agent playing LunarLander-v2 for Unit 8 Part 1 of the Hugging Face Deep Reinforcement Learning Course.
Evaluation Results
- Mean Reward: 290.85 +/- 20.01
- Environment: LunarLander-v2
- Algorithm: PPO (Proximal Policy Optimization)
Usage
To use this model in your RL pipeline:
from stable_baselines3 import PPO
from huggingface_sb3 import load_from_hub
model = load_from_hub(
repo_id="manojdokala/ppo-LunarLander-v2-unit8",
filename="PPO-LunarLander-v2.zip"
)
- Downloads last month
- 5
Evaluation results
- mean_reward on LunarLander-v2self-reported290.85 +/- 20.01