paper-with-me

홈 › Papers

Fighting Copycat Agents in Behavioral Cloning from Observation Histories

2020-10-28 · NeurIPS 2020 12 · Chuan Wen, Jierui Lin, Trevor Darrell, Dinesh Jayaraman, Yang Gao

Imitation learning trains policies to map from input observations to the actions that an expert would choose. In this setting, distribution shift frequently exacerbates the effect of misattributing expert actions to nuisance correlates among the observed variables. We observe that a common instance of this causal confusion occurs in partially observed settings when expert actions are strongly correlated over time: the imitator learns to cheat by predicting the expert's previous action, rather than the next action. To combat this "copycat problem", we propose an adversarial approach to learn a feature representation that removes excess information about the previous expert action nuisance correlate, while retaining the information necessary to predict the next action. In our experiments, our approach improves performance significantly across a variety of partially observed imitation learning tasks.

📄 PDF Abstract BibTeX arXiv:2010.14876

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Behavior Cloning in OpenAI using Case Based Reasoning

2020-02-23 · Chad Peters, Babak Esfandiari, Mohamad Zalat, Robert West

Learning from Observation (LfO), also known as Behavioral Cloning, is an approach for building software agents by recording the behavior of an expert (human or artificial) and using the recorded data to generate the requ…

OpenAI Gym

Behavioral Cloning from Observation

2018-05-04 · Faraz Torabi, Garrett Warnell, Peter Stone

Humans often learn how to perform tasks via imitation: they observe others perform a task, and then very quickly infer the appropriate actions to take based on their observations. While extending this paradigm to autonom…

Imitation Learning

CopyCAT: Taking Control of Neural Policies with Constant Attacks

2019-05-29 · Léonard Hussenot, Matthieu Geist, Olivier Pietquin

We propose a new perspective on adversarial attacks against deep reinforcement learning agents. Our main contribution is CopyCAT, a targeted attack able to consistently lure an agent into following an outsider's policy. …

Atari GamesDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Resolving Copycat Problems in Visual Imitation Learning via Residual Action Prediction

2022-07-20 · Chia-Chi Chuang, Donglin Yang, Chuan Wen, Yang Gao

Imitation learning is a widely used policy learning method that enables intelligent agents to acquire complex skills from expert demonstrations. The input to the imitation learning algorithm is usually composed of both t…

Imitation LearningMuJoCo

Human-AI Coordination via Human-Regularized Search and Learning

2022-10-11 · Hengyuan Hu, David J Wu, Adam Lerer, Jakob Foerster 외

We consider the problem of making AI agents that collaborate well with humans in partially observable fully cooperative environments given datasets of human behavior. Inspired by piKL, a human-data-regularized search met…