Overview of RL Baselines3 Zoo
masterRL Baselines3 Zoo is a training framework for Reinforcement Learning (RL) built on top of Stable Baselines3 (SB3). It provides a suite of scripts to automate the reinforcement learning workflow, including:
- Training: Scripts to train RL agents.
- Evaluation: Tools to evaluate trained agents.
- Hyperparameter Tuning: Automated tuning of agent parameters.
- Visualization: Scripts for plotting results and recording videos.
- Pre-trained Agents: A collection of tuned hyperparameters and trained agents for common environments and algorithms.