Home

Awesome

Deep Reinforcement Learning With Python

Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math

About the book

<a target="_blank" href="https://www.amazon.com/dp/1839210680/ref=cm_sw_r_tw_dp_x_avRDFb99EVTQ"> <img src="./images/2.jpg" alt="Book Cover" width="300" align="left"/>

</a>With significant enhancement in the quality and quantity of algorithms in recent years, this second edition of Hands-On Reinforcement Learning with Python has been completely revamped into an example-rich guide to learning state-of-the-art reinforcement learning (RL) and deep RL algorithms with TensorFlow and the OpenAI Gym toolkit.

In addition to exploring RL basics and foundational concepts such as the Bellman equation, Markov decision processes, and dynamic programming, this second edition dives deep into the full spectrum of value-based, policy-based, and actor- critic RL methods with detailed math. It explores state-of-the-art algorithms such as DQN, TRPO, PPO and ACKTR, DDPG, TD3, and SAC in depth, demystifying the underlying math and demonstrating implementations through simple code examples.

The book has several new chapters dedicated to new RL techniques including distributional RL, imitation learning, inverse RL, and meta RL. You will learn to leverage Stable Baselines, an improvement of OpenAI's baseline library, to implement popular RL algorithms effortlessly. The book concludes with an overview of promising approaches such as meta-learning and imagination augmented agents in research.

Get the book

<div> <a target="_blank" href="https://www.oreilly.com/library/view/deep-reinforcement-learning/9781839210686/"> <img src="./images/Oreilly_safari_logo.png" alt="Oreilly Safari" hieght=150, width=150> </a> <a target="_blank" href="https://www.amazon.com/gp/product/B08HSHV72N/ref=dbs_a_def_rwt_bibl_vppi_i2"> <img src="./images/amazon_logo.jpg" alt="Amazon" > </a> <a target="_blank" href="https://www.packtpub.com/product/deep-reinforcement-learning-with-python-second-edition/9781839210686"> <img src="./images/packt_logo.jpeg" alt="Packt" hieght=150, width=150 > </a> <a target="_blank" href="https://www.google.co.in/books/edition/Deep_Reinforcement_Learning_with_Python/dFkAEAAAQBAJ?hl=en&gbpv=0&kptab=overview"> <img src="./images/googlebooks_logo.png" alt="Google Books" </a> <a target="_blank" href="https://play.google.com/store/books/details/Sudharsan_Ravichandiran_Deep_Reinforcement_Learnin?id=dFkAEAAAQBAJ"> <img src="./images/googleplay_logo.png" alt="Google Play" > </a> <br> </div> <br>

Table of Contents

Download the detailed and complete table of contents from here.

1. Fundamentals of Reinforcement Learning

2. A Guide to the Gym Toolkit

3. Bellman Equation and Dynamic Programming

4. Monte Carlo Methods

5. Understanding Temporal Difference Learning

6. Case Study: The MAB Problem

7. Deep Learning Foundations

8. Getting to Know TensorFlow

9. Deep Q Network and its Variants

10. Policy Gradient Method

11. Actor Critic Methods - A2C and A3C

12. Learning DDPG, TD3 and SAC

13. TRPO, PPO and ACKTR Methods

14. Distributional Reinforcement Learning

15. Imitation Learning and Inverse RL

16. Deep Reinforcement Learning with Stable Baselines

17. Reinforcement Learning Frontiers