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 autonomous vehicles, robotics, healthcare, finance, and many more. This book covers deep reinforcement learning using deep-q learning and policy gradient models with coding exercise. You'll...

Full description

Bibliographic Details
Main Author: Sanghi, Nimish
Format: eBook
Language:English
Published: [Place of publication not identified] Apress 2021
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Chapter 1: Introduction to Deep Reinforcement Learning
  • Chapter 2: Markov Decision Processes
  • Chapter 3: Model Based Algorithms
  • Chapter 4: Model Free Approaches
  • Chapter 5: Function Approximation
  • Chapter 6:Deep Q-Learning
  • Chapter 7: Policy Gradient Algorithms
  • Chapter 8: Combining Policy Gradients and Q-Learning
  • Chapter 9: Integrated Learning and Planning
  • Chapter 10: Further Exploration and Next Steps