paper-with-me

Papers

Implicit Behavioral Cloning

2021-09-01 · Pete Florence, Corey Lynch, Andy Zeng, Oscar Ramirez, Ayzaan Wahid, Laura Downs, Adrian Wong, Johnny Lee, Igor Mordatch, Jonathan Tompson

We find that across a wide range of robot policy learning scenarios, treating supervised policy learning with an implicit model generally performs better, on average, than commonly used explicit models. We present extensive experiments on this finding, and we provide both intuitive insight and theoretical arguments distinguishing the properties of implicit models compared to their explicit counterparts, particularly with respect to approximating complex, potentially discontinuous and multi-valued (set-valued) functions. On robotic policy learning tasks we show that implicit behavioral cloning policies with energy-based models (EBM) often outperform common explicit (Mean Square Error, or Mixture Density) behavioral cloning policies, including on tasks with high-dimensional action spaces and visual image inputs. We find these policies provide competitive results or outperform state-of-the-art offline reinforcement learning methods on the challenging human-expert tasks from the D4RL benchmark suite, despite using no reward information. In the real world, robots with implicit policies can learn complex and remarkably subtle behaviors on contact-rich tasks from human demonstrations, including tasks with high combinatorial complexity and tasks requiring 1mm precision.

📄 PDF Abstract BibTeX arXiv:2109.00137

Code (5)

ankurhanda/implicit-bc-2d pytorch
google-research/ibc tf
kevinzakka/ibc pytorch
opendilab/DI-engine pytorch
ran-weii/cleanil pytorch

Tasks

D4RL

Similar Papers 제목 키워드 기반

Controlling Steering with Energy-Based Models

2023-01-28 · Mykyta Baliesnyi, Ardi Tampuu, Tambet Matiisen

So-called implicit behavioral cloning with energy-based models has shown promising results in robotic manipulation tasks. We tested if the method's advantages carry on to controlling the steering of a real self-driving c…

regression

Exploring multimodal implicit behavior learning for vehicle navigation in simulated cities

2025-09-18 · Eric Aislan Antonelo, Gustavo Claudio Karl Couto, Christian Möller arxiv

Standard Behavior Cloning (BC) fails to learn multimodal driving decisions, where multiple valid actions exist for the same scenario. We explore Implicit Behavioral Cloning (IBC) with Energy-Based Models (EBMs) to better…

Learning Clinical-Trial Strategy: Offline Policy Training for Decision Agents

2026-08-04 · William Bolton, Philip Torr arxiv

Clinical development is sequential decision-making under uncertainty, where a sponsor must plan a portfolio of experiments from heterogeneous evidence. We study this setting by framing oncology clinical development as an…

Reliable Conditioning of Behavioral Cloning for Offline Reinforcement Learning

2022-10-11 · Tung Nguyen, Qinqing Zheng, Aditya Grover

Behavioral cloning (BC) provides a straightforward solution to offline RL by mimicking offline trajectories via supervised learning. Recent advances (Chen et al., 2021; Janner et al., 2021; Emmons et al., 2021) have show…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Diffusion Model-Augmented Behavioral Cloning

2023-02-26 · Shang-Fu Chen, Hsiang-Chun Wang, Ming-Hao Hsu, Chun-Mao Lai 외

Imitation learning addresses the challenge of learning by observing an expert's demonstrations without access to reward signals from environments. Most existing imitation learning methods that do not require interacting …

continuous-controlContinuous ControlImitation Learningmodel