{"id":41209,"url":"https://github.com/tinyzqh/awesome-reinforcement-learning","name":"awesome-reinforcement-learning","description":"Learning Resources And Links Of Reinforcement Learning （updating）","projects_count":102,"last_synced_at":"2026-09-09T20:00:31.732Z","repository":{"id":135741881,"uuid":"156815626","full_name":"tinyzqh/awesome-reinforcement-learning","owner":"tinyzqh","description":"Learning Resources And Links Of Reinforcement Learning （updating）","archived":false,"fork":false,"pushed_at":"2021-08-05T13:31:13.000Z","size":282382,"stargazers_count":294,"open_issues_count":0,"forks_count":82,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-08-21T02:07:28.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinyzqh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-11-09T05:41:07.000Z","updated_at":"2026-08-20T05:59:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2e4f1da-5d4a-49de-804b-ae40524d7409","html_url":"https://github.com/tinyzqh/awesome-reinforcement-learning","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tinyzqh/awesome-reinforcement-learning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyzqh%2Fawesome-reinforcement-learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyzqh%2Fawesome-reinforcement-learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyzqh%2Fawesome-reinforcement-learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyzqh%2Fawesome-reinforcement-learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinyzqh","download_url":"https://codeload.github.com/tinyzqh/awesome-reinforcement-learning/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinyzqh%2Fawesome-reinforcement-learning/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37187798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-09T02:00:06.536Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"created_at":"2024-01-13T21:18:05.266Z","updated_at":"2026-09-09T20:00:31.733Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Uncategorized","论文","Algorithm Repos","Project","Awesome","强化学习实战资源"],"sub_categories":["Uncategorized","Implementation of Algorithms"],"readme":"# awesome-reinforcement-learning\n强化学习的相关学习资源、链接。\n\n本仓库含有强化学习最基础的实现，和部分强化学习经典书籍资源。\n\n- 强化学习各个代码实现，相对于网络上其它实现最大的优势在于算法实现的框架遵循最简洁的原则，不同算法之间的实现差异只体现在算法最核心的不同点。能够非常快速地帮助初学者了解各个算法之间的差异。\n\n# 网址教程资源\n\n### 教程网址\n\n- [强化学习系列教程](http://www.algorithmdog.com/series/rl-series)\n- [强化学习知识大讲堂](https://zhuanlan.zhihu.com/sharerl)\n- [南京大学俞扬博士万字演讲全文：强化学习前沿](https://www.leiphone.com/news/201705/NlTc7oObBqh116Z5.html)\n- [OpenAi Spinning Up](https://spinningup.openai.com/en/latest/index.html)\n- [David Silver《深度强化学习》公开课教程学习笔记以及实战](https://zhuanlan.zhihu.com/reinforce)\n\n### Book\n- [Hands-On Reinforcement Learning With Python](https://github.com/sudharsan13296/Hands-On-Reinforcement-Learning-With-Python)\n- [Reinforcement Learning: Theory and Python Implementation](https://github.com/ZhiqingXiao/rl-book)\n- [An Introduction to Deep Reinforcement Learning](https://arxiv.org/abs/1811.12560v2)\n- [Foundations and Trends® in Machine Learning](https://www.nowpublishers.com/MAL)\n- [REINFORCEMENT LEARNING AND OPTIMAL CONTROL](http://web.mit.edu/dimitrib/www/RLbook.html)\n\n### Video Course\n- [CS 294: Deep Reinforcement Learning](http://rll.berkeley.edu/deeprlcourse/)；\n    - [中文翻译-2018秋季CS294-112深度强化学习](https://ai.yanxishe.com/page/groupDetail/30?invitation=\u0026from=channel_share)；\n    - [CS294课程中文笔记-1](https://zhuanlan.zhihu.com/c_125238795)；\n    - [CS294课程中文笔记-2 (记录较好)](https://zhuanlan.zhihu.com/c_150977189); \n    - [作业讲解](https://zhuanlan.zhihu.com/codekitty)\n- [David Silver's course](http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html); \n    - [David视频里所使用的讲义pdf](https://github.com/18279406017/Course-notes/tree/master/Reinforcement%20Learning/PPT%20OF%20David%20Silver)\n- [John Schulmann's lectures](https://www.youtube.com/channel/UCBOEQxX6zdihFB3VxxJdgHg/videos)\n- [Deep RL Bootcamp](https://sites.google.com/view/deep-rl-bootcamp/lectures)\n- [CS 287: Advanced Robotics, Fall 2015 ](https://people.eecs.berkeley.edu/~pabbeel/cs287-fa15/#syllabus)\n- [CS234: Reinforcement Learning Winter 2019](http://web.stanford.edu/class/cs234/index.html)\n- [Deep Learning (DLSS) and Reinforcement Learning (RLSS) Summer School, Montreal 2017](http://videolectures.net/deeplearning2017_montreal/)\n- [Advanced Deep Learning and Reinforcement Learning](https://github.com/enggen/DeepMind-Advanced-Deep-Learning-and-Reinforcement-Learning)\n- [强化学习教程(莫烦)](https://morvanzhou.github.io/tutorials/machine-learning/reinforcement-learning/)\n\n\n### 博客网址\n\n- [Play pong with deep reinforcement learning based on pixel]( http://karpathy.github.io/2016/05/31/rl/)\n- [Deep Learning in a Nutshell: Reinforcement Learning](https://devblogs.nvidia.com/parallelforall/deep-learning-nutshell-reinforcement-learning/)\n- [AlphaGo](https://deepmind.com/research/alphago/)\n\n### 领域专家 \n\n- [加州大学伯克利分校机器人学专家 Sergey Levine](https://people.eecs.berkeley.edu/~svlevine/)\n- [前百度首席科学家 Andrew Ng](http://www.andrewng.org/)\n- [加拿大阿尔伯塔大学著名增强学习大师Richard S. Sutton 教授](https://www.amii.ca/sutton/)\n- [Google DeepMind AlphaGo项目的主程序员 David Silver 博士](http://www0.cs.ucl.ac.uk/staff/d.silver/web/Home.html)\n- [机器博弈专家Tuomas Sandholm教授](http://www.cs.cmu.edu/~sandholm/)\n\n## Awesome \n- [Reinforcement learning resources curated](https://github.com/aikorea/awesome-rl)\n- [Awesome Reinforcement Learning(RL) for Natural Language Processing(NLP))](https://github.com/adityathakker/awesome-rl-nlp)\n- [Paper list of multi-agent reinforcement learning (MARL) )](https://github.com/LantaoYu/MARL-Papers)\n- [A list of recent papers regarding deep reinforcement learning](https://github.com/junhyukoh/deep-reinforcement-learning-papers)\n- [TensorFlow implementation of Deep Reinforcement Learning papers ](https://github.com/carpedm20/deep-rl-tensorflow)\n- [Deep Reinforcement Learning Papers](https://github.com/junhyukoh/deep-reinforcement-learning-papers)\n- [Reinforcement learning resources curated](https://github.com/aikorea/awesome-rl)\n- [This project is for learning and researching on Deep RL. Maintained by University AI researchers](https://github.com/tigerneil/awesome-deep-rl)\n- [强化学习从入门到放弃的资料](https://github.com/wwxFromTju/awesome-reinforcement-learning-zh/blob/master/readMe.md)\n- [Reinforcement Learning Notebooks](https://github.com/Pulkit-Khandelwal/Reinforcement-Learning-Notebooks)\n- [Deep Reinforcement Learning(深度强化学习)](https://github.com/NeuronDance/DeepRL)\n\n## Algorithm Repos\n- [rllab](https://github.com/rll/rllab)\n- [Baseline](https://github.com/openai/baselines)\n- [Stable Baselines]( https://github.com/hill-a/stable-baselines)\n- [keras-rl](https://github.com/keras-rl/keras-rl)\n- [BURLAP](http://burlap.cs.brown.edu/)\n- [PyBrain](http://pybrain.org/)\n- [RLPy](http://acl.mit.edu/RLPy/)\n- [A Matlab Toolbox for Approximate RL and DP](http://busoniu.net/files/repository/readme_approxrl.html)\n\n## 强化学习实战资源\n\n### Implementation of Algorithms\n- [Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL](https://github.com/higgsfield/RL-Adventure)\n- [PyTorch implementations of various DRL algorithms for both single agent and multi-agent](https://github.com/ChenglongChen/pytorch-madrl)\n- [Deep Reinforcement Learning for Keras](https://github.com/keras-rl/keras-rl)\n- [PyTorch 实现 DQN, AC, A2C, A3C, , Policy Gradient, DDPG, TRPO, PPO, ACER](https://github.com/sweetice/Deep-reinforcement-learning-with-pytorch)\n- [Deep Reinforcement learning framework](https://github.com/VinF/deer)\n- [Codes for understanding Reinforcement Learning( updating... )](https://github.com/halleanwoo/ReinforcementLearningCode)\n- [Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch ](https://github.com/qfettes/DeepRL-Tutorials)\n- [Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course](https://github.com/dennybritz/reinforcement-learning)\n- [Repo for the Deep Reinforcement Learning Nanodegree program](https://github.com/udacity/deep-reinforcement-learning)\n- [教程 | 如何在Unity环境中用强化学习训练Donkey Car](https://mp.weixin.qq.com/s/DryUnnWXRnuAgyF6FvCjIg)\n- [深入浅出解读\"多巴胺（Dopamine）论文\"、环境配置和实例分析](https://mp.weixin.qq.com/s/1iMjDZwdLLxsoUUqxk1XCQ)\n\n## Project\n\n- [DeepMimic: Example-Guided Deep Reinforcement Learning of Physics-Based Character Skills](https://xbpeng.github.io/projects/DeepMimic/index.html)\n    - [[code](https://github.com/xbpeng/DeepMimic)]; \n    - [SFV](https://arxiv.org/pdf/1810.03599.pdf)\n- [StarCraft II - pysc2 Deep Reinforcement Learning Examples](https://github.com/chris-chris/pysc2-examples)\n- [An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)](https://github.com/junxiaosong/AlphaZero_Gomoku)\n- [Using reinforcement learning to teach a car to avoid obstacles](https://github.com/harvitronix/reinforcement-learning-car)\n- [A reinforcement learning algorithm for the 2048 game ](https://github.com/Underflow/reinforcement-2048)\n\n## 论文\n- [DQN-arxiv](https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf) (Deep Q-Networks ): Mnih et al, 2013\n    - [DQN-nature](https://www.nature.com/articles/nature14236)(Deep Q-Network ); Mnih et al, 2015 \n    - [Double DQN](https://arxiv.org/abs/1509.06461) (Double Q Network) : Hasselt et al, 2015\n    - [Dueling DQN](https://arxiv.org/abs/1511.06581) (Duling Q Network) : Ziyu Wang et al, 2015 \n    - [QR-DQN](https://arxiv.org/abs/1710.10044) (Quantile Regression DQN): Dabney et al, 2017\n- [Alpha Go](http://www.nature.com/nature/journal/v529/n7587/abs/nature16961.html)(Mastering the game of Go with deep neural networks and tree search) \n    - [AlphaZero-arxiv](https://arxiv.org/abs/1712.01815) (Mastering Chess and Shogi by Self-Play) :Silver et al, 2017 \n    - [AlphaZero-nature](https://www.nature.com/articles/nature24270) (Go without human knowledge) :Silver et al, 2017\n- [SAC](https://arxiv.org/abs/1801.01290) (Off-Policy Maximum Entropy): Haarnoja et al, 2018\n    - [SAC](https://arxiv.org/abs/1812.05905) (Algorithms and Applications) : Haarnoja, et al 2018\n- [A2C / A3C](https://arxiv.org/abs/1602.01783) (Asynchronous Advantage Actor-Critic): Mnih et al, 2016 \n- [PPO](https://arxiv.org/abs/1707.06347) (Proximal Policy Optimization): Schulman et al, 2017\n- [TRPO](https://arxiv.org/abs/1502.05477) (Trust Region Policy Optimization): Schulman et al, 2015\n- [DPG](http://proceedings.mlr.press/v32/silver14.pdf) (Deterministic Policy Gradient) : DavidSilver et al, 2014\n- [DDPG](https://arxiv.org/abs/1509.02971) (Deep Deterministic Policy Gradient): Lillicrap et al, 2015\n- [TD3](https://arxiv.org/abs/1802.09477) (Twin Delayed DDPG): Fujimoto et al, 2018\n- [NAF](https://arxiv.org/pdf/1603.00748v1.pdf) (Normalized adantage functions) : ShixiangGu et al, 2016\n- [C51](https://arxiv.org/abs/1707.06887) (Categorical 51-Atom DQN): Bellemare et al, 2017\n- [HER](https://arxiv.org/abs/1707.01495) (Hindsight Experience Replay): Andrychowicz et al, 2017\n- [World Models](https://worldmodels.github.io/) Ha and Schmidhuber, 2018\n- [I2A](https://arxiv.org/abs/1707.06203) (Imagination-Augmented Agents): Weber et al, 2017\n- [MBMF](https://sites.google.com/view/mbmf) (Model-Based RL with Model-Free Fine-Tuning): Nagabandi et al, 2017\n- [MBVE](https://arxiv.org/abs/1803.00101) (Model-Based Value Expansion): Feinberg et al, 2018\n- [PathNet](https://arxiv.org/pdf/1701.08734.pdf)(Evolution Channels Gradient Descent):  Fernando et al, 2017\n- [plannet](https://github.com/google-research/planet)(Learning Latent Dynamics) : Hafner, et al, 2018\n- [TCN](https://arxiv.org/abs/1704.06888v1) (Time-Contrastive Networks):Sermanet, et al, 2017\n- [Reinforcement and Imitation Learning](https://arxiv.org/pdf/1802.09564.pdf) : Yuke Zhu†, et al 2018\n- [Prioritized experience replay](https://arxiv.org/abs/1511.05952):Schaul, et al 2015\n- [Policy distillation](https://arxiv.org/abs/1511.06295) : Rusu, et al 2015\n- [Unifying Count-Based Exploration and Intrinsic Motivation](https://arxiv.org/pdf/1606.01868v2.pdf) : Bellemare, et al 2015\n- [Incentivizing Exploration In Reinforcement Learning With Deep Predictive Models](https://arxiv.org/pdf/1507.00814v3.pdf) : Stadie, et al 2015 \n- [Action-Conditional Video Prediction using Deep Networks in Atari Games]( https://arxiv.org/pdf/1507.08750v2.pdf) : JunhyukOh, et al 2015\n- [Control of Memory, Active Perception, and Action in Minecraft]( https://web.eecs.umich.edu/~baveja/Papers/ICML2016.pdf) : JunhyukOh, et al 2015\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/tinyzqh%2Fawesome-reinforcement-learning/projects"}