Stable-Baselines-Team/stable-baselines
Mirror of Stable-Baselines: a fork of OpenAI Baselines, implementations of reinforcement learning algorithms
This is a comprehensive toolkit for anyone working with reinforcement learning. It helps you design, train, and evaluate intelligent agents by providing robust implementations of various reinforcement learning algorithms. Researchers and practitioners can use it to build and test their agents for tasks like game playing or robot control.
307 stars. No commits in the last 6 months.
Use this if you are a researcher or practitioner with some existing knowledge of reinforcement learning and want to experiment with or compare different algorithms efficiently.
Not ideal if you are new to reinforcement learning entirely, as it assumes a foundational understanding of the subject.
Stars
307
Forks
61
Language
Python
License
MIT
Category
Last pushed
Apr 29, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Stable-Baselines-Team/stable-baselines"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
google-deepmind/dm_control
Google DeepMind's software stack for physics-based simulation and Reinforcement Learning...
Denys88/rl_games
RL implementations
pytorch/rl
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
yandexdataschool/Practical_RL
A course in reinforcement learning in the wild