paper-with-me

홈 › 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, learning from observation offers a way to utilize unlabeled demonstrations (e.g., video) to perform imitation learning. One approach to this is behavioral cloning from observation (BCO). The original implementation of BCO proceeds by first learning an inverse dynamics model and then using that model to estimate action labels, thereby reducing the problem to behavioral cloning. However, existing approaches to BCO require a large number of initial interactions in the first step. Here, we provide a novel theoretical analysis of BCO, introduce a modification BCO*, and show that in the semi-supervised setting, BCO* can concurrently improve both its estimate for the inverse dynamics model and the expert policy. This result allows us to eliminate the dependence on initial interactions and dramatically improve the sample complexity of BCO. We evaluate the effectiveness of our algorithm through experiments on various benchmark domains. The results demonstrate that concurrent training not only improves over the performance of BCO but also results in performance that is competitive with state-of-the-art imitation learning methods such as GAIL and Value-Dice.

📄 PDF Abstract BibTeX arXiv:2008.01205

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Methods 이 논문이 사용한 방법론

GAIL Generative Adversarial Imitation Learning presents a new general framework for directly extracting a policy from data, as if it were obtained by reinforcement learning…

Similar Papers 제목 키워드 기반

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…

Actor-Critic Pretraining for Proximal Policy Optimization

2026-02-27 · Andreas Kernbach, Amr Elsheikh, Nicolas Grupp, René Nagel 외 arxiv

Reinforcement learning (RL) actor-critic algorithms enable autonomous learning but often require a large number of environment interactions, which limits their applicability in robotics. Leveraging expert data can reduce…

Reinforcement Learning

Enhancing Policy Learning with World-Action Model

2026-03-30 · Yuci Han, Alper Yilmaz arxiv

This paper presents the World-Action Model (WAM), an action-regularized world model that jointly reasons over future visual observations and the actions that drive state transitions. Unlike conventional world models trai…

Object-Aware Regularization for Addressing Causal Confusion in Imitation Learning

2021-10-27 · NeurIPS 2021 12 · Jongjin Park, Younggyo Seo, Chang Liu, Li Zhao 외

Behavioral cloning has proven to be effective for learning sequential decision-making policies from expert demonstrations. However, behavioral cloning often suffers from the causal confusion problem where a policy relies…

Decision MakingImitation LearningSequential Decision Making

Generalized Reinforcement Learning for Building Control using Behavioral Cloning

2021-03-31 · Zachary E. Lee, K. Max Zhang

Advanced building control methods such as model predictive control (MPC) offer significant potential benefits to both consumers and grid operators, but the high computational requirements have acted as barriers to more w…

Cloud ComputingModel Predictive Controlreinforcement-learningReinforcement Learning+1