🤖 AI Summary
Offline reinforcement learning suffers from overestimation of Q-values for out-of-distribution (OOD) actions due to distributional shift, while existing constraint-based methods are overly conservative, impairing generalization and policy optimization. To address this, we propose the Convex-Hull Neighborhood (CHN) safe generalization framework. First, we formally define the CHN region to strike a principled balance between OOD exploration and in-distribution reliability. Second, we design the Smooth Bellman Operator (SBO), which—uniquely—establishes theoretical approximability guarantees for Q-values of OOD actions within the CHN. Third, we introduce neighborhood-weighted Q-function smoothing coupled with offline policy co-optimization. Evaluated on the D4RL benchmark, our method significantly outperforms state-of-the-art approaches: it yields more accurate Q-value estimation, superior policy performance, and improved computational efficiency.
📝 Abstract
Offline Reinforcement Learning (RL) struggles with distributional shifts, leading to the $Q$-value overestimation for out-of-distribution (OOD) actions. Existing methods address this issue by imposing constraints; however, they often become overly conservative when evaluating OOD regions, which constrains the $Q$-function generalization. This over-constraint issue results in poor $Q$-value estimation and hinders policy improvement. In this paper, we introduce a novel approach to achieve better $Q$-value estimation by enhancing $Q$-function generalization in OOD regions within Convex Hull and its Neighborhood (CHN). Under the safety generalization guarantees of the CHN, we propose the Smooth Bellman Operator (SBO), which updates OOD $Q$-values by smoothing them with neighboring in-sample $Q$-values. We theoretically show that SBO approximates true $Q$-values for both in-sample and OOD actions within the CHN. Our practical algorithm, Smooth Q-function OOD Generalization (SQOG), empirically alleviates the over-constraint issue, achieving near-accurate $Q$-value estimation. On the D4RL benchmarks, SQOG outperforms existing state-of-the-art methods in both performance and computational efficiency.