Robust Offline Reinforcement Learning with Linearly Structured f-Divergence Regularization
Cheng Tang, Zhishuai Liu, Pan Xu
TL;DR
The paper addresses offline reinforcement learning under dynamics shifts by formulating a d-rectangular linear RRMDP that linearizes rewards and transitions via a simplex feature map. It introduces R2PVI, a scalable offline algorithm with closed-form duals for TV and KL divergences and a per-dimension approach for chi-squared divergence, enabling efficient robust policy learning. The authors provide instance-dependent and instance-independent suboptimality bounds and prove an information-theoretic lower bound, demonstrating near-optimality, complemented by experiments on simulated linear MDPs and an American Put Option to validate robustness and computational efficiency. This work advances robust offline RL by replacing traditional uncertainty sets with linearly structured regularization, offering practical benefits in high-dimensional settings while preserving strong theoretical guarantees.
Abstract
The Robust Regularized Markov Decision Process (RRMDP) is proposed to learn policies robust to dynamics shifts by adding regularization to the transition dynamics in the value function. Existing methods mostly use unstructured regularization, potentially leading to conservative policies under unrealistic transitions. To address this limitation, we propose a novel framework, the $d$-rectangular linear RRMDP ($d$-RRMDP), which introduces latent structures into both transition kernels and regularization. We focus on offline reinforcement learning, where an agent learns policies from a precollected dataset in the nominal environment. We develop the Robust Regularized Pessimistic Value Iteration (R2PVI) algorithm that employs linear function approximation for robust policy learning in $d$-RRMDPs with $f$-divergence based regularization terms on transition kernels. We provide instance-dependent upper bounds on the suboptimality gap of R2PVI policies, demonstrating that these bounds are influenced by how well the dataset covers state-action spaces visited by the optimal robust policy under robustly admissible transitions. We establish information-theoretic lower bounds to verify that our algorithm is near-optimal. Finally, numerical experiments validate that R2PVI learns robust policies and exhibits superior computational efficiency compared to baseline methods.
