paper-with-me

홈 › Papers

Strictly Batch Imitation Learning by Energy-based Distribution Matching

2020-06-25 · NeurIPS 2020 12 · Daniel Jarrett, Ioana Bica, Mihaela van der Schaar

Consider learning a policy purely on the basis of demonstrated behavior -- that is, with no access to reinforcement signals, no knowledge of transition dynamics, and no further interaction with the environment. This *strictly batch imitation learning* problem arises wherever live experimentation is costly, such as in healthcare. One solution is simply to retrofit existing algorithms for apprenticeship learning to work in the offline setting. But such an approach leans heavily on off-policy evaluation or offline model estimation, and can be indirect and inefficient. We argue that a good solution should be able to explicitly parameterize a policy (i.e. respecting action conditionals), implicitly learn from rollout dynamics (i.e. leveraging state marginals), and -- crucially -- operate in an entirely offline fashion. To address this challenge, we propose a novel technique by *energy-based distribution matching* (EDM): By identifying parameterizations of the (discriminative) model of a policy with the (generative) energy function for state distributions, EDM yields a simple but effective solution that equivalently minimizes a divergence between the occupancy measure for the demonstrator and a model thereof for the imitator. Through experiments with application to control and healthcare settings, we illustrate consistent performance gains over existing algorithms for strictly batch imitation learning.

📄 PDF Abstract BibTeX arXiv:2006.14154

Code (1)

vanderschaarlab/mlforhealthlabpub/tree/main/alg/edm 공식 구현 jax

Tasks

Imitation LearningOff-policy evaluation

Similar Papers 제목 키워드 기반

A Critique of Strictly Batch Imitation Learning

2021-10-05 · Gokul Swamy, Sanjiban Choudhury, J. Andrew Bagnell, Zhiwei Steven Wu

Recent work by Jarrett et al. attempts to frame the problem of offline imitation learning (IL) as one of learning a joint energy-based model, with the hope of out-performing standard behavioral cloning. We suggest that n…

Imitation Learning

Energy-Weighted Flow Matching for Offline Reinforcement Learning

2025-03-06 · Shiyuan Zhang, Weitong Zhang, Quanquan Gu

This paper investigates energy guidance in generative modeling, where the target distribution is defined as $q(\mathbf x) \propto p(\mathbf x)\exp(-\beta \mathcal E(\mathbf x))$, with $p(\mathbf x)$ being the data distri…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Distributional simplicity bias and effective convexity in Energy Based Models

2026-05-08 · Aurélien Decelle, Alfonso de Jesús Navas Gómez, Beatriz Seoane arxiv

Energy-based learning is a powerful framework for generative modelling, but its training is inherently non-convex, leading potentially to sensitivity to initialisation, poor local optima, and unstable gradient dynamics. …

SoftDICE for Imitation Learning: Rethinking Off-policy Distribution Matching

2021-06-06 · Mingfei Sun, Anuj Mahajan, Katja Hofmann, Shimon Whiteson

We present SoftDICE, which achieves state-of-the-art performance for imitation learning. SoftDICE fixes several key problems in ValueDICE, an off-policy distribution matching approach for sample-efficient imitation learn…

Imitation LearningMuJoCo

Matching Features, Not Tokens: Energy-Based Fine-Tuning of Language Models

2026-03-12 · Samy Jelassi, Mujin Kwun, Rosie Zhao, Yuanzhi Li 외 arxiv

Cross-entropy (CE) training provides dense and scalable supervision for language models, but it optimizes next-token prediction under teacher forcing rather than sequence-level behavior under model rollouts. We introduce…