Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Basic_reinforcement_learning | 978 | 5 months ago | 3 | gpl-3.0 | Jupyter Notebook | |||||
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials. | ||||||||||
Rl Tutorial Jnrr19 | 442 | 6 months ago | 3 | mit | Jupyter Notebook | |||||
Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019 | ||||||||||
Reinforcement_learning_tutorial_with_demo | 357 | 5 years ago | Jupyter Notebook | |||||||
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc.. | ||||||||||
Reinforcement_learning | 250 | 8 months ago | 6 | mit | Python | |||||
Reinforcement learning tutorials | ||||||||||
Mario Rl Tutorial | 70 | 6 years ago | 3 | apache-2.0 | Python | |||||
Reinforcement Learning Tutorial on Super Mario | ||||||||||
Pytorch Rl | 64 | 3 years ago | 2 | mit | Jupyter Notebook | |||||
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS] | ||||||||||
Rlss 2019 | 51 | 4 years ago | Jupyter Notebook | |||||||
Reinforcement Learning Summer School 2019: Bandits, RL & Deep RL (PyTorch). | ||||||||||
Reinforcement Learning Kdd | 38 | 5 years ago | Jupyter Notebook | |||||||
Tutorials And Papers | 17 | 6 years ago | ||||||||
Collection of tutorials, exercises and papers on RL | ||||||||||
Rudder A Practical Tutorial | 12 | 4 years ago | Jupyter Notebook | |||||||
A practical step-by-step guide to applying RUDDER |
This repository aims to provide an introduction series to reinforcement learning (RL) by delivering a walkthough on how to code different RL techniques.
A quick background review of RL is available here.