dalmia/David-Silver-Reinforcement-learning
Notes for the Reinforcement Learning course by David Silver along with implementation of various algorithms.
This project provides comprehensive notes and practical code implementations for David Silver's Reinforcement Learning course. It takes the theoretical concepts from the course slides and videos, translating them into working examples using Keras and OpenAI Gym. This resource is designed for students, researchers, or anyone learning about reinforcement learning algorithms.
849 stars. No commits in the last 6 months.
Use this if you are studying David Silver's Reinforcement Learning course and want to see how the algorithms are implemented in practice.
Not ideal if you are looking for a high-level overview or an advanced research toolkit without educational context.
Stars
849
Forks
217
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Mar 31, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dalmia/David-Silver-Reinforcement-learning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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