LGAIMLMar 10, 2020

Curriculum Learning for Reinforcement Learning Domains: A Framework and Survey

arXiv:2003.04960v2697 citations
AI Analysis

This is an incremental contribution that provides a structured overview for researchers in reinforcement learning to address sample inefficiency.

The paper tackles the problem of high interaction costs in reinforcement learning by proposing a framework for curriculum learning, which sequences tasks or data samples to improve learning efficiency, and uses it to survey and classify existing methods.

Reinforcement learning (RL) is a popular paradigm for addressing sequential decision tasks in which the agent has only limited environmental feedback. Despite many advances over the past three decades, learning in many domains still requires a large amount of interaction with the environment, which can be prohibitively expensive in realistic scenarios. To address this problem, transfer learning has been applied to reinforcement learning such that experience gained in one task can be leveraged when starting to learn the next, harder task. More recently, several lines of research have explored how tasks, or data samples themselves, can be sequenced into a curriculum for the purpose of learning a problem that may otherwise be too difficult to learn from scratch. In this article, we present a framework for curriculum learning (CL) in reinforcement learning, and use it to survey and classify existing CL methods in terms of their assumptions, capabilities, and goals. Finally, we use our framework to find open problems and suggest directions for future RL curriculum learning research.

Foundations

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

Your Notes