Policy Regularization on Globally Accessible States in Cross-Dynamics Reinforcement Learning
Zhenghai Xue, Lang Feng, Jiacheng Xu, Kang Kang, Xiang Wen, Bo An, Shuicheng Yan
TL;DR
The paper tackles cross-dynamics reinforcement learning where data come from multiple evolving dynamics, arguing that imitation from expert state distributions can mislead when some states become inaccessible. It introduces ASOR, a framework that couples reward-maximization with imitation constrained to globally accessible states via an $\mathcal{F}$-distance to the expert accessible distribution, and provides two theoretical instantiations (JS divergence and network distance) plus a GAN-like practical objective. The authors prove infinite-sample and finite-sample guarantees and demonstrate substantial empirical gains across offline/online benchmarks (e.g., MuJoCo, MetaDrive, Minigrid, Fall Guys-like game), showing that ASOR enhances cross-domain policy transfer when dynamics shift. As a general add-on module, ASOR can augment existing cross-dynamics RL algorithms to improve robustness and performance, while recognizing limitations related to HiP-MDP assumptions and potential edge cases.
Abstract
To learn from data collected in diverse dynamics, Imitation from Observation (IfO) methods leverage expert state trajectories based on the premise that recovering expert state distributions in other dynamics facilitates policy learning in the current one. However, Imitation Learning inherently imposes a performance upper bound of learned policies. Additionally, as the environment dynamics change, certain expert states may become inaccessible, rendering their distributions less valuable for imitation. To address this, we propose a novel framework that integrates reward maximization with IfO, employing F-distance regularized policy optimization. This framework enforces constraints on globally accessible states--those with nonzero visitation frequency across all considered dynamics--mitigating the challenge posed by inaccessible states. By instantiating F-distance in different ways, we derive two theoretical analysis and develop a practical algorithm called Accessible State Oriented Policy Regularization (ASOR). ASOR serves as a general add-on module that can be incorporated into various RL approaches, including offline RL and off-policy RL. Extensive experiments across multiple benchmarks demonstrate ASOR's effectiveness in enhancing state-of-the-art cross-domain policy transfer algorithms, significantly improving their performance.
