What you have achieved with this book
First of all, congratulations! You have come a long way to go beyond the fundamentals and to acquire the skills and the mindset to apply reinforcement learning in real-world. Here is what we have done together in this book:
- We have spent a fair amount of time on bandit problems, which have tremendous number of applications in industry and academia.
- We have gone deeper into the theory than a typical applied book to strengthen your foundation in RL.
- We have covered many of the algorithms and architectures behind the most successful applications of RL.
- We have discussed advanced training strategies to get the most out of the advanced RL algorithms.
- We have done hands-on work with realistic case studies.
- Throughout this journey, we have both implemented our versions of some of the algorithms, as well as utilized libraries, such as Ray and RLlib, which power many teams and platforms at the top tech companies for their reinforcement...