{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/5"}],"enrichment":{"capability":"Provides experimental reinforcement learning algorithms and tools that extend stable_baselines3 with newer implementations, including policy gradient variants, Q-learning methods, and environment wrappers.","skillfed_tags":["reinforcement-learning","experimental-algorithms","policy-gradient"],"use_cases":["Implement action masking in PPO for environments with invalid actions using MaskablePPO","Train agents with recurrent policies using RecurrentPPO for partially observable environments","Experiment with newer algorithms like Truncated Quantile Critics or Trust Region Policy Optimization","Prototype RL solutions with less mature but potentially better-performing algorithms before production deployment","Access environment wrappers like Time Feature Wrapper to augment observation spaces"],"what_it_does":"SB3-Contrib is a companion package to stable_baselines3 that houses experimental and newer reinforcement learning algorithms and tools. It maintains the documentation and code style of the main library while hosting implementations that are either too niche, too experimental, or too difficult to integrate into the core package. The package includes algorithms like Augmented Random Search, Quantile Regression DQN, masked PPO variants, recurrent PPO, and Truncated Quantile Critics, along with environment wrappers.\n\nThe package is designed for researchers and practitioners who want access to cutting-edge RL implementations without waiting for them to mature enough for the main library. It trades stability guarantees for breadth: algorithms here follow consistent documentation and style but may not have the same level of testing or long-term support as core stable_baselines3 methods.","worth_installing":"Yes, if you need experimental RL algorithms or specialized policy variants beyond what stable_baselines3 core offers. The low install friction, active maintenance, and MIT license make it a reasonable addition to an RL workflow. The experimental nature of the algorithms means this is best suited for research or prototyping rather than production systems requiring stability guarantees."},"id":"sb3-contrib","links":{"html":"https://skillfed.io/packages/sb3-contrib","md":"https://skillfed.io/packages/sb3-contrib.md","pypi":"https://pypi.org/project/sb3-contrib/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-15","license_spdx":null,"license_treatment":"permissive","name":"sb3-contrib","python_support":"supports_current","summary":"Contrib package of Stable Baselines3, experimental code."},"popularity":{"monthly_downloads":439072,"position":6659,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.9.0"}
