araffin/rl-handson-rlvs21
Stable-Baselines3 (SB3) reinforcement learning tutorial for the Reinforcement Learning Virtual School 2021.
This hands-on tutorial helps you learn how to use Stable-Baselines3 (SB3) to build and train reinforcement learning agents. It guides you through setting up your environment, training models, and fine-tuning their performance using practical examples. This is for individuals who want to understand and apply reinforcement learning algorithms to solve problems.
No commits in the last 6 months.
Use this if you are a student, researcher, or practitioner looking for a practical introduction to reinforcement learning with a widely used library.
Not ideal if you are looking for a deep dive into the theoretical mathematical foundations of reinforcement learning algorithms.
Stars
58
Forks
11
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jan 25, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/araffin/rl-handson-rlvs21"
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