RL benchmark suite for core capability investigation
Top 27.7% on sourcepulse
bsuite is a benchmark suite for evaluating core reinforcement learning (RL) agent capabilities. It provides a standardized set of carefully designed experiments to facilitate reproducible research and the development of more general and efficient RL algorithms. The target audience includes RL researchers and practitioners seeking to rigorously assess and compare agent performance across fundamental challenges.
How It Works
bsuite comprises a collection of RL environments, each defined with specific configurations and analysis plots. Experiments are instrumented to log results automatically using load_and_record*
functions, outputting data in a format compatible with a provided Jupyter notebook for analysis. This approach ensures that any agent can be evaluated without structural constraints, simplifying the process of benchmarking and comparison.
Quick Start & Requirements
pip install bsuite
pip install bsuite[baselines]
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project specifies compatibility with Python 3.6 & 3.7, suggesting potential issues with newer Python versions. Baseline dependencies are not installed by default, requiring explicit installation for users who wish to utilize them.
1 year ago
Inactive