Sample Efficient Active Algorithms for Offline Reinforcement Learning
Soumyadeep Roy, Shashwat Kushwaha, Ambedkar Dukkipati
TL;DR
This work addresses the data-efficiency challenge in offline reinforcement learning by introducing a GP-based Active Offline RL framework that selectively queries online transitions in regions of high epistemic uncertainty. It develops a PAC-style analysis showing that ${ ilde{O}}(1/ ext{ε}^2)$ active samples suffice to achieve $ ext{ε}$-optimality, with a horizon dependence improved from $(1- ext{γ})^{-4}$ to $(1- ext{γ})^{-2}$ relative to purely offline methods, via GP concentration and information-gain arguments combined with Bellman contraction. The key contributions include modeling epistemic uncertainty with a GP prior over the value function, deriving a universal sample-complexity bound that scales with the maximum information gain $oldsymbol{ extgamma_T}$, and validating the theory empirically on D4RL benchmarks using SVGP to manage large datasets. The results demonstrate significant data efficiency gains from uncertainty-guided exploration and provide a principled theoretical foundation linking Bayesian nonparametric regression to reinforced learning in a hybrid offline-online setting. This work offers a practical and theoretically grounded pathway to safer, more efficient policy learning when online interactions are costly or limited.
Abstract
Offline reinforcement learning (RL) enables policy learning from static data but often suffers from poor coverage of the state-action space and distributional shift problems. This problem can be addressed by allowing limited online interactions to selectively refine uncertain regions of the learned value function, which is referred to as Active Reinforcement Learning (ActiveRL). While there has been good empirical success, no theoretical analysis is available in the literature. We fill this gap by developing a rigorous sample-complexity analysis of ActiveRL through the lens of Gaussian Process (GP) uncertainty modeling. In this respect, we propose an algorithm and using GP concentration inequalities and information-gain bounds, we derive high-probability guarantees showing that an $ε$-optimal policy can be learned with ${\mathcal{O}}(1/ε^2)$ active transitions, improving upon the $Ω(1/ε^2(1-γ)^4)$ rate of purely offline methods. Our results reveal that ActiveRL achieves near-optimal information efficiency, that is, guided uncertainty reduction leads to accelerated value-function convergence with minimal online data. Our analysis builds on GP concentration inequalities and information-gain bounds, bridging Bayesian nonparametric regression and reinforcement learning theories. We conduct several experiments to validate the algorithm and theoretical findings.
