Reinforcement Learning
stable-baselines3
BreakoutNoFrameskip-v4
ppo
deep-reinforcement-learning
custom-implementation
Eval Results (legacy)
Instructions to use maurorisonho/ppo-BreakoutNoFrameskip-v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use maurorisonho/ppo-BreakoutNoFrameskip-v4 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="maurorisonho/ppo-BreakoutNoFrameskip-v4", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
PPO Agent Playing Atari BreakoutNoFrameskip-v4
This is an advanced reinforcement learning agent trained with PPO and Deep Convolutional Networks (CnnPolicy) to play classic Atari Breakout, representing the bonus mastery challenge of the Hugging Face Deep Reinforcement Learning Course (Unit 3).
🚀 Model Details
- Environment: ALE/BreakoutNoFrameskip-v4
- Algorithm: PPO with 4-Frame Stacking and Nature CNN Backbone
- Mean Score: 412.0 points
- Files: Policy weights (
.zip), video replay (replay.mp4)
- Downloads last month
- 11
Evaluation results
- mean_reward on BreakoutNoFrameskip-v4self-reported412.0 +/- 18.5