LGAug 26, 2025

Stability and Generalization for Bellman Residuals

arXiv:2508.18741v1h-index: 1
Originality Incremental advance
AI Analysis

This provides improved sample complexity for offline RL and inverse RL, though it is incremental as it builds on existing BRM methods.

The paper tackles the statistical behavior of Bellman residual minimization (BRM) in offline reinforcement learning, showing that a stochastic gradient descent-ascent method achieves an O(1/n) excess risk bound without extra assumptions.

Offline reinforcement learning and offline inverse reinforcement learning aim to recover near-optimal value functions or reward models from a fixed batch of logged trajectories, yet current practice still struggles to enforce Bellman consistency. Bellman residual minimization (BRM) has emerged as an attractive remedy, as a globally convergent stochastic gradient descent-ascent based method for BRM has been recently discovered. However, its statistical behavior in the offline setting remains largely unexplored. In this paper, we close this statistical gap. Our analysis introduces a single Lyapunov potential that couples SGDA runs on neighbouring datasets and yields an O(1/n) on-average argument-stability bound-doubling the best known sample-complexity exponent for convex-concave saddle problems. The same stability constant translates into the O(1/n) excess risk bound for BRM, without variance reduction, extra regularization, or restrictive independence assumptions on minibatch sampling. The results hold for standard neural-network parameterizations and minibatch SGD.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes