Audiobook description
Humans learn best from feedback—we are encouraged to take actions that lead to positive results while deterred by decisions with negative consequences. This reinforcement process can be applied to computer programs allowing them to solve more complex problems that classical programming cannot. Deep Reinforcement Learning in Action teaches you the fundamental concepts and terminology of deep reinforcement learning, along with the practical skills and techniques you’ll need to implement it into your own projects.
About the Technology
Deep reinforcement learning AI systems rapidly adapt to new environments, a vast improvement over standard neural networks. A DRL agent learns like people do, taking in raw data such as sensor input and refining its responses and predictions through trial and error.
About the Book
Deep Reinforcement Learning in Action teaches you how to program AI agents that adapt and improve based on direct feedback from their environment. In this example-rich tutorial, you’ll master foundational and advanced DRL techniques by taking on interesting challenges like navigating a maze and playing video games. Along the way, you’ll work with core algorithms, including deep Q-networks and policy gradients, along with industry-standard tools like PyTorch and OpenAI Gym.
What's Inside
- Building and training DRL networks
- The most popular DRL algorithms for learning and problem solving
- Evolutionary algorithms for curiosity and multi-agent learning
- All examples available as Jupyter Notebooks
About the Reader
For readers with intermediate skills in Python and deep learning.
About the Author
Alexander Zai is a machine learning engineer at Amazon AI. Brandon Brown is a machine learning and data analysis blogger.
Quotes
A thorough introduction to reinforcement learning. Fun to read and highly relevant.
- Helmut Hauschild, PharmaTrace
An essential read for anyone who wants to master deep reinforcement learning.
- Kalyan Reddy, ArisGlobal
If you ever wondered what the theory is behind AI/ML and reinforcement learning, and how you can apply the techniques in your own projects, then this book is for you.
- Tobias Kaatz, OpenText
I highly recommend this book to anyone who aspires to master the fundamentals of DRL and seeks to follow a research or development career in this exciting field.
- Al Rahimi, Amazon
Table of contents
- Part 1. Foundations
- Chapter 1. What is reinforcement learning?
- Chapter 2. Modeling reinforcement learning problems: Markov decision processes
- Chapter 3. Predicting the best states and actions: Deep Q-networks
- Chapter 4. Learning to pick the best policy: Policy gradient methods
- Chapter 5. Tackling more complex problems with actor-critic methods
- Part 2. Above and beyond
- Chapter 6. Alternative optimization methods: Evolutionary algorithms
- Chapter 7. Distributional DQN: Getting the full story
- Chapter 8. Curiosity-driven exploration
- Chapter 9. Multi-agent reinforcement learning
- Chapter 10. Interpretable reinforcement learning: Attention and relational models
- Chapter 11. In conclusion: A review and roadmap
- Appendix. Mathematics, deep learning, PyTorch
Product information
- Title: Deep Reinforcement Learning in Action
- Author(s):
- Release date: March 2020
- Publisher(s): Manning Publications
- ISBN: None
You might also like
book
Deep Reinforcement Learning in Action
Humans learn best from feedback—we are encouraged to take actions that lead to positive results while …
book
Grokking Deep Reinforcement Learning
We all learn through trial and error. We avoid the things that cause us to experience …
book
Deep Reinforcement Learning Hands-On - Second Edition
Revised and expanded to include multi-agent methods, discrete optimization, RL in robotics, advanced exploration techniques, and …
video
Deep Reinforcement Learning and GANs: Advanced Topics in Deep Learning
6+ Hours of Video Instruction An intuitive introduction to the latest developments in Deep Learning. Overview …