linker81/Reinforcement-Learning-CheatSheet
Cheatsheet of Reinforcement Learning (Based on Sutton-Barto Book - 2nd Edition)
This provides a concise guide to reinforcement learning concepts, drawing directly from the essential Sutton-Barto textbook. It distills complex ideas into an easy-to-reference format, perfect for students, researchers, or practitioners who need a quick lookup of definitions, algorithms, and equations. This is for anyone studying or applying reinforcement learning principles.
No commits in the last 6 months.
Use this if you need to quickly review or recall specific reinforcement learning concepts, algorithms, or equations from the Sutton-Barto book without sifting through the entire textbook.
Not ideal if you are looking for a comprehensive introduction to reinforcement learning from scratch, or if you need executable code examples and implementations.
Stars
59
Forks
9
Language
TeX
License
—
Category
Last pushed
Mar 30, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/linker81/Reinforcement-Learning-CheatSheet"
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