python-machine-learning-book-3rd-edition
python-machine-learning-book-3rd-edition copied to clipboard
Errata in Ch15 ~ Ch18
- p537: 10th line from the bottom "randomly dropped at every iteration" should be changed "randomly dropped at every sample".
- p601: 9th line from the bottom
/code/ch16should be changed/tree/master/ch16. - p677: 12th line from the bottom "$ S_t $ and $ R_{t+1} $" should be changed "$ S_{t+1} $ and $ R_{t+1} $"
- p685: last eq. r' should be r
- p686: last line r' should be r
- p706: 6th line from the bottom
_choose_action()should bechoose_action() - p711: 6th line in Note
max_lenshould bemaxlen
Ch18 gives good summary of Sutton's book. I hope that more topics will be covered in next edition. :) Thanks.
Thanks a lot for the feedback. Will fix these things in the next edition :).