/Hands-On-Reinforcement-Learning-With-Python

Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow

Primary LanguageJupyter Notebook

Hands-On Reinforcement Learning With Python

Master reinforcement and deep reinforcement learning using OpenAI Gym and TensorFlow

About the book

Book Cover

Reinforcement Learning with Python will help you to master basic reinforcement learning algorithms to the advanced deep reinforcement learning algorithms.

The book starts with an introduction to Reinforcement Learning followed by OpenAI and Tensorflow. You will then explore various RL algorithms and concepts such as the Markov Decision Processes, Monte-Carlo methods, and dynamic programming, including value and policy iteration. This example-rich guide will introduce you to deep learning, covering various deep learning algorithms. You will then explore deep reinforcement learning in depth, which is a combination of deep learning and reinforcement learning. You will master various deep reinforcement learning algorithms such as DQN, Double DQN. Dueling DQN, DRQN, A3C, DDPG, TRPO, and PPO. You will also learn about recent advancements in reinforcement learning such as imagination augmented agents, learn from human preference, DQfD, HER and many more.

1. Introduction to Reinforcement Learning

2. Getting Started with OpenAI and Tensorflow

3. Markov Decision Process and Dynamic Programming

4. Gaming with Monte Carlo Methods

5. Temporal Difference Learning

6. Multi-Armed Bandit Problem

7. Deep Learning Fundamentals

8. Atari Games With Deep Q Network

9. Playing Doom With Deep Recurrent Q Network

10. Asynchronous Advantage Actor Critic Network

11. Policy Gradients and Optimization

12. Capstone Project: Car Racing using DQN

13. Recent Advancements and Next Steps