English

Beyond-Expert Performance with Limited Demonstrations: Efficient Imitation Learning with Double Exploration

Machine Learning 2025-06-26 v1 Artificial Intelligence

Abstract

Imitation learning is a central problem in reinforcement learning where the goal is to learn a policy that mimics the expert's behavior. In practice, it is often challenging to learn the expert policy from a limited number of demonstrations accurately due to the complexity of the state space. Moreover, it is essential to explore the environment and collect data to achieve beyond-expert performance. To overcome these challenges, we propose a novel imitation learning algorithm called Imitation Learning with Double Exploration (ILDE), which implements exploration in two aspects: (1) optimistic policy optimization via an exploration bonus that rewards state-action pairs with high uncertainty to potentially improve the convergence to the expert policy, and (2) curiosity-driven exploration of the states that deviate from the demonstration trajectories to potentially yield beyond-expert performance. Empirically, we demonstrate that ILDE outperforms the state-of-the-art imitation learning algorithms in terms of sample efficiency and achieves beyond-expert performance on Atari and MuJoCo tasks with fewer demonstrations than in previous work. We also provide a theoretical justification of ILDE as an uncertainty-regularized policy optimization method with optimistic exploration, leading to a regret growing sublinearly in the number of episodes.

Keywords

Cite

@article{arxiv.2506.20307,
  title  = {Beyond-Expert Performance with Limited Demonstrations: Efficient Imitation Learning with Double Exploration},
  author = {Heyang Zhao and Xingrui Yu and David M. Bossens and Ivor W. Tsang and Quanquan Gu},
  journal= {arXiv preprint arXiv:2506.20307},
  year   = {2025}
}
R2 v1 2026-07-01T03:32:49.368Z