LGAIMLMay 4, 2020

Offline Reinforcement Learning: Tutorial, Review, and Perspectives on Open Problems

arXiv:2005.01643v32631 citations
AI Analysis

This is an incremental tutorial that synthesizes existing knowledge for researchers and practitioners interested in applying offline RL to fields like healthcare and robotics.

The paper provides a tutorial on offline reinforcement learning, which uses pre-collected data without online interaction, aiming to enable automation in various domains, but notes that current algorithms face significant limitations.

In this tutorial article, we aim to provide the reader with the conceptual tools needed to get started on research on offline reinforcement learning algorithms: reinforcement learning algorithms that utilize previously collected data, without additional online data collection. Offline reinforcement learning algorithms hold tremendous promise for making it possible to turn large datasets into powerful decision making engines. Effective offline reinforcement learning methods would be able to extract policies with the maximum possible utility out of the available data, thereby allowing automation of a wide range of decision-making domains, from healthcare and education to robotics. However, the limitations of current algorithms make this difficult. We will aim to provide the reader with an understanding of these challenges, particularly in the context of modern deep reinforcement learning methods, and describe some potential solutions that have been explored in recent work to mitigate these challenges, along with recent applications, and a discussion of perspectives on open problems in the field.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes