Towards Generalized Inverse Reinforcement Learning
Chaosheng Dong, Yijia Wang
TL;DR
GIRL addresses learning all unknown MDP components from observed, potentially suboptimal behavior by jointly reconstructing a latent optimal policy and the MDP model using a policy-matrix formulation. The method minimizes the distance between the recovered policy and the observed policy $\|\mathbf{\Pi}-\mathbf{\Pi}_0\|_F$ under $M\!D\P$-consistency constraints, and scales to large state spaces via discretization and reward function approximation $R(s) \approx \sum_i \theta_i \phi_i(s)$. Empirical results on discrete and continuous grid worlds show that GIRL can recover unobserved actions/states, infer the reward and transition structures, and recover near-optimal policies despite observation noise. The work broadens IRL by enabling simultaneous inference of multiple, partially observable MDP components, with future directions including tackling unidentifiability through Bayesian or max-entropy techniques.
Abstract
This paper studies generalized inverse reinforcement learning (GIRL) in Markov decision processes (MDPs), that is, the problem of learning the basic components of an MDP given observed behavior (policy) that might not be optimal. These components include not only the reward function and transition probability matrices, but also the action space and state space that are not exactly known but are known to belong to given uncertainty sets. We address two key challenges in GIRL: first, the need to quantify the discrepancy between the observed policy and the underlying optimal policy; second, the difficulty of mathematically characterizing the underlying optimal policy when the basic components of an MDP are unobservable or partially observable. Then, we propose the mathematical formulation for GIRL and develop a fast heuristic algorithm. Numerical results on both finite and infinite state problems show the merit of our formulation and algorithm.
