Behavior-Adaptive Q-Learning: A Unifying Framework for Offline-to-Online RL
Lipeng Zu, Hansong Zhou, Xiaonan Zhang
TL;DR
BAQ addresses the critical challenge of stable offline-to-online RL by injecting an implicit behavioral cloning model as a behavior reference during online fine-tuning. It introduces a weighted $Q$-learning loss and a BC-divergence prioritized replay mechanism that adaptively downweights OOD updates and prioritizes informative transitions, respectively. The approach yields robust improvements over baselines across standard MuJoCo/D4RL benchmarks, especially in early online stages, and demonstrates stronger stability during the transition from offline to online policy deployment. This framework offers a practical path toward reliable real-world policy adaptation with reduced bootstrap error and improved robustness to distributional shift.
Abstract
Offline reinforcement learning (RL) enables training from fixed data without online interaction, but policies learned offline often struggle when deployed in dynamic environments due to distributional shift and unreliable value estimates on unseen state-action pairs. We introduce Behavior-Adaptive Q-Learning (BAQ), a framework designed to enable a smooth and reliable transition from offline to online RL. The key idea is to leverage an implicit behavioral model derived from offline data to provide a behavior-consistency signal during online fine-tuning. BAQ incorporates a dual-objective loss that (i) aligns the online policy toward the offline behavior when uncertainty is high, and (ii) gradually relaxes this constraint as more confident online experience is accumulated. This adaptive mechanism reduces error propagation from out-of-distribution estimates, stabilizes early online updates, and accelerates adaptation to new scenarios. Across standard benchmarks, BAQ consistently outperforms prior offline-to-online RL approaches, achieving faster recovery, improved robustness, and higher overall performance. Our results demonstrate that implicit behavior adaptation is a principled and practical solution for reliable real-world policy deployment.
