huggingface/deep-rl-class
This repo contains the Hugging Face Deep Reinforcement Learning Course.
This course teaches you how to design and build AI agents that learn by interacting with an environment, similar to how humans learn. You'll gain the skills to train models that can make decisions and achieve goals in complex simulations or real-world scenarios. This is ideal for machine learning engineers, AI researchers, or data scientists looking to specialize in reinforcement learning.
4,803 stars.
Use this if you want to understand the core theories and practical implementations of Deep Reinforcement Learning to build intelligent decision-making systems.
Not ideal if you're looking for an actively maintained course with fully functional interactive features like leaderboards or a specific 'AI vs AI' unit.
Stars
4,803
Forks
780
Language
MDX
License
Apache-2.0
Category
Last pushed
Dec 28, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/huggingface/deep-rl-class"
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