Deep Reinforcement Learning in Action by Alexander Zai.

Alex holds a BS in Chemical Engineering and Biochemistry from the University of California, Los Angeles (UCLA)., where he graduated in 2014. He co-founded Codesmith and led its Data Science and Machine Learning research group. He has also been involved in advancing TensorFlow.js, focusing on enabling browser-level deep learning and computer vision applications. Today Alex is a Machine Learning Engineer at Amazon AI.
Reinforcement Learning (RL) is certainly one of the most intellectually demanding subfields of Machine Learning. Alex takes a very pragmatic approach by writing this book for the developer who wants to understand the “why” engaging with the “how.” He is utilizing PyTorch as the vehicle, providing a clean, Python interface to very complex algorithms.
Humans learn best from feedback. We are encouraged to take actions that lead to positive results. This reinforcement is applied to computer programs allowing them to solve more complex problems. Deep Reinforcement Learning in Action teaches readers how to program AI agents that adapt and improve based on direct feedback from their environment.