Metadata-Version: 2.1
Name: rl-zoo3
Version: 2.2.1
Summary: A Training Framework for Stable Baselines3 Reinforcement Learning Agents
Home-page: https://github.com/DLR-RM/rl-baselines3-zoo
Author: Antonin Raffin
Author-email: antonin.raffin@dlr.de
License: MIT
Project-URL: Code, https://github.com/DLR-RM/rl-baselines3-zoo
Project-URL: Documentation, https://rl-baselines3-zoo.readthedocs.io/en/master/
Project-URL: Changelog, https://github.com/DLR-RM/rl-baselines3-zoo/blob/master/CHANGELOG.md
Project-URL: Stable-Baselines3, https://github.com/DLR-RM/stable-baselines3
Project-URL: RL-Zoo, https://github.com/DLR-RM/rl-baselines3-zoo
Project-URL: SBX, https://github.com/araffin/sbx
Keywords: reinforcement-learning-algorithms reinforcement-learning machine-learning gymnasium openai stable baselines sb3 toolbox python data-science
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sb3_contrib<3.0,>=2.2.1
Requires-Dist: gymnasium~=0.29.1
Requires-Dist: huggingface_sb3<4.0,>=3.0
Requires-Dist: tqdm
Requires-Dist: rich
Requires-Dist: optuna>=3.0
Requires-Dist: pyyaml>=5.1
Requires-Dist: pytablewriter~=1.2
Provides-Extra: plots
Requires-Dist: seaborn; extra == "plots"
Requires-Dist: rliable>=1.0.5; extra == "plots"
Requires-Dist: scipy~=1.10; extra == "plots"


# RL Baselines3 Zoo: A Training Framework for Stable Baselines3 Reinforcement Learning Agents

See https://github.com/DLR-RM/rl-baselines3-zoo
