paper-with-me

Papers

A Divergence Minimization Perspective on Imitation Learning Methods

2019-11-06 · Seyed Kamyar Seyed Ghasemipour, Richard Zemel, Shixiang Gu

In many settings, it is desirable to learn decision-making and control policies through learning or bootstrapping from expert demonstrations. The most common approaches under this Imitation Learning (IL) framework are Behavioural Cloning (BC), and Inverse Reinforcement Learning (IRL). Recent methods for IRL have demonstrated the capacity to learn effective policies with access to a very limited set of demonstrations, a scenario in which BC methods often fail. Unfortunately, due to multiple factors of variation, directly comparing these methods does not provide adequate intuition for understanding this difference in performance. In this work, we present a unified probabilistic perspective on IL algorithms based on divergence minimization. We present $f$-MAX, an $f$-divergence generalization of AIRL [Fu et al., 2018], a state-of-the-art IRL method. $f$-MAX enables us to relate prior IRL methods such as GAIL [Ho & Ermon, 2016] and AIRL [Fu et al., 2018], and understand their algorithmic properties. Through the lens of divergence minimization we tease apart the differences between BC and successful IRL approaches, and empirically evaluate these nuances on simulated high-dimensional continuous control domains. Our findings conclusively identify that IRL's state-marginal matching objective contributes most to its superior performance. Lastly, we apply our new understanding of IL methods to the problem of state-marginal matching, where we demonstrate that in simulated arm pushing environments we can teach agents a diverse range of behaviours using simply hand-specified state distributions and no reward functions or expert demonstrations. For datasets and reproducing results please refer to https://github.com/KamyarGh/rl_swiss/blob/master/reproducing/fmax_paper.md .

📄 PDF Abstract BibTeX arXiv:1911.02256

Code (3)

KamyarGh/rl_swiss 공식 구현 pytorch
Kaixhin/imitation-learning pytorch
twni2016/f-IRL pytorch

Tasks

Behavioural cloningcontinuous-controlContinuous ControlDecision MakingImitation LearningReinforcement Learning

Similar Papers 제목 키워드 기반

Understanding Hindsight Goal Relabeling from a Divergence Minimization Perspective

2022-09-26 · Lunjun Zhang, Bradly C. Stadie

Hindsight goal relabeling has become a foundational technique in multi-goal reinforcement learning (RL). The essential idea is that any trajectory can be seen as a sub-optimal demonstration for reaching its final state. …

Imitation LearningMulti-Goal Reinforcement LearningQ-LearningReinforcement Learning (RL)

Reparameterized Variational Divergence Minimization for Stable Imitation

2020-06-18 · Dilip Arumugam, Debadeepta Dey, Alekh Agarwal, Asli Celikyilmaz 외

While recent state-of-the-art results for adversarial imitation-learning algorithms are encouraging, recent works exploring the imitation learning from observation (ILO) setting, where trajectories \textit{only} contain …

continuous-controlContinuous ControlImitation Learning

Many Paths to Equilibrium: GANs Do Not Need to Decrease a Divergence At Every Step

2017-10-23 · ICLR 2018 1 · William Fedus, Mihaela Rosca, Balaji Lakshminarayanan, Andrew M. Dai 외

Generative adversarial networks (GANs) are a family of generative models that do not minimize a single training criterion. Unlike other generative models, the data distribution is learned via a game between a generator (…

Imitation Learning as $f$-Divergence Minimization

2019-05-30 · Liyiming Ke, Sanjiban Choudhury, Matt Barnes, Wen Sun 외

We address the problem of imitation learning with multi-modal demonstrations. Instead of attempting to learn all modes, we argue that in many tasks it is sufficient to imitate any one of them. We show that the state-of-t…

Imitation Learning

Divergence Minimization Preference Optimization for Diffusion Model Alignment

2025-07-10 · Binxu Li, Minkai Xu, Jiaqi Han, Meihua Dang 외 arxiv

Diffusion models have achieved remarkable success in generating realistic and versatile images from text prompts. Inspired by the recent advancements of language models, there is an increasing interest in further improvi…