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: Berkeley, CA Apress 2021, 2021
Edition:1st ed. 2021
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 02902nmm a2200289 u 4500
001 EB001961644
003 EBX01000000000000001124546
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210503 ||| eng
020 |a 9781484268094 
100 1 |a Sanghi, Nimish 
245 0 0 |a Deep Reinforcement Learning with Python  |h Elektronische Ressource  |b With PyTorch, TensorFlow and OpenAI Gym  |c by Nimish Sanghi 
250 |a 1st ed. 2021 
260 |a Berkeley, CA  |b Apress  |c 2021, 2021 
300 |a XIX, 382 p. 132 illus  |b online resource 
505 0 |a 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 
653 |a Artificial Intelligence 
653 |a Python 
653 |a Artificial intelligence 
653 |a Python (Computer program language) 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4842-6809-4 
856 4 0 |u https://doi.org/10.1007/978-1-4842-6809-4?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 006.3 
520 |a 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 begin by reviewing the Markov decision processes, Bellman equations, and dynamic programming that form the core concepts and foundation of deep reinforcement learning. Next, you'll study model-free learning followed by function approximation using neural networks and deep learning. This is followed by various deep reinforcement learning algorithms such as deep q-networks, various flavors of actor-critic methods, and other policy-based methods. You'll also look at exploration vs exploitation dilemma, a key consideration in reinforcement learning algorithms, along with Monte Carlo tree search (MCTS), which played a key role inthe success of AlphaGo. The final chapters conclude with deep reinforcement learning implementation using popular deep learning frameworks such as TensorFlow and PyTorch. In the end, you'll understand deep reinforcement learning along with deep q networks and policy gradient models implementation with TensorFlow, PyTorch, and Open AI Gym. You will: Examine deep reinforcement learning Implement deep learning algorithms using OpenAI’s Gym environment Code your own game playing agents for Atari using actor-critic algorithms Apply best practices for model building and algorithm training