paper-with-me

홈 › Papers

Information Maximizing Curriculum: A Curriculum-Based Approach for Imitating Diverse Skills

2023-03-27 · Denis Blessing, Onur Celik, Xiaogang Jia, Moritz Reuss, Maximilian Xiling Li, Rudolf Lioutikov, Gerhard Neumann

Imitation learning uses data for training policies to solve complex tasks. However, when the training data is collected from human demonstrators, it often leads to multimodal distributions because of the variability in human actions. Most imitation learning methods rely on a maximum likelihood (ML) objective to learn a parameterized policy, but this can result in suboptimal or unsafe behavior due to the mode-averaging property of the ML objective. In this work, we propose Information Maximizing Curriculum, a curriculum-based approach that assigns a weight to each data point and encourages the model to specialize in the data it can represent, effectively mitigating the mode-averaging problem by allowing the model to ignore data from modes it cannot represent. To cover all modes and thus, enable diverse behavior, we extend our approach to a mixture of experts (MoE) policy, where each mixture component selects its own subset of the training data for learning. A novel, maximum entropy-based objective is proposed to achieve full coverage of the dataset, thereby enabling the policy to encompass all modes within the data distribution. We demonstrate the effectiveness of our approach on complex simulated control tasks using diverse human demonstrations, achieving superior performance compared to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2303.15349

Code (1)

alrhub/imc 공식 구현 pytorch

Tasks

Imitation LearningMixture-of-Experts

Similar Papers 제목 키워드 기반

Information Maximizing Curriculum: A Curriculum-Based Approach for Learning Versatile Skills

2023-09-21 · NeurIPS 2023 11

Imitation learning uses data for training policies to solve complex tasks. However, when the training data is collected from human demonstrators, it often leads to multimodal distributions because of the variability in h…

CLIC: Curriculum Learning and Imitation for object Control in non-rewarding environments

2019-01-28 · Pierre Fournier, Olivier Sigaud, Cédric Colas, Mohamed Chetouani

In this paper we study a new reinforcement learning setting where the environment is non-rewarding, contains several possibly related objects of various controllability, and where an apt agent Bob acts independently, wit…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Unsupervised Reinforcement Learning

PointSmile: Point Self-supervised Learning via Curriculum Mutual Information

2023-01-30 · Xin Li, Mingqiang Wei, Songcan Chen

Self-supervised learning is attracting wide attention in point cloud processing. However, it is still not well-solved to gain discriminative and transferable features of point clouds for efficient training on downstream …

Data AugmentationSelf-Supervised Learning

It Takes Four to Tango: Multiagent Selfplay for Automatic Curriculum Generation

2022-02-22 · Yuqing Du, Pieter Abbeel, Aditya Grover

We are interested in training general-purpose reinforcement learning agents that can solve a wide variety of goals. Training such agents efficiently requires automatic generation of a goal curriculum. This is challenging…

It Takes Four to Tango: Multiagent Self Play for Automatic Curriculum Generation

2021-09-29 · ICLR 2022 4 · Yuqing Du, Pieter Abbeel, Aditya Grover

We are interested in training general-purpose reinforcement learning agents that can solve a wide variety of goals. Training such agents without excessive interactions requires automatic generation of a goal curriculum.…