Transfer Q-learning
Elynn Chen, Sai Li, Michael I. Jordan
TL;DR
This work develops Transfer Q-learning for time-inhomogeneous finite-horizon MDPs to address high-dimensional states and limited data. By introducing re-targeting of source pseudo-responses and a backward-inductive estimation, the method enables both cross-task and cross-stage transfer, with theoretical guarantees for faster offline convergence and reduced offline-to-online regret under reward-function similarity. The framework supports offline-to-offline and offline-to-online transfer, as well as streaming retargeting, and provides a linear-function-approximation instantiation with convergence rates that improve over single-task Q-learning when source data are informative. These results have practical implications for data-scarce, multi-stage RL domains such as healthcare and business, where leveraging related tasks can substantially accelerate learning and improve decision quality.
Abstract
Time-inhomogeneous finite-horizon Markov decision processes (MDP) are frequently employed to model decision-making in dynamic treatment regimes and other statistical reinforcement learning (RL) scenarios. These fields, especially healthcare and business, often face challenges such as high-dimensional state spaces and time-inhomogeneity of the MDP process, compounded by insufficient sample availability which complicates informed decision-making. To overcome these challenges, we investigate knowledge transfer within time-inhomogeneous finite-horizon MDP by leveraging data from both a target RL task and several related source tasks. We have developed transfer learning (TL) algorithms that are adaptable for both batch and online $Q$-learning, integrating valuable insights from offline source studies. The proposed transfer $Q$-learning algorithm contains a novel {\em re-targeting} step that enables {\em cross-stage transfer} along multiple stages in an RL task, besides the usual {\em cross-task transfer} for supervised learning. We establish the first theoretical justifications of TL in RL tasks by showing a faster rate of convergence of the $Q^*$-function estimation in the offline RL transfer, and a lower regret bound in the offline-to-online RL transfer under stage-wise reward similarity and mild design similarity across tasks. Empirical evidence from both synthetic and real datasets is presented to evaluate the proposed algorithm and support our theoretical results.
