0

What are some books on reinforcement learning (RL) and deep RL for beginners?

I'm looking for something as friendly as the head first series, that breaks down every single thing.

nbro
  • 39,006
  • 12
  • 98
  • 176

2 Answers2

2

Reinforcement Learning: An Introduction by Richard Sutton and Andrew Barto is undoubtedly one of the best books, to begin with. Despite its age, the book is still the canonical introduction to reinforcement learning. It does require some patience, but I think it's very approachable and rigorous at the same time!

stoic-santiago
  • 1,121
  • 5
  • 18
0

If you are looking for a book that is more beginner friendly than the Sutton and Barto book (which you should of course check out also), try out:

Deep Reinforcement Learning Hands On

chessprogrammer
  • 2,215
  • 2
  • 12
  • 23