Learning Sequential Decisions from Multiple Sources via Group-Robust Markov Decision Processes
Mingyuan Xu, Zongqi Xia, Tianxi Cai, Doudou Zhou, Nian Si
TL;DR
The paper tackles offline reinforcement learning when data come from multiple heterogeneous sites, causing distributional shift and cross-site variability. It introduces a group-linear distributionally robust MDP with a $d$-rectangular, feature-wise uncertainty set that preserves cross-site structure and yields tractable robust Bellman recursions. The authors design a pessimistic offline algorithm that performs per-site ridge regression for Bellman targets, aggregates via rowwise site-wise minima, and applies a data-dependent pessimism penalty, with a cluster-level pooling extension to boost sample efficiency; they also prove a suboptimality bound under a robust partial coverage condition. Empirical results on multi-site simulations show the proposed method outperforms naive pooling and per-site baselines, with favorable convergence rates and robustness to distributional shifts. The framework offers principled, scalable planning across heterogeneous data sources and highlights the trade-offs between conservatism and statistical efficiency in robust multi-site RL.
Abstract
We often collect data from multiple sites (e.g., hospitals) that share common structure but also exhibit heterogeneity. This paper aims to learn robust sequential decision-making policies from such offline, multi-site datasets. To model cross-site uncertainty, we study distributionally robust MDPs with a group-linear structure: all sites share a common feature map, and both the transition kernels and expected reward functions are linear in these shared features. We introduce feature-wise (d-rectangular) uncertainty sets, which preserve tractable robust Bellman recursions while maintaining key cross-site structure. Building on this, we then develop an offline algorithm based on pessimistic value iteration that includes: (i) per-site ridge regression for Bellman targets, (ii) feature-wise worst-case (row-wise minimization) aggregation, and (iii) a data-dependent pessimism penalty computed from the diagonals of the inverse design matrices. We further propose a cluster-level extension that pools similar sites to improve sample efficiency, guided by prior knowledge of site similarity. Under a robust partial coverage assumption, we prove a suboptimality bound for the resulting policy. Overall, our framework addresses multi-site learning with heterogeneous data sources and provides a principled approach to robust planning without relying on strong state-action rectangularity assumptions.
