Book description
Reinforcement learning (RL) will deliver one of the biggest breakthroughs in AI over the next decade, enabling algorithms to learn from their environment to achieve arbitrary goals. This exciting development avoids constraints found in traditional machine learning (ML) algorithms. This practical book shows data science and AI professionals how to learn by reinforcement and enable a machine to learn by itself.
Author Phil Winder of Winder Research covers everything from basic building blocks to state-of-the-art practices. You'll explore the current state of RL, focus on industrial applications, learn numerous algorithms, and benefit from dedicated chapters on deploying RL solutions to production. This is no cookbook; doesn't shy away from math and expects familiarity with ML.
- Learn what RL is and how the algorithms help solve problems
- Become grounded in RL fundamentals including Markov decision processes, dynamic programming, and temporal difference learning
- Dive deep into a range of value and policy gradient methods
- Apply advanced RL solutions such as meta learning, hierarchical learning, multi-agent, and imitation learning
- Understand cutting-edge deep RL algorithms including Rainbow, PPO, TD3, SAC, and more
- Get practical examples through the accompanying website
Publisher resources
Table of contents
- Preface
- 1. Why Reinforcement Learning?
- 2. Markov Decision Processes, Dynamic Programming, and Monte Carlo Methods
- 3. Temporal-Difference Learning, Q-Learning, and n-Step Algorithms
- 4. Deep Q-Networks
- 5. Policy Gradient Methods
- 6. Beyond Policy Gradients
- 7. Learning All Possible Policies with Entropy Methods
- 8. Improving How an Agent Learns
- 9. Practical Reinforcement Learning
- 10. Operational Reinforcement Learning
- 11. Conclusions and the Future
- A. The Gradient of a Logistic Policy for Two Actions
- B. The Gradient of a Softmax Policy
- Glossary
- Index
- About the Author
Product information
- Title: Reinforcement Learning
- Author(s):
- Release date: November 2020
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781098114831
You might also like
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 …
book
Grokking Machine Learning
Discover valuable machine learning techniques you can understand and apply using just high-school math. In Grokking …
video
Reinforcement Learning and Deep RL Python (Theory and Projects)
Reinforcement learning is a subset of machine learning. In the RL training method, desired actions are …