Deep Reinforcement Learning

Reinforcement learning (RL) is the study of learning intelligent behavior. Learning how to act is arguably a much more difficult problem than vanilla supervised learning—in addition to perception, many other challenges exist:

  • Exploration vs. exploitation
  • Delayed credit assignment
  • Temporal correlations

Deep learning brings powerful function approximation and hierarchical understanding to the state spaces encountered in reinforcement learning problems. In the past five years, huge progress has been made in bringing the best of both worlds together. It is, arguably, the closest humanity has got to achieving general AI.

The purpose of this book is to provide a guide to new researchers and practitioners interested in using deep architectures in reinforcement learning problems.

This book is a very early work in progress. If you have any suggestions, ideas, or concerns, please let me know!

I am keeping this free and publicly available to help accelerate the pace of RL research and implementation. If this book helped you, please consider donating to my Patreon page!

Prerequisites

This book assumes knowledge of deep learning and basic reinforcement learning. There are many ways to learn these two topics, but I suggest you to read the following resources first:

If you enjoyed either of these books, please support the authors by purchasing them.

Book Structure

The structure of this book is split up into two main sections:

  • Unique challenges of deep reinforcement learning
  • Value optimization: learning value and action-value functions, which are then used to predict a reward;
  • Policy optimization: directly optimizing the policy, using the gradient of expected discounted reward.
  • Special topics, which include hierarchical RL, multi-agent RL, imitation learning, multi-task learning, inverse RL, etc.

results matching ""

    No results matching ""