Stable-Baselines-Team/stable-baselines3-contrib
Contrib package for Stable-Baselines3 - Experimental reinforcement learning (RL) code
What it solves
It provides a dedicated space for experimental reinforcement learning (RL) algorithms and tools that are too niche or less mature to be included in the main Stable-Baselines3 library, while still maintaining high standards for documentation and style.
How it works
It acts as a contribution package for Stable-Baselines3, implementing a variety of RL algorithms from recent publications and providing specialized environment wrappers. It allows the community to contribute useful utilities and algorithms without requiring the strict integration constraints of the core library.
Who it’s for
Researchers and developers working with reinforcement learning who need access to a wider range of experimental algorithms beyond the standard set provided by Stable-Baselines3.
Highlights
- Experimental RL Algorithms: Includes implementations of ARS, QR-DQN, MaskablePPO, RecurrentPPO (PPO LSTM), TQC, TRPO, and CrossQ.
- Gym Wrappers: Provides specialized tools like the Time Feature Wrapper.
- Consistent Standards: Maintains the same style and documentation quality as the main Stable-Baselines3 project.
Related
- Project
- Project
- Project
- Project
- Project