paper-with-me

홈 › Papers

Better-than-Demonstrator Imitation Learning via Automatically-Ranked Demonstrations

2019-07-09 · Daniel S. Brown, Wonjoon Goo, Scott Niekum

The performance of imitation learning is typically upper-bounded by the performance of the demonstrator. While recent empirical results demonstrate that ranked demonstrations allow for better-than-demonstrator performance, preferences over demonstrations may be difficult to obtain, and little is known theoretically about when such methods can be expected to successfully extrapolate beyond the performance of the demonstrator. To address these issues, we first contribute a sufficient condition for better-than-demonstrator imitation learning and provide theoretical results showing why preferences over demonstrations can better reduce reward function ambiguity when performing inverse reinforcement learning. Building on this theory, we introduce Disturbance-based Reward Extrapolation (D-REX), a ranking-based imitation learning method that injects noise into a policy learned through behavioral cloning to automatically generate ranked demonstrations. These ranked demonstrations are used to efficiently learn a reward function that can then be optimized using reinforcement learning. We empirically validate our approach on simulated robot and Atari imitation learning benchmarks and show that D-REX outperforms standard imitation learning approaches and can significantly surpass the performance of the demonstrator. D-REX is the first imitation learning approach to achieve significant extrapolation beyond the demonstrator's performance without additional side-information or supervision, such as rewards or human preferences. By generating rankings automatically, we show that preference-based inverse reinforcement learning can be applied in traditional imitation learning settings where only unlabeled demonstrations are available.

📄 PDF Abstract BibTeX arXiv:1907.03976

Code (2)

dsbrown1331/CoRL2019-DREX 공식 구현 tf
opendilab/DI-engine pytorch

Tasks

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Extrapolating Beyond Suboptimal Demonstrations via Inverse Reinforcement Learning from Observations

2019-04-12 · Daniel S. Brown, Wonjoon Goo, Prabhat Nagarajan, Scott Niekum

A critical flaw of existing inverse reinforcement learning (IRL) methods is their inability to significantly outperform the demonstrator. This is because IRL typically seeks a reward function that makes the demonstrator …

Deep Reinforcement LearningImitation LearningMuJoCoreinforcement-learning+2

Intrinsic Reward Driven Imitation Learning via Generative Model

2020-06-26 · ICML 2020 1 · Xingrui Yu, Yueming Lyu, Ivor W. Tsang

Imitation learning in a high-dimensional environment is challenging. Most inverse reinforcement learning (IRL) methods fail to outperform the demonstrator in such a high-dimensional environment, e.g., Atari domain. To ad…

Atari GamesImitation LearningmodelReinforcement Learning (RL)

Imitation Learning via Focused Satisficing

2025-05-20 · Rushit N. Shah, Nikolaos Agadakos, Synthia Sasulski, Ali Farajzadeh 외

Imitation learning often assumes that demonstrations are close to optimal according to some fixed, but unknown, cost function. However, according to satisficing theory, humans often choose acceptable behavior based on th…

Deep Reinforcement LearningImitation Learning

Imitation Learning by Estimating Expertise of Demonstrators

2022-02-02 · Mark Beliaev, Andy Shih, Stefano Ermon, Dorsa Sadigh 외

Many existing imitation learning datasets are collected from multiple demonstrators, each with different expertise at different parts of the environment. Yet, standard imitation learning algorithms typically treat all de…

continuous-controlContinuous ControlImitation Learning

Motion Reasoning for Goal-Based Imitation Learning

2019-11-13 · De-An Huang, Yu-Wei Chao, Chris Paxton, Xinke Deng 외

We address goal-based imitation learning, where the aim is to output the symbolic goal from a third-person video demonstration. This enables the robot to plan for execution and reproduce the same goal in a completely dif…

Imitation LearningMotion PlanningTask and Motion Planning