# Inverse Reinforcement Learning from Summary Data

**Authors:** Antti Kangasr\"a\"asi\"o, Samuel Kaski

arXiv: 1703.09700 · 2018-06-26

## TL;DR

This paper extends inverse reinforcement learning to scenarios where only summarized or partial data are available, developing algorithms for full Bayesian inference without restrictive assumptions on the summarizing function.

## Contribution

It introduces general inference algorithms for IRL from summary data, enabling posterior estimation without specific assumptions on the summarizing function.

## Key findings

- Algorithms perform well on reasonably sized problems.
- Posterior estimation is demonstrated on a cognitive science RL model.
- Inference remains feasible without restrictive assumptions.

## Abstract

Inverse reinforcement learning (IRL) aims to explain observed strategic behavior by fitting reinforcement learning models to behavioral data. However, traditional IRL methods are only applicable when the observations are in the form of state-action paths. This assumption may not hold in many real-world modeling settings, where only partial or summarized observations are available. In general, we may assume that there is a summarizing function $\sigma$, which acts as a filter between us and the true state-action paths that constitute the demonstration. Some initial approaches to extending IRL to such situations have been presented, but with very specific assumptions about the structure of $\sigma$, such as that only certain state observations are missing. This paper instead focuses on the most general case of the problem, where no assumptions are made about the summarizing function, except that it can be evaluated. We demonstrate that inference is still possible. The paper presents exact and approximate inference algorithms that allow full posterior inference, which is particularly important for assessing parameter uncertainty in this challenging inference situation. Empirical scalability is demonstrated to reasonably sized problems, and practical applicability is demonstrated by estimating the posterior for a cognitive science RL model based on an observed user's task completion time only.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.09700/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1703.09700/full.md

## References

40 references — full list in the complete paper: https://tomesphere.com/paper/1703.09700/full.md

---
Source: https://tomesphere.com/paper/1703.09700