paper-with-me

Papers

Curriculum Reinforcement Learning using Optimal Transport via Gradual Domain Adaptation

2022-10-18 · Peide Huang, Mengdi Xu, Jiacheng Zhu, Laixi Shi, Fei Fang, Ding Zhao

Curriculum Reinforcement Learning (CRL) aims to create a sequence of tasks, starting from easy ones and gradually learning towards difficult tasks. In this work, we focus on the idea of framing CRL as interpolations between a source (auxiliary) and a target task distribution. Although existing studies have shown the great potential of this idea, it remains unclear how to formally quantify and generate the movement between task distributions. Inspired by the insights from gradual domain adaptation in semi-supervised learning, we create a natural curriculum by breaking down the potentially large task distributional shift in CRL into smaller shifts. We propose GRADIENT, which formulates CRL as an optimal transport problem with a tailored distance metric between tasks. Specifically, we generate a sequence of task distributions as a geodesic interpolation (i.e., Wasserstein barycenter) between the source and target distributions. Different from many existing methods, our algorithm considers a task-dependent contextual distance metric and is capable of handling nonparametric distributions in both continuous and discrete context settings. In addition, we theoretically show that GRADIENT enables smooth transfer between subsequent stages in the curriculum under certain conditions. We conduct extensive experiments in locomotion and manipulation tasks and show that our proposed GRADIENT achieves higher performance than baselines in terms of learning efficiency and asymptotic performance.

📄 PDF Abstract BibTeX arXiv:2210.10195

Code (1)

peidehuang/gradient 공식 구현

Tasks

Domain Adaptationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Task Phasing: Automated Curriculum Learning from Demonstrations

2022-10-20 · Vaibhav Bajaj, Guni Sharon, Peter Stone

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 …

Reinforcement Learning (RL)

On the Benefit of Optimal Transport for Curriculum Reinforcement Learning

2023-09-25 · Pascal Klink, Carlo D'Eramo, Jan Peters, Joni Pajarinen

Curriculum reinforcement learning (CRL) allows solving complex tasks by generating a tailored sequence of learning tasks, starting from easy ones and subsequently increasing their difficulty. Although the potential of cu…

reinforcement-learningReinforcement Learning

Adaptive Curriculum Generation from Demonstrations for Sim-to-Real Visuomotor Control

2019-10-17 · Lukas Hermann, Max Argus, Andreas Eitel, Artemij Amiranashvili 외

We propose Adaptive Curriculum Generation from Demonstrations (ACGD) for reinforcement learning in the presence of sparse rewards. Rather than designing shaped reward functions, ACGD adaptively sets the appropriate task …

Reinforcement LearningReinforcement Learning (RL)

Accelerating Reinforcement Learning for Reaching using Continuous Curriculum Learning

2020-02-07 · Sha Luo, Hamidreza Kasaei, Lambert Schomaker

Reinforcement learning has shown great promise in the training of robot behavior due to the sequential decision making characteristics. However, the required enormous amount of interactive and informative training data p…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Learning a Multi-Domain Curriculum for Neural Machine Translation

2019-08-28 · ACL 2020 6 · Wei Wang, Ye Tian, Jiquan Ngiam, Yinfei Yang 외

Most data selection research in machine translation focuses on improving a single domain. We perform data selection for multiple domains at once. This is achieved by carefully introducing instance-level domain-relevance …

DenoisingMachine TranslationTranslation