Deep reinforcement learning in action

In this example-rich tutorial, you'll master foundational and advanced DRL techniques by taking on interesting challenges like navigating a maze and playing video games. Along the way, you'll work with core algorithms, including deep Q-networks and policy gradients, along with industry-sta...

Full description

Bibliographic Details
Main Authors: Zai, Alexander, Brown, Brandon (Author)
Format: eBook
Language:English
Published: [Shelter Island, New York] Manning Publications 2020
Edition:[First edition]
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04249nmm a2200469 u 4500
001 EB002180988
003 EBX01000000000000001318475
005 00000000000000.0
007 cr|||||||||||||||||||||
008 231010 ||| eng
050 4 |a Q325.5 
100 1 |a Zai, Alexander 
245 0 0 |a Deep reinforcement learning in action  |c Alexander Zai, Brandon Brown 
250 |a [First edition] 
260 |a [Shelter Island, New York]  |b Manning Publications  |c 2020 
300 |a 1 audio file (11 hr., 49 min.) 
653 |a algorithms / aat 
653 |a Machine learning / fast / (OCoLC)fst01004795 
653 |a Théorie de l'apprentissage informatique 
653 |a Machine learning / http://id.loc.gov/authorities/subjects/sh85079324 
653 |a Apprentissage par renforcement (Intelligence artificielle) 
653 |a Computer algorithms / fast / (OCoLC)fst00872010 
653 |a Algorithmes 
653 |a Intelligence artificielle 
653 |a Computational learning theory / fast / (OCoLC)fst00871997 
653 |a Reinforcement learning / http://id.loc.gov/authorities/subjects/sh92000704 
653 |a Artificial intelligence / fast / (OCoLC)fst00817247 
653 |a Computer algorithms / http://id.loc.gov/authorities/subjects/sh91000149 
653 |a Artificial intelligence / http://id.loc.gov/authorities/subjects/sh85008180 
653 |a Reinforcement learning / fast / (OCoLC)fst01732553 
653 |a Apprentissage automatique 
653 |a artificial intelligence / aat 
653 |a Computational learning theory / http://id.loc.gov/authorities/subjects/sh94004662 
700 1 |a Brown, Brandon  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781617295430AU/?ar  |x Verlag  |3 Volltext 
082 0 |a 153.15 
082 0 |a 006.3/1 
520 |a In this example-rich tutorial, you'll master foundational and advanced DRL techniques by taking on interesting challenges like navigating a maze and playing video games. Along the way, you'll work with core algorithms, including deep Q-networks and policy gradients, along with industry-standard tools like PyTorch and OpenAI Gym. What's Inside Building and training DRL networks The most popular DRL algorithms for learning and problem solving Evolutionary algorithms for curiosity and multi-agent learning All examples available as Jupyter Notebooks About the Reader For readers with intermediate skills in Python and deep learning. About the Author Alexander Zai is a machine learning engineer at Amazon AI. Brandon Brown is a machine learning and data analysis blogger. Quotes A thorough introduction to reinforcement learning. Fun to read and highly relevant. - Helmut Hauschild, PharmaTrace An essential read for anyone who wants to master deep reinforcement learning.  
520 |a - Kalyan Reddy, ArisGlobal If you ever wondered what the theory is behind AI/ML and reinforcement learning, and how you can apply the techniques in your own projects, then this book is for you. - Tobias Kaatz, OpenText I highly recommend this book to anyone who aspires to master the fundamentals of DRL and seeks to follow a research or development career in this exciting field. - Al Rahimi, Amazon 
520 |a Humans learn best from feedback--we are encouraged to take actions that lead to positive results while deterred by decisions with negative consequences. This reinforcement process can be applied to computer programs allowing them to solve more complex problems that classical programming cannot. Deep Reinforcement Learning in Action teaches you the fundamental concepts and terminology of deep reinforcement learning, along with the practical skills and techniques you'll need to implement it into your own projects. About the Technology Deep reinforcement learning AI systems rapidly adapt to new environments, a vast improvement over standard neural networks. A DRL agent learns like people do, taking in raw data such as sensor input and refining its responses and predictions through trial and error. About the Book Deep Reinforcement Learning in Action teaches you how to program AI agents that adapt and improve based on direct feedback from their environment.