LGAIMLMar 28, 2017

Inverse Reinforcement Learning from Summary Data

arXiv:1703.09700v317 citations
Originality Incremental advance
AI Analysis

This work addresses a limitation in inverse reinforcement learning for real-world scenarios where only summary data is accessible, though it is incremental as it builds on prior extensions with more general assumptions.

The paper tackles the problem of inverse reinforcement learning when only summarized or partial observations are available, without assuming a specific structure for the summarizing function, and demonstrates that inference is still possible with exact and approximate algorithms, showing empirical scalability and practical applicability in a cognitive science example.

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 $σ$, 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 $σ$, 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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes