python-machine-learning-book-3rd-edition icon indicating copy to clipboard operation
python-machine-learning-book-3rd-edition copied to clipboard

Errata in Ch15 ~ Ch18

Open rickiepark opened this issue 4 years ago • 1 comments

  • 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/ch16 should 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 be choose_action()
  • p711: 6th line in Note max_len should be maxlen

Ch18 gives good summary of Sutton's book. I hope that more topics will be covered in next edition. :) Thanks.

rickiepark avatar Jan 25 '21 06:01 rickiepark

Thanks a lot for the feedback. Will fix these things in the next edition :).

rasbt avatar May 26 '21 03:05 rasbt