书籍 Reinforcement Learning (2/e)的封面

Reinforcement Learning (2/e)

Richard S. Sutton

出版时间

2018-11-13

ISBN

9780262039246

评分

★★★★★
书籍介绍

The significantly expanded and updated new edition of a widely used text on reinforcement learning, one of the most active research areas in artificial intelligence.

Reinforcement learning, one of the most active research areas in artificial intelligence, is a computational approach to learning whereby an agent tries to maximize the total amount of reward it receives while interacting with a complex, uncertain environment. In Reinforcement Learning, Richard Sutton and Andrew Barto provide a clear and simple account of the field's key ideas and algorithms. This second edition has been significantly expanded and updated, presenting new topics and updating coverage of other topics.

Like the first edition, this second edition focuses on core online learning algorithms, with the more mathematical material set off in shaded boxes. Part I covers as much of reinforcement learning as possible without going beyond the tabular case for which exact solutions can be found. Many algorithms presented in this part are new to the second edition, including UCB, Expected Sarsa, and Double Learning. Part II extends these ideas to function approximation, with new sections on such topics as artificial neural networks and the Fourier basis, and offers expanded treatment of off-policy learning and policy-gradient methods. Part III has new chapters on reinforcement learning's relationships to psychology and neuroscience, as well as an updated case-studies chapter including AlphaGo and AlphaGo Zero, Atari game playing, and IBM Watson's wagering strategy. The final chapter discusses the future societal impacts of reinforcement learning.

Richard S. Sutton is Professor of Computing Science and AITF Chair in Reinforcement Learning and Artificial Intelligence at the University of Alberta, and also Distinguished Research Scientist at DeepMind.

用户评论
可以交流一下exercise的答案?
RL的经典教科书。
强化学习必看书,还是草稿的时候从头到尾看了一遍,至少应该再看一遍。
看了前两部分
真的很好看 个人认为比花书好看,自洽 自成一体,公式简洁。当然 也有卖idea的现象
这本书涵盖了很多rl的推导以及技术细节,有种发RL paper必备神器的感觉,但是有点美中不足的是有些地方明明一个公式带过的却有一大段文字描述,偏偏这些文字描述又只是把公式直白翻译了一遍对深入理解却没有太大帮助
五星好书啊 泪流满面
今年又手贱去学校学了这门reinforcement learning的课,今天终于把试考完了。整门课7个大作业,除此之外还要做一个paper presentation,然后写一个paper report,最后还有四个小时的笔试考试。我一度自我怀疑,我究竟在干嘛学得这么辛苦?但是因为paper presentation和report都是两人小组,我退课的话,我同学就郁闷了,所以也就硬着头皮把试考了。还挺开心最后一道相对比较“难”的大题证明都证出来的。这本书写得挺好的,通俗易通,确实作为经典入门教材无可非议。打好基础之后,真正RL的应用其实还是需要看新的paper和代码的——不过机器学习都这样,也不是RL的问题。我其实很好奇的RL在贝叶斯框架下的问题,但是我们这门课没有再详细深入讲了。
我把tabular calculation 吃得挺透了,后面的function approximation 由于我们居委管理太差,我实在没心思在这疫情之中看下去,就不看了。
大部分内容都很友好,不需要太深的数理背景。