Search papers, labs, and topics across Lattice.
This paper introduces Convex Hull Neighborhood Smooth Dual Generalization (CSDG), a novel approach in offline reinforcement learning that addresses the amplification of estimation errors from out-of-distribution actions by incorporating a local correction mechanism. By expressing the Bellman backup as a combination of in-sample value targets and CHN-local corrections, the method effectively separates the influence of generalized targets from the reference path. Experimental results on Gym-MuJoCo and AntMaze demonstrate that CSDG achieves strong performance and stable value estimation, highlighting its potential to improve offline RL robustness.
Local correction mechanisms in offline RL can significantly enhance value estimation stability, reducing the impact of out-of-distribution errors.
Offline reinforcement learning (offline RL) can benefit from nearby out-of-distribution (OOD) actions, but estimation errors at these actions may be amplified by bootstrapping. Existing regularization and local-generalization methods control either the admissible OOD region or the influence of generalized targets, often through separate mechanisms. We propose Convex Hull Neighborhood Smooth Dual Generalization (CSDG), which expresses the Bellman backup as an in-sample value target plus a CHN-local correction. This formulation makes the generalized contribution explicit and separates it from the in-sample reference path. The correction is obtained by smoothing in-sample-oriented and OOD-oriented candidates sampled at different perturbation radii. A mixture coefficient lambda scales its contribution to each backup, while the recursive discount remains gamma. Under boundedness and fixed perturbation kernels, we derive an exact one-step correction identity, a time-varying iterate bound, and a fixed-point bound that depends only on the branch discrepancy at the fixed point. We further characterize the implicit policies induced by the idealized operators and give a conditional non-degradation criterion. The practical algorithm approximates these quantities using asymmetric bounded noise and expectile regression, without exact support classification or an additional pessimistic OOD penalty. Experiments on Gym-MuJoCo and AntMaze show strong aggregate performance and stable value estimation. Code is available at: https://github.com/YOUNG-fnxm/CSDG