Book Image

Hands-on Reinforcement Learning with PyTorch [Video]

By : Colibri Ltd
Book Image

Hands-on Reinforcement Learning with PyTorch [Video]

By: Colibri Ltd

Overview of this book

<p>PyTorch, Facebook's deep learning framework, is clear, easy to code and easy to debug, thus providing a straightforward and simple experience for developers. </p><p>This course is your hands-on guide to the core concepts of deep reinforcement learning and its implementation in PyTorch. We will help you get your PyTorch environment ready before moving on to the core concepts that encompass deep reinforcement learning. </p><p>Following a practical approach, you will build reinforcement learning algorithms and develop/train agents in simulated OpenAI Gym environments. You'll learn the skills you need to implement deep reinforcement learning concepts so you can get started building smart systems that learn from their own experiences. </p><p>By the end of this course, you will have enhanced your knowledge of deep reinforcement learning algorithms and will be confident enough to effectively use PyTorch to build your RL projects. </p><p>The code bundle for this course is available at: https://github.com/PacktPublishing/Hands-on-Reinforcement-Learning-with-PyTorch</p>
Table of Contents (5 chapters)
Chapter 2
Exploring the Markov Decision Process with Dynamic Programming
Content Locked
Section 2
Using the MDP Framework with Policy Evaluation
Show the MDP framework in a concrete example, using a Dynamic programming algorithm. Define Dynamic programming and policy evaluation. Also, provide a code example using FrozenLake environment.