Training framework for Stable Baselines3 RL agents
Top 19.1% on sourcepulse
This repository provides a comprehensive training framework for reinforcement learning agents using Stable Baselines3. It targets researchers and practitioners needing to train, evaluate, and benchmark RL algorithms across a wide array of environments, offering pre-tuned hyperparameters and trained agents for accelerated development and reproducible results.
How It Works
The framework leverages a configuration-driven approach, with hyperparameters for various algorithms and environments defined in YAML files. It provides command-line scripts for training, evaluation, hyperparameter tuning, and agent visualization. The design emphasizes modularity, allowing easy integration of new algorithms and environments, and supports experiment tracking via integrations like Weights & Biases and model sharing through Hugging Face.
Quick Start & Requirements
pip install -e .
(from source) or pip install rl_zoo3
(as package).swig
, cmake
, ffmpeg
for full installation. Note: NumPy < 2.0 is required for PyBullet environments.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 week ago
Inactive