Book description
The Contemporary Introduction to Deep Reinforcement Learning that Combines Theory and Practice Deep reinforcement learning (deep RL) combines deep learning and reinforcement learning, in which artificial agents learn to solve sequential decision-making problems. In the past decade deep RL has achieved remarkable results on a range of problems, from single and multiplayer games–such as Go, Atari games, and DotA 2–to robotics.
Foundations of Deep Reinforcement Learning is an introduction to deep RL that uniquely combines both theory and implementation. It starts with intuition, then carefully explains the theory of deep RL algorithms, discusses implementations in its companion software library SLM Lab, and finishes with the practical details of getting deep RL to work.
This guide is ideal for both computer science students and software engineers who are familiar with basic machine learning concepts and have a working understanding of Python.
Understand each key aspect of a deep RL problem
Explore policy- and value-based algorithms, including REINFORCE, SARSA, DQN, Double DQN, and Prioritized Experience Replay (PER)
Delve into combined algorithms, including Actor-Critic and Proximal Policy Optimization (PPO)
Understand how algorithms can be parallelized synchronously and asynchronously
Run algorithms in SLM Lab and learn the practical implementation details for getting deep RL to work
Explore algorithm benchmark results with tuned hyperparameters
Understand how deep RL environments are designed
Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
Table of contents
- Cover Page
- About This eBook
- Half Title Page
- Title Page
- Copyright Page
- Dedication Page
- Contents
- Foreword
- Preface
- Acknowledgments
- About the Authors
- 1. Introduction to Reinforcement Learning
-
I: Policy-Based and Value-Based Algorithms
- 2. REINFORCE
- 3. SARSA
- 4. Deep Q-Networks (DQN)
- 5. Improving DQN
-
II: Combined Methods
- 6. Advantage Actor-Critic (A2C)
- 7. Proximal Policy Optimization (PPO) 165
- 8. Parallelization Methods
- 9. Algorithm Summary
-
III: Practical Details
- 10. Getting Deep RL to Work 209
- 11. SLM Lab
- 12. Network Architectures
- 13. Hardware
- IV: Environment Design
- Epilogue
- A. Deep Reinforcement Learning Timeline
- B. Example Environments
- References
- Index
- Credits
Product information
- Title: Foundations of Deep Reinforcement Learning: Theory and Practice in Python
- Author(s):
- Release date: December 2019
- Publisher(s): Addison-Wesley Professional
- ISBN: 9780135172490
You might also like
book
Deep Reinforcement Learning with Python - Second Edition
An example-rich guide for beginners to start their reinforcement and deep reinforcement learning journey with state-of-the-art …
book
Deep Learning with Python, Second Edition
Printed in full color! Unlock the groundbreaking advances of deep learning with this extensively revised new …
book
Reinforcement Learning Algorithms with Python
Develop self-learning algorithms and agents using TensorFlow and other Python tools, frameworks, and libraries Key Features …
book
Mastering Reinforcement Learning with Python
Get hands-on experience in creating state-of-the-art reinforcement learning agents using TensorFlow and RLlib to solve complex …