Baselines3
Baselines3 is a Python package that provides reliable implementations of various reinforcement learning algorithms. It is built on top of PyTorch and aims to be a simple and easy-to-use library for researchers and practitioners. The package offers a collection of well-tested algorithms that are known to perform well on standard reinforcement learning tasks.
The core idea behind Baselines3 is to provide a set of reproducible and performant implementations of popular
Key features of Baselines3 include support for algorithms such as A2C, PPO, SAC, and TD3. It also