Optimistic Transfer under Task Shift via Bellman Alignment
Jinhang Chai, Enpei Zhang, Elynn Chen, Yujun Yan
TL;DR
This work addresses online transfer reinforcement learning where source-task data must be reused without compromising exploration. It identifies one-step Bellman mismatch as the core transfer obstacle and introduces re-weighted targeting (RWT) to align Bellman updates by using a density-ratio correction, reducing mismatch to a fixed one-step reward difference. The authors propose a two-stage RWT Q-learning framework that decouples variance reduction from structured bias correction and prove regret bounds under RKHS assumptions that depend on the task shift rather than the target MDP. Empirically, RWT improves sample efficiency in both tabular and neural network settings, confirming Bellman alignment as a model-agnostic principle for online transfer in RL. This approach provides principled guarantees for transfer under exploration and offers practical gains for simulators, personalization, and cross-domain decision making.
Abstract
We study online transfer reinforcement learning (RL) in episodic Markov decision processes, where experience from related source tasks is available during learning on a target task. A fundamental difficulty is that task similarity is typically defined in terms of rewards or transitions, whereas online RL algorithms operate on Bellman regression targets. As a result, naively reusing source Bellman updates introduces systematic bias and invalidates regret guarantees. We identify one-step Bellman alignment as the correct abstraction for transfer in online RL and propose re-weighted targeting (RWT), an operator-level correction that retargets continuation values and compensates for transition mismatch via a change of measure. RWT reduces task mismatch to a fixed one-step correction and enables statistically sound reuse of source data. This alignment yields a two-stage RWT $Q$-learning framework that separates variance reduction from bias correction. Under RKHS function approximation, we establish regret bounds that scale with the complexity of the task shift rather than the target MDP. Empirical results in both tabular and neural network settings demonstrate consistent improvements over single-task learning and naïve pooling, highlighting Bellman alignment as a model-agnostic transfer principle for online RL.
