如何快速上手强化学习?
如何快速上手强化学习?
理解强化学习的概念:
- 书籍《Reinforcement Learning-An Introduction》 作者:Richard Sutton 阅读地址:http://incompleteideas.net/book/the-book-2nd.html
- David Silver 教学课程, 视频地址:http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html
Deep reinforcement learning - Pieter Abbeel and John Schulman (Open AI/ Berkeley AI Research Lab). 地址:https://people.eecs.berkeley.edu/~pabbeel/nips-tutorial-policy-optimization-Schulman-Abbeel.pdf
- 上手测试强化学习项目
- 博客: 如何利用策略梯度训练ATARI Pong 智能体 地址:https://karpathy.github.io/2016/05/31/rl/
- DeepMind Lab, 开源3D游戏类平台,为基于agent的AI研究创建,具有丰富的模拟环境。 DeepMind 绝对是强化学习研究上的大佬级团队, alphago就是它发明的。地址:https://deepmind.com/blog/open-sourcing-deepmind-lab/
- Project Malmo, 一个支持人工智能基础研究的人工智能实验平台。 地址:https://www.microsoft.com/en-us/research/project/project-malmo/
- OpenAI gym, 一个用于构建和比较强化学习算法的工具箱。 地址:https://gym.openai.com/
Related:https://www.kdnuggets.com/2018/03/5-things-reinforcement-learning.html