paper-with-me

홈 › Papers

Curriculum-Based Imitation of Versatile Skills

2023-04-11 · Maximilian Xiling Li, Onur Celik, Philipp Becker, Denis Blessing, Rudolf Lioutikov, Gerhard Neumann

Learning skills by imitation is a promising concept for the intuitive teaching of robots. A common way to learn such skills is to learn a parametric model by maximizing the likelihood given the demonstrations. Yet, human demonstrations are often multi-modal, i.e., the same task is solved in multiple ways which is a major challenge for most imitation learning methods that are based on such a maximum likelihood (ML) objective. The ML objective forces the model to cover all data, it prevents specialization in the context space and can cause mode-averaging in the behavior space, leading to suboptimal or potentially catastrophic behavior. Here, we alleviate those issues by introducing a curriculum using a weight for each data point, allowing the model to specialize on data it can represent while incentivizing it to cover as much data as possible by an entropy bonus. We extend our algorithm to a Mixture of (linear) Experts (MoE) such that the single components can specialize on local context regions, while the MoE covers all data points. We evaluate our approach in complex simulated and real robot control tasks and show it learns from versatile human demonstrations and significantly outperforms current SOTA methods. A reference implementation can be found at https://github.com/intuitive-robots/ml-cur

📄 PDF Abstract BibTeX arXiv:2304.05171

Code (1)

intuitive-robots/ml-cur 공식 구현

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Learning Versatile Skills with Curriculum Masking

2024-10-23 · Yao Tang, Zhihui Xie, Zichuan Lin, Deheng Ye 외

Masked prediction has emerged as a promising pretraining paradigm in offline reinforcement learning (RL) due to its versatile masking schemes, enabling flexible inference across various downstream tasks with a unified mo…

Decision MakingOffline RLReinforcement Learning (RL)Sequential Decision Making

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…

Versatile Skill Control via Self-supervised Adversarial Imitation of Unlabeled Mixed Motions

2022-09-16 · Chenhao Li, Sebastian Blaes, Pavel Kolev, Marin Vlastelica 외

Learning diverse skills is one of the main challenges in robotics. To this end, imitation learning approaches have achieved impressive results. These methods require explicitly labeled datasets or assume consistent skill…

Imitation Learning

Teach a Robot to FISH: Versatile Imitation from One Minute of Demonstrations

2023-03-02 · Siddhant Haldar, Jyothish Pari, Anant Rai, Lerrel Pinto

While imitation learning provides us with an efficient toolkit to train robots, learning skills that are robust to environment variations remains a significant challenge. Current approaches address this challenge by rely…

Imitation Learning

KungfuBot2: Learning Versatile Motion Skills for Humanoid Whole-Body Control

2025-09-20 · Jinrui Han, Weiji Xie, Jiakun Zheng, Jiyuan Shi 외 arxiv

Learning versatile whole-body skills by tracking various human motions is a fundamental step toward general-purpose humanoid robots. This task is particularly challenging because a single policy must master a broad reper…