Reverse Forward Curriculum Learning for Extreme Sample and Demonstration Efficiency in Reinforcement Learning
Stone Tao, Arth Shukla, Tse-kai Chan, Hao Su
TL;DR
The paper tackles the challenge of sample- and demonstration-efficient reinforcement learning under sparse rewards. It introduces Reverse Forward Curriculum Learning (RFCL), a two-stage approach that first builds a policy from a narrow initial-state distribution via a per-demonstration reverse curriculum and then generalizes to the full initial-state distribution with a forward curriculum, all within an off-policy SAC framework with a Q-ensemble. RFCL demonstrates strong demonstration and sample efficiency across 21 manipulation tasks spanning MetaWorld, Adroit, and ManiSkill2, solving previously intractable tasks with as few as 5 demonstrations. Ablation studies show the critical roles of per-demonstration reverses and the forward curriculum, while simulations highlight robustness to demonstration sources. The authors provide open-source code to enable replication and extension, highlighting the method's potential to reduce data requirements in real-world robotic learning.
Abstract
Reinforcement learning (RL) presents a promising framework to learn policies through environment interaction, but often requires an infeasible amount of interaction data to solve complex tasks from sparse rewards. One direction includes augmenting RL with offline data demonstrating desired tasks, but past work often require a lot of high-quality demonstration data that is difficult to obtain, especially for domains such as robotics. Our approach consists of a reverse curriculum followed by a forward curriculum. Unique to our approach compared to past work is the ability to efficiently leverage more than one demonstration via a per-demonstration reverse curriculum generated via state resets. The result of our reverse curriculum is an initial policy that performs well on a narrow initial state distribution and helps overcome difficult exploration problems. A forward curriculum is then used to accelerate the training of the initial policy to perform well on the full initial state distribution of the task and improve demonstration and sample efficiency. We show how the combination of a reverse curriculum and forward curriculum in our method, RFCL, enables significant improvements in demonstration and sample efficiency compared against various state-of-the-art learning-from-demonstration baselines, even solving previously unsolvable tasks that require high precision and control.
