English

Enabling Off-Policy Imitation Learning with Deep Actor Critic Stabilization

Machine Learning 2026-05-19 v2 Artificial Intelligence

Abstract

Learning complex policies with Reinforcement Learning (RL) is often hindered by instability and slow convergence, a problem exacerbated by the difficulty of reward engineering. Imitation Learning (IL) from expert demonstrations bypasses this reliance on rewards. However, state-of-the-art IL methods, exemplified by Generative Adversarial Imitation Learning (GAIL)Ho et. al, suffer from severe sample inefficiency. This is a direct consequence of their foundational on-policy algorithms, such as TRPO Schulman et.al. In this work, we introduce an adversarial imitation learning algorithm that incorporates off-policy learning to improve sample efficiency. By combining an off-policy framework with auxiliary techniques specifically, in this case a double Q network based stabilization and value learning without reward function inference we demonstrate a reduction in the samples required to robustly match expert behavior.

Keywords

Cite

@article{arxiv.2511.07288,
  title  = {Enabling Off-Policy Imitation Learning with Deep Actor Critic Stabilization},
  author = {Sayambhu Sen and Shalabh Bhatnagar},
  journal= {arXiv preprint arXiv:2511.07288},
  year   = {2026}
}

Comments

14 pages and 4 images

R2 v1 2026-07-01T07:30:10.634Z