English

Understanding the Complexity Gains of Single-Task RL with a Curriculum

Machine Learning 2023-06-21 v3

Abstract

Reinforcement learning (RL) problems can be challenging without well-shaped rewards. Prior work on provably efficient RL methods generally proposes to address this issue with dedicated exploration strategies. However, another way to tackle this challenge is to reformulate it as a multi-task RL problem, where the task space contains not only the challenging task of interest but also easier tasks that implicitly function as a curriculum. Such a reformulation opens up the possibility of running existing multi-task RL methods as a more efficient alternative to solving a single challenging task from scratch. In this work, we provide a theoretical framework that reformulates a single-task RL problem as a multi-task RL problem defined by a curriculum. Under mild regularity conditions on the curriculum, we show that sequentially solving each task in the multi-task RL problem is more computationally efficient than solving the original single-task problem, without any explicit exploration bonuses or other exploration strategies. We also show that our theoretical insights can be translated into an effective practical learning algorithm that can accelerate curriculum learning on simulated robotic tasks.

Keywords

Cite

@article{arxiv.2212.12809,
  title  = {Understanding the Complexity Gains of Single-Task RL with a Curriculum},
  author = {Qiyang Li and Yuexiang Zhai and Yi Ma and Sergey Levine},
  journal= {arXiv preprint arXiv:2212.12809},
  year   = {2023}
}

Comments

40 pages, 11 Figures, 13 Tables, International Conference on Machine Learning (ICML) 2023

R2 v1 2026-06-28T07:51:57.506Z