Analysis of Control Bellman Residual Minimization for Markov Decision Problem
Donghwan Lee, Hyukjun Yang
TL;DR
This work investigates policy-optimization via Bellman-residual minimization by formulating a control Bellman residual (CBR) objective with linear function approximation and a differentiable soft variant (SCBR) using the soft Bellman operator $F_\lambda$. It establishes that CBR is nonconvex yet locally Lipschitz with a piecewise-quadratic structure, derives the Clarke subdifferential, and proves descent methods converge to Clark stationary points, with the tabular case yielding a unique solution $Q^*= \arg\max_a Q^*(s,a)$. The SCBR framework provides a differentiable objective with a gradient that leads to guaranteed convergence, including exponential convergence in the tabular setting under a PL condition, and it retains error-bounds comparable to CBR, plus local strong convexity near the soft-Bellman solution. An oblique-projection perspective (OP-CBE/OP-SCBE) clarifies the relation between Bellman residual minimization and projected Bellman equations in policy optimization. Empirical results in GridWorld/FrozenLake settings illustrate stability advantages of SCBR over projected value iteration and hint at practical potential and future work for deep RL extensions.
Abstract
Markov decision problems are most commonly solved via dynamic programming. Another approach is Bellman residual minimization, which directly minimizes the squared Bellman residual objective function. However, compared to dynamic programming, this approach has received relatively less attention, mainly because it is often less efficient in practice and can be more difficult to extend to model-free settings such as reinforcement learning. Nonetheless, Bellman residual minimization has several advantages that make it worth investigating, such as more stable convergence with function approximation for value functions. While Bellman residual methods for policy evaluation have been widely studied, methods for policy optimization (control tasks) have been scarcely explored. In this paper, we establish foundational results for the control Bellman residual minimization for policy optimization.
