Book description
Leverage the power of Tensorflow to Create powerful software agents that can self-learn to perform real-world tasks
Key Features
- Explore efficient Reinforcement Learning algorithms and code them using TensorFlow and Python
- Train Reinforcement Learning agents for problems, ranging from computer games to autonomous driving.
- Formulate and devise selective algorithms and techniques in your applications in no time.
Book Description
Advances in reinforcement learning algorithms have made it possible to use them for optimal control in several different industrial applications. With this book, you will apply Reinforcement Learning to a range of problems, from computer games to autonomous driving.
The book starts by introducing you to essential Reinforcement Learning concepts such as agents, environments, rewards, and advantage functions. You will also master the distinctions between on-policy and off-policy algorithms, as well as model-free and model-based algorithms. You will also learn about several Reinforcement Learning algorithms, such as SARSA, Deep Q-Networks (DQN), Deep Deterministic Policy Gradients (DDPG), Asynchronous Advantage Actor-Critic (A3C), Trust Region Policy Optimization (TRPO), and Proximal Policy Optimization (PPO). The book will also show you how to code these algorithms in TensorFlow and Python and apply them to solve computer games from OpenAI Gym. Finally, you will also learn how to train a car to drive autonomously in the Torcs racing car simulator.
By the end of the book, you will be able to design, build, train, and evaluate feed-forward neural networks and convolutional neural networks. You will also have mastered coding state-of-the-art algorithms and also training agents for various control problems.
What you will learn
- Understand the theory and concepts behind modern Reinforcement Learning algorithms
- Code state-of-the-art Reinforcement Learning algorithms with discrete or continuous actions
- Develop Reinforcement Learning algorithms and apply them to training agents to play computer games
- Explore DQN, DDQN, and Dueling architectures to play Atari's Breakout using TensorFlow
- Use A3C to play CartPole and LunarLander
- Train an agent to drive a car autonomously in a simulator
Who this book is for
Data scientists and AI developers who wish to quickly get started with training effective reinforcement learning models in TensorFlow will find this book very useful. Prior knowledge of machine learning and deep learning concepts (as well as exposure to Python programming) will be useful.
Table of contents
- Title Page
- Copyright and Credits
- Dedication
- About Packt
- Contributors
- Preface
-
Up and Running with Reinforcement Learning
- Why RL?
- The relationship between an agent and its environment
- Identifying episodes
- Identifying reward functions and the concept of discounted rewards
- Learning the Markov decision process
- Defining the Bellman equation
- On-policy versus off-policy learning
- Model-free and model-based training
- Algorithms covered in this book
- Summary
- Questions
- Further reading
- Temporal Difference, SARSA, and Q-Learning
- Deep Q-Network
- Double DQN, Dueling Architectures, and Rainbow
- Deep Deterministic Policy Gradient
- Asynchronous Methods - A3C and A2C
- Trust Region Policy Optimization and Proximal Policy Optimization
- Deep RL Applied to Autonomous Driving
- Assessment
- Other Books You May Enjoy
Product information
- Title: TensorFlow Reinforcement Learning Quick Start Guide
- Author(s):
- Release date: March 2019
- Publisher(s): Packt Publishing
- ISBN: 9781789533583
You might also like
book
TensorFlow 2 Reinforcement Learning Cookbook
Discover recipes for developing AI applications to solve a variety of real-world business problems using reinforcement …
book
Deep Reinforcement Learning with Python: With PyTorch, TensorFlow and OpenAI Gym
Deep reinforcement learning is a fast-growing discipline that is making a significant impact in fields of …
book
Reinforcement Learning with TensorFlow
Leverage the power of the Reinforcement Learning techniques to develop self-learning systems using Tensorflow About This …
book
TensorFlow for Deep Learning
Learn how to solve challenging machine learning problems with TensorFlow, Google’s revolutionary new software library for …