paper-with-me

Papers

Revisiting Maximum Entropy Inverse Reinforcement Learning: New Perspectives and Algorithms

2020-12-01 · Aaron J. Snoswell, Surya P. N. Singh, Nan Ye

We provide new perspectives and inference algorithms for Maximum Entropy (MaxEnt) Inverse Reinforcement Learning (IRL), which provides a principled method to find a most non-committal reward function consistent with given expert demonstrations, among many consistent reward functions. We first present a generalized MaxEnt formulation based on minimizing a KL-divergence instead of maximizing an entropy. This improves the previous heuristic derivation of the MaxEnt IRL model (for stochastic MDPs), allows a unified view of MaxEnt IRL and Relative Entropy IRL, and leads to a model-free learning algorithm for the MaxEnt IRL model. Second, a careful review of existing inference algorithms and implementations showed that they approximately compute the marginals required for learning the model. We provide examples to illustrate this, and present an efficient and exact inference algorithm. Our algorithm can handle variable length demonstrations; in addition, while a basic version takes time quadratic in the maximum demonstration length L, an improved version of this algorithm reduces this to linear using a padding trick. Experiments show that our exact algorithm improves reward learning as compared to the approximate ones. Furthermore, our algorithm scales up to a large, real-world dataset involving driver behaviour forecasting. We provide an optimized implementation compatible with the OpenAI Gym interface. Our new insight and algorithms could possibly lead to further interest and exploration of the original MaxEnt IRL model.

📄 PDF Abstract BibTeX arXiv:2012.00889

Code (1)

aaronsnoswell/unimodal-irl 공식 구현

Tasks

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

X-MEN: Guaranteed XOR-Maximum Entropy Constrained Inverse Reinforcement Learning

2022-03-22 · Fan Ding, Yeiang Xue

Inverse Reinforcement Learning (IRL) is a powerful way of learning from demonstrations. In this paper, we address IRL problems with the availability of prior knowledge that optimal policies will never violate certain con…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Generalized Maximum Causal Entropy for Inverse Reinforcement Learning

2019-11-16 · Tien Mai, Kennard Chan, Patrick Jaillet

We consider the problem of learning from demonstrated trajectories with inverse reinforcement learning (IRL). Motivated by a limitation of the classical maximum entropy model in capturing the structure of the network of …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Primer on Maximum Causal Entropy Inverse Reinforcement Learning

2022-03-22 · Adam Gleave, Sam Toyer

Inverse Reinforcement Learning (IRL) algorithms infer a reward function that explains demonstrations provided by an expert acting in the environment. Maximum Causal Entropy (MCE) IRL is currently the most popular formula…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

A proof of convergence of inverse reinforcement learning for multi-objective optimization

2023-05-10 · Akira Kitaoka, Riki Eto

We show the convergence of Wasserstein inverse reinforcement learning for multi-objective optimizations with the projective subgradient method by formulating an inverse problem of the multi-objective optimization problem…

reinforcement-learningReinforcement Learning

Weighted Maximum Entropy Inverse Reinforcement Learning

2022-08-20 · The Viet Bui, Tien Mai, Patrick Jaillet

We study inverse reinforcement learning (IRL) and imitation learning (IM), the problems of recovering a reward or policy function from expert's demonstrated trajectories. We propose a new way to improve the learning proc…

Imitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)