overview
What is Stable-Baselines3?
Stable-Baselines3 is a reinforcement learning tool developed by DLR-RM that enables researchers and industry professionals to train and evaluate reinforcement learning agents. It provides reliable, well-tested implementations of state-of-the-art RL algorithms built on PyTorch. Stable-Baselines3 (SB3) is a widely-used, open-source Python library designed to make reinforcement learning (RL) practical and accessible for both researchers and practitioners. It simplifies the process of training, evaluating, and deploying RL agents by offering modular implementations of various RL algorithms, allowing users to experiment and build projects on top of established baselines. The library supports widely-used RL algorithms such as Proximal Policy Optimization (PPO), Advantage Actor-Critic (A2C), Deep Q-Network (DQN), Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), and Deep Deterministic Policy Gradient (DDPG).
