LGAIOct 20, 2022

Task Phasing: Automated Curriculum Learning from Demonstrations

arXiv:2210.10999v211 citationsh-index: 94
Originality Incremental advance
AI Analysis

This addresses the problem of sparse rewards in reinforcement learning for researchers and practitioners, offering an incremental improvement by combining existing techniques.

The paper tackles the challenge of applying reinforcement learning to sparse reward domains by introducing a task phasing approach that uses demonstrations to automatically generate a curriculum, outperforming state-of-the-art methods in asymptotic performance on three domains.

Applying reinforcement learning (RL) to sparse reward domains is notoriously challenging due to insufficient guiding signals. Common RL techniques for addressing such domains include (1) learning from demonstrations and (2) curriculum learning. While these two approaches have been studied in detail, they have rarely been considered together. This paper aims to do so by introducing a principled task phasing approach that uses demonstrations to automatically generate a curriculum sequence. Using inverse RL from (suboptimal) demonstrations we define a simple initial task. Our task phasing approach then provides a framework to gradually increase the complexity of the task all the way to the target task, while retuning the RL agent in each phasing iteration. Two approaches for phasing are considered: (1) gradually increasing the proportion of time steps an RL agent is in control, and (2) phasing out a guiding informative reward function. We present conditions that guarantee the convergence of these approaches to an optimal policy. Experimental results on 3 sparse reward domains demonstrate that our task phasing approaches outperform state-of-the-art approaches with respect to asymptotic performance.

Code Implementations1 repo
Foundations

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

Your Notes