作者:凯鲁嘎吉 - 博客园 http://www.cnblogs.com/kailugaji/

更多请看:Reinforcement Learning - 随笔分类 - 凯鲁嘎吉 - 博客园 https://www.cnblogs.com/kailugaji/category/2038931.html

  1. Sutton, R. S. and Barto, A. G. Reinforcement learning: An introduction. MIT press, 2018. http://incompleteideas.net/book/the-book.html (经典必读,最全面),中文翻译:https://rl.qiwihui.com/zh_CN/latest/

  2. Hao Dong, Zihan Ding, Shanghang Zhang, et al., Deep Reinforcement Learning: Fundamentals, Research, and Applications, Springer Nature, http://www.deepreinforcementlearningbook.org, 2021. https://link.springer.com/content/pdf/10.1007%2F978-981-15-4095-0.pdf (汇总性强,但图少,更像是期末总结小笔记),中文版:深度强化学习:基础、研究与应用 (博文视点出品) https://item.jd.com/12870299.html

  3. MYKEL J. KOCHENDERFER, TIM A. WHEELER, AND KYLE H. WRAY, Algorithms for Decision Making, MIT PRESS, 2022. https://algorithmsbook.com/ or https://mykel.kochenderfer.com/textbooks/

  4. Qi Wang, Yiyuan Yang, Ji Jiang, Easy RL 强化学习中文教程, 2021. https://github.com/datawhalechina/easy-rl/releases (相当于李宏毅课程《强化学习》笔记,大白话,通俗易懂)

  5. 王树森, 黎彧君, 张志华, 深度强化学习,https://github.com/wangshusen/DRL/blob/master/Notes_CN/DRL.pdf, 2021. (深度强化学习打基础必看,深入浅出,推荐阅读)

  6. 邱锡鹏,神经网络与深度学习,机械工业出版社,https://nndl.github.io/, 2020. (强化学习打基础必看,深度的涉及的少,推荐阅读)

  7. 王东,机器学习导论,清华大学出版社,http://166.111.134.19:7777/mlbook/release/21-01-02/book.pdf, 2021.

  8. Alekh Agarwal, Nan Jiang, Sham M. Kakade, Wen Sun. Reinforcement Learning: Theory and Algorithms, https://rltheorybook.github.io/rltheorybook_AJKS.pdf, 2021. (含offline RL)
  9. CS885 Fall 2021 - Reinforcement Learning https://cs.uwaterloo.ca/~ppoupart/teaching/cs885-fall21/schedule.html

  10. CS234: Reinforcement Learning Winter 2021 https://web.stanford.edu/class/cs234/index.html

  11. CS 285 Deep Reinforcement Learning 2020 http://rail.eecs.berkeley.edu/deeprlcourse-fa20/

  12. UCL Course on RL 2015 Teaching - David Silver https://www.davidsilver.uk/teaching/

  13. 10703 (Spring 2018): Deep RL and Control http://www.cs.cmu.edu/~rsalakhu/10703/lectures.html

  14. Nan Jiang, CS 498 Reinforcement Learning (S21), CS 542 Statistical Reinforcement Learning (F21), https://nanjiang.cs.illinois.edu/
  15. 李宏毅, 强化学习课程, https://www.bilibili.com/video/BV1UE411G78S?spm_id_from=333.999.0.0, 2020.

  16. 腾讯周沫凡(莫烦Python)强化学习、教程、代码 https://mofanpy.com/tutorials/machine-learning/reinforcement-learning/

  17. Notes on Reinforcement Learning http://paulorauber.com/notes/reinforcement_learning.pdf (强化学习打基础看)

  18. OpenAI Spinning Up在线学习平台,包括原理、算法、论文、代码, 英文版https://spinningup.openai.com/en/latest/中文版https://spinningup.readthedocs.io/zh_CN/latest/index.htmlTable of environments · openai/gym Wiki · GitHub https://github.com/openai/gym/wiki/Table-of-environments

  19. 强化学习路线图 - 深度强化学习实验室 http://deeprl.neurondance.com/d/107 or https://github.com/NeuronDance/DeepRL/tree/master/A-Guide-Resource-For-DeepRL

  20. 深度强化学习实验室 - 一个开源开放、共享共进的强化学习学术组织、线上创新实验室http://deeprl.neurondance.com/

  21. CampusAI https://campusai.github.io/theory/

相关文章:

  • 2021-09-23
  • 2022-12-23
  • 2021-08-29
  • 2022-01-24
  • 2022-12-23
  • 2021-09-06
  • 2022-12-23
  • 2021-08-03
猜你喜欢
  • 2022-12-23
  • 2022-02-07
  • 2021-11-21
  • 2021-11-11
  • 2021-12-02
  • 2022-12-23
  • 2021-08-19
相关资源
相似解决方案