paper-with-me

Papers

Reverse Forward Curriculum Learning for Extreme Sample and Demonstration Efficiency in Reinforcement Learning

2024-05-06 · Stone Tao, Arth Shukla, Tse-kai Chan, Hao Su

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.

📄 PDF Abstract BibTeX arXiv:2405.03379

Code (1)

stonet2000/rfcl 공식 구현 jax

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Backplay: "Man muss immer umkehren"

2018-07-18 · Cinjon Resnick, Roberta Raileanu, Sanyam Kapoor, Alexander Peysakhovich 외

Model-free reinforcement learning (RL) requires a large number of trials to learn a good policy, especially in environments with sparse rewards. We explore a method to improve the sample efficiency when we have access to…

Reinforcement LearningReinforcement Learning (RL)

Backplay: 'Man muss immer umkehren'

2019-05-01 · ICLR 2019 5 · Cinjon Resnick, Roberta Raileanu, Sanyam Kapoor, Alexander Peysakhovich 외

Model-free reinforcement learning (RL) requires a large number of trials to learn a good policy, especially in environments with sparse rewards. We explore a method to improve the sample efficiency when we have access to…

Reinforcement LearningReinforcement Learning (RL)

What Makes a Good Curriculum? Disentangling the Effects of Data Ordering on LLM Mathematical Reasoning

2025-10-21 · Yaning Jia, Chunhui Zhang, Xingjian Diao, Xiangchi Yuan 외 arxiv

Curriculum learning (CL) - ordering training data from easy to hard - has become a popular strategy for improving reasoning in large language models (LLMs). Yet prior work employs disparate difficulty metrics and trainin…

Mathematical Reasoning

Pre-Training Curriculum for Multi-Token Prediction in Language Models

2025-05-28 · Ansar Aynetdinov, Alan Akbik

Multi-token prediction (MTP) is a recently proposed pre-training objective for language models. Rather than predicting only the next token (NTP), MTP predicts the next $k$ tokens at each prediction step, using multiple p…

Prediction

Training Large Language Models for Reasoning through Reverse Curriculum Reinforcement Learning

2024-02-08 · Zhiheng Xi, Wenxiang Chen, Boyang Hong, Senjie Jin 외

In this paper, we propose R$^3$: Learning Reasoning through Reverse Curriculum Reinforcement Learning (RL), a novel method that employs only outcome supervision to achieve the benefits of process supervision for large la…

GSM8Kreinforcement-learningReinforcement Learning (RL)