Imitation Learning in Discounted Linear MDPs without exploration assumptions
Luca Viano, Stratis Skoulakis, Volkan Cevher
TL;DR
This paper tackles imitation learning in infinite-horizon discounted Linear MDPs with linear costs and introduces ILARL, an algorithm that eliminates reliance on the persistent-excitation exploration assumption and tightens the ε-dependence from $\tilde{O}(\epsilon^{-5})$ to $\tilde{O}(\epsilon^{-4})$, by connecting imitation learning to online learning with adversarial losses. It also delivers a stronger finite-horizon bound and demonstrates superior empirical performance against standard baselines. The core technique blends online-to-batch conversion with a regret-decomposition framework, enabling two no-regret players to coordinate between updating cost parameters and updating policies, respectively. For finite horizons, a best-response extension BRIG yields a further improvement in sample complexity to $\tilde{O}(H^4 d^3 \epsilon^{-2})$, while maintaining computational practicality. Overall, the work advances theoretical guarantees and practical performance for IL in linear MDPs, with potential impacts on robotics and autonomous decision-making where reward specification is challenging.
Abstract
We present a new algorithm for imitation learning in infinite horizon linear MDPs dubbed ILARL which greatly improves the bound on the number of trajectories that the learner needs to sample from the environment. In particular, we remove exploration assumptions required in previous works and we improve the dependence on the desired accuracy $ε$ from $\mathcal{O}(ε^{-5})$ to $\mathcal{O}(ε^{-4})$. Our result relies on a connection between imitation learning and online learning in MDPs with adversarial losses. For the latter setting, we present the first result for infinite horizon linear MDP which may be of independent interest. Moreover, we are able to provide a strengthen result for the finite horizon case where we achieve $\mathcal{O}(ε^{-2})$. Numerical experiments with linear function approximation shows that ILARL outperforms other commonly used algorithms.
