paper-with-me

홈 › Papers

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 autonomous agents is a well-studied problem in general, there are two particular aspects that have largely been overlooked: (1) that the learning is done from observation only (i.e., without explicit action information), and (2) that the learning is typically done very quickly. In this work, we propose a two-phase, autonomous imitation learning technique called behavioral cloning from observation (BCO), that aims to provide improved performance with respect to both of these aspects. First, we allow the agent to acquire experience in a self-supervised fashion. This experience is used to develop a model which is then utilized to learn a particular task by observing an expert perform that task without the knowledge of the specific actions taken. We experimentally compare BCO to imitation learning methods, including the state-of-the-art, generative adversarial imitation learning (GAIL) technique, and we show comparable task performance in several different simulation domains while exhibiting increased learning speed after expert trajectories become available.

📄 PDF Abstract BibTeX arXiv:1805.01954

Code (6)

NathanGavenski/IUPE pytorch
baichenjia/utds pytorch
greerviau/GlorifiedCruiseControl tf
jerrylin1121/BCO tf
montaserFath/BCO pytorch
opendilab/DI-engine pytorch

Tasks

Imitation Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

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

Imitating Unknown Policies via Exploration

2020-08-13 · Nathan Gavenski, Juarez Monteiro, Roger Granada, Felipe Meneguzzi 외

Behavioral cloning is an imitation learning technique that teaches an agent how to behave through expert demonstrations. Recent approaches use self-supervision of fully-observable unlabeled snapshots of the states to dec…

Behavioural cloningImitation Learning

Enhanced Behavioral Cloning with Environmental Losses for Self-Driving Vehicles

2022-02-04 · Nelson Fernandez Pinto, Thomas Gilles

Learned path planners have attracted research interest due to their ability to model human driving behavior and rapid inference. Recent works on behavioral cloning show that simple imitation of expert observations is not…

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

Diverse Policies Recovering via Pointwise Mutual Information Weighted Imitation Learning

2024-10-21 · Hanlin Yang, Jian Yao, Weiming Liu, Qing Wang 외

Recovering a spectrum of diverse policies from a set of expert trajectories is an important research topic in imitation learning. After determining a latent style for a trajectory, previous diverse policies recovering me…

Imitation Learning