Practical Deep Reinforcement Learning with Python
eBook - ePub

Practical Deep Reinforcement Learning with Python

Concise Implementation of Algorithms, Simplified Maths, and Effective Use of TensorFlow and PyTorch (English Edition)

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Practical Deep Reinforcement Learning with Python

Concise Implementation of Algorithms, Simplified Maths, and Effective Use of TensorFlow and PyTorch (English Edition)

About this book

Introducing Practical Smart Agents Development using Python, PyTorch, and TensorFlow

Key Features
? Exposure to well-known RL techniques, including Monte-Carlo, Deep Q-Learning, Policy Gradient, and Actor-Critical.
? Hands-on experience with TensorFlow and PyTorch on Reinforcement Learning projects.
? Everything is concise, up-to-date, and visually explained with simplified mathematics.

Description
Reinforcement learning is a fascinating branch of AI that differs from standard machine learning in several ways. Adaptation and learning in an unpredictable environment is the part of this project. There are numerous real-world applications for reinforcement learning these days, including medical, gambling, human imitation activity, and robotics.This book introduces readers to reinforcement learning from a pragmatic point of view. The book does involve mathematics, but it does not attempt to overburden the reader, who is a beginner in the field of reinforcement learning.The book brings a lot of innovative methods to the reader's attention in much practical learning, including Monte-Carlo, Deep Q-Learning, Policy Gradient, and Actor-Critical methods. While you understand these techniques in detail, the book also provides a real implementation of these methods and techniques using the power of TensorFlow and PyTorch. The book covers some enticing projects that show the power of reinforcement learning, and not to mention that everything is concise, up-to-date, and visually explained.After finishing this book, the reader will have a thorough, intuitive understanding of modern reinforcement learning and its applications, which will tremendously aid them in delving into the interesting field of reinforcement learning.

What you will learn
? Familiarize yourself with the fundamentals of Reinforcement Learning and Deep Reinforcement Learning.
? Make use of Python and Gym framework to model an external environment.
? Apply classical Q-learning, Monte Carlo, Policy Gradient, and Thompson sampling techniques.
? Explore TensorFlow and PyTorch to practice the fundamentals of deep reinforcement learning.
? Design a smart agent for a particular problem using a specific technique.

Who this book is for
This book is for machine learning engineers, deep learning fanatics, AI software developers, data scientists, and other data professionals eager to learn and apply Reinforcement Learning to ongoing projects. No specialized knowledge of machine learning is necessary; however, proficiency in Python is desired.

Table of Contents
Part I
1. Introducing Reinforcement Learning
2. Playing Monopoly and Markov Decision Process
3. Training in Gym
4. Struggling With Multi-Armed Bandits
5. Blackjack in Monte Carlo
6. Escaping Maze With Q-Learning
7. Discretization
Part II. Deep Reinforcement Learning
8. TensorFlow, PyTorch, and Your First Neural Network
9. Deep Q-Network and Lunar Lander
10. Defending Atlantis With Double Deep Q-Network
11. From Q-Learning to Policy-Gradient
12. Stock Trading With Actor-Critic
13. What Is Next?

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Practical Deep Reinforcement Learning with Python by Ivan Gridin in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Python. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Cover Page
  2. Title Page
  3. Copyright Page
  4. Dedication Page
  5. About the Author
  6. About the Reviewer
  7. Acknowledgement
  8. Preface
  9. Errata
  10. Table of Contents
  11. Part I
  12. Part II: Deep Reinforcement Learning
  13. Index