andri27-ts/Reinforcement-Learning
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
This course helps developers learn Deep Reinforcement Learning (DRL) by combining neural networks with reinforcement learning. It provides lectures and Python code implementations of algorithms like Q-learning, Deep Q-learning, and PPO. The ideal user is a developer or machine learning practitioner who wants to understand and apply DRL to build intelligent systems.
4,696 stars. No commits in the last 6 months.
Use this if you are a developer with basic Python, PyTorch, and Machine Learning knowledge looking to acquire practical skills in Deep Reinforcement Learning.
Not ideal if you are looking for a plug-and-play solution for a specific business problem without needing to understand the underlying algorithms or write code.
Stars
4,696
Forks
674
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jun 30, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/andri27-ts/Reinforcement-Learning"
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