paper-with-me

홈 › Papers

Behavioral Cloning from Noisy Demonstrations

2021-01-01 · ICLR 2021 1 · Fumihiro Sasaki, Ryota Yamashina

We consider the problem of learning an optimal expert behavior policy given noisy demonstrations that contain observations from both optimal and non-optimal expert behaviors. Popular imitation learning algorithms, such as generative adversarial imitation learning, assume that (clear) demonstrations are given from optimal expert policies but the non-optimal ones, and thus often fail to imitate the optimal expert behaviors given the noisy demonstrations. Prior works that address the problem require (1) learning policies through environment interactions in the same fashion as reinforcement learning, and (2) annotating each demonstration with confidence scores or rankings. However, such environment interactions and annotations in real-world settings take impractically long training time and a significant human effort. In this paper, we propose an imitation learning algorithm to address the problem without any environment interactions and annotations associated with the non-optimal demonstrations. The proposed algorithm learns ensemble policies with a generalized behavioral cloning (BC) objective function where we exploit another policy already learned by BC. Experimental results show that the proposed algorithm can learn behavior policies that are much closer to the optimal policies than ones learned by BC.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Driving Through Ghosts: Behavioral Cloning with False Positives

2020-08-29 · Andreas Bühler, Adrien Gaidon, Andrei Cramariuc, Rares Ambrus 외

Safe autonomous driving requires robust detection of other traffic participants. However, robust does not mean perfect, and safe systems typically minimize missed detections at the expense of a higher false positive rate…

Autonomous Driving

Should I Run Offline Reinforcement Learning or Behavioral Cloning?

2021-09-29 · ICLR 2022 4 · Aviral Kumar, Joey Hong, Anikait Singh, Sergey Levine

Offline reinforcement learning (RL) algorithms can acquire effective policies by utilizing only previously collected experience, without any online interaction. While it is widely understood that offline RL is able to e…

Atari GamesDiagnosticOffline RLreinforcement-learning+3

Concurrent Training Improves the Performance of Behavioral Cloning from Observation

2020-08-03 · Zachary W. Robertson, Matthew R. Walter

Learning from demonstration is widely used as an efficient way for robots to acquire new skills. However, it typically requires that demonstrations provide full access to the state and action sequences. In contrast, lear…

Imitation Learning

Decoupled Behavioral Cloning for Scalable Inductive Generalization in RL from Specifications

2026-05-30 · Vignesh Subramanian, Subhajit Roy, Suguman Bansal arxiv

Inductive generalization is a framework for reinforcement learning (RL) generalization in which inductively related task instances admit inductively related policies. Prior work captures this structure via a higher-order…

Zero-shot GeneralizationReinforcement Learning

Deep Q Learning from Dynamic Demonstration with Behavioral Cloning

2021-01-01 · Xiaoshuang Li, Junchen Jin, Xiao Wang, Fei-Yue Wang

Although Deep Reinforcement Learning (DRL) has proven its capability to learn optimal policies by directly interacting with simulation environments, scaling up a DRL model is difficult due to exploding computational comp…

Deep Reinforcement LearningOpenAI GymQ-Learning