Book description
A hands-on guide enriched with examples to master deep reinforcement learning algorithms with Python
About This Book- Your entry point into the world of artificial intelligence using the power of Python
- An example-rich guide to master various RL and DRL algorithms
- Explore various state-of-the-art architectures along with math
If you're a machine learning developer or deep learning enthusiast interested in artificial intelligence and want to learn about reinforcement learning from scratch, this book is for you. Some knowledge of linear algebra, calculus, and the Python programming language will help you understand the concepts covered in this book.
What You Will Learn- Understand the basics of reinforcement learning methods, algorithms, and elements
- Train an agent to walk using OpenAI Gym and Tensorflow
- Understand the Markov Decision Process, Bellman's optimality, and TD learning
- Solve multi-armed-bandit problems using various algorithms
- Master deep learning algorithms, such as RNN, LSTM, and CNN with applications
- Build intelligent agents using the DRQN algorithm to play the Doom game
- Teach agents to play the Lunar Lander game using DDPG
- Train an agent to win a car racing game using dueling DQN
Reinforcement Learning (RL) is the trending and most promising branch of artificial intelligence. Hands-On Reinforcement learning with Python will help you master not only the basic reinforcement learning algorithms but also the advanced deep reinforcement learning algorithms.
The book starts with an introduction to Reinforcement Learning followed by OpenAI Gym, and TensorFlow. You will then explore various RL algorithms and concepts, such as Markov Decision Process, Monte Carlo methods, and dynamic programming, including value and policy iteration. This example-rich guide will introduce you to deep reinforcement learning algorithms, such as Dueling DQN, DRQN, A3C, PPO, and TRPO. You will also learn about imagination-augmented agents, learning from human preference, DQfD, HER, and many more of the recent advancements in reinforcement learning.
By the end of the book, you will have all the knowledge and experience needed to implement reinforcement learning and deep reinforcement learning in your projects, and you will be all set to enter the world of artificial intelligence.
Style and approachThis is a hands-on book designed to further expand your machine learning skills by understanding reinforcement to deep reinforcement learning algorithms with applications in Python.
Table of contents
- Title Page
- Copyright and Credits
- Dedication
- Packt Upsell
- Contributors
- Preface
- Introduction to Reinforcement Learning
- Getting Started with OpenAI and TensorFlow
- The Markov Decision Process and Dynamic Programming
- Gaming with Monte Carlo Methods
- Temporal Difference Learning
- Multi-Armed Bandit Problem
- Deep Learning Fundamentals
- Atari Games with Deep Q Network
- Playing Doom with a Deep Recurrent Q Network
- The Asynchronous Advantage Actor Critic Network
- Policy Gradients and Optimization
- Capstone Project – Car Racing Using DQN
- Recent Advancements and Next Steps
- Assessments
- Other Books You May Enjoy
Product information
- Title: Hands-On Reinforcement Learning with Python
- Author(s):
- Release date: June 2018
- Publisher(s): Packt Publishing
- ISBN: 9781788836524
You might also like
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 …
video
Reinforcement Learning with Python Explained for Beginners
Although introduced academically decades ago, the recent developments in the field of reinforcement learning have been …
book
Hands-On Unsupervised Learning with Python
Discover the skill-sets required to implement various approaches to Machine Learning with Python Key Features Explore …
book
Deep Learning with Python
Deep Learning with Python introduces the field of deep learning using the Python language and the …