On Reward Transferability in Adversarial Inverse Reinforcement Learning: Insights from Random Matrix Theory
Yangchun Zhang, Wang Zhou, Yirui Zhou
TL;DR
The paper analyzes reward transferability in AIRL under high-dimensional state spaces, deriving a rank-based transferability condition ${\rm rank}(\mathbf{P}-I)=|\mathcal{S}|-1$ and proving via Random Matrix Theory that this rank holds with high probability even when ${\mathbf{P}}$ is unobservable. It shifts the focus from AIRL design to the RL training variance, showing that on-policy learning in the source and off-policy learning in the target mitigate variance-induced instability, and proposes a hybrid PPO-AIRL + SAC framework that substantially improves reward transfer in complex tasks. Key results include rigorous rank- and spectral analyses under uninformative and informative priors, and empirical demonstrations in 2D maze and Ant domains where PPO-AIRL + SAC approaches an oracle baseline. The findings suggest that AIRL’s transferability pitfalls are largely due to training variance of RL algorithms, and that a carefully configured on-/off-policy hybrid can deliver robust, transferable rewards in high-dimensional environments.
Abstract
In the context of inverse reinforcement learning (IRL) with a single expert, adversarial inverse reinforcement learning (AIRL) serves as a foundational approach to providing comprehensive and transferable task descriptions. However, AIRL faces practical performance challenges, primarily stemming from the framework's overly idealized decomposability condition, the unclear proof regarding the potential equilibrium in reward recovery, or questionable robustness in high-dimensional environments. This paper revisits AIRL in \textbf{high-dimensional scenarios where the state space tends to infinity}. Specifically, we first establish a necessary and sufficient condition for reward transferability by examining the rank of the matrix derived from subtracting the identity matrix from the transition matrix. Furthermore, leveraging random matrix theory, we analyze the spectral distribution of this matrix, demonstrating that our rank criterion holds with high probability even when the transition matrices are unobservable. This suggests that the limitations on transfer are not inherent to the AIRL framework itself, but are instead related to the training variance of the reinforcement learning algorithms employed within it. Based on this insight, we propose a hybrid framework that integrates on-policy proximal policy optimization in the source environment with off-policy soft actor-critic in the target environment, leading to significant improvements in reward transfer effectiveness.
