Stable Baselines3 (SB3) is a collection of reliable implementations of deep reinforcement learning algorithms built on PyTorch. It serves as the successor to Stable Baselines and provides a unified interface for training and comparing various reinforcement learning models. The library supports Gymnasium environments as its primary backend and includes vectorized environment support for efficient training.