Live data from Hacker News

Applying AI to games: the Q-Learning algorithm

nrox.github.io

1–4 of 4 posts

Re: Applying AI to games: the Q-Learning algorithm

#3

For a more in-depth introduction to reinforcement learning, Sutton and Barto's book is available online: http://webdocs.cs.ualberta.ca/~sutton/book/ebook/the-book.ht...

Thanks, this is great! More specifically, there's a (draft) version of the second edition in PDF format, which is a much easier to read than the HTML format. Link here [1], on the very bottom.

[1] http://webdocs.cs.ualberta.ca/~sutton/book/the-book.html

Re: Applying AI to games: the Q-Learning algorithm

#4

For a more in-depth introduction to reinforcement learning, Sutton and Barto's book is available online: http://webdocs.cs.ualberta.ca/~sutton/book/ebook/the-book.ht...

The book is great. The problem with AI books and many technical books has to do with their huge size. The optimal instruction to learn AI for basic usage would be: provide an half page explanation and some working, tweakable examples.