Deterministic Uncertainty Propagation for Improved Model-Based Offline Reinforcement Learning
Abdullah Akgül, Manuel Haußmann, Melih Kandemir
TL;DR
Offline model-based RL suffers from distributional shift and overestimation when using MC-based Bellman targets, leading to slow convergence. The authors introduce MOMBO, a deterministic uncertainty propagation method that uses progressive moment matching to pass next-state uncertainty through a Q-network, yielding a lower confidence Bellman target and avoiding MC sampling. They establish nonasymptotic $1$-Wasserstein bounds and tighter suboptimality guarantees for MOMBO compared with sampling-based PEVI, and demonstrate faster convergence with strong final performance on D4RL, including mixed datasets with limited expert data. Overall, MOMBO provides a theoretically principled and practically effective approach to safe, sample-efficient offline reinforcement learning by eliminating stochastic Bellman targets while preserving uncertainty information.
Abstract
Current approaches to model-based offline reinforcement learning often incorporate uncertainty-based reward penalization to address the distributional shift problem. These approaches, commonly known as pessimistic value iteration, use Monte Carlo sampling to estimate the Bellman target to perform temporal difference-based policy evaluation. We find out that the randomness caused by this sampling step significantly delays convergence. We present a theoretical result demonstrating the strong dependency of suboptimality on the number of Monte Carlo samples taken per Bellman target calculation. Our main contribution is a deterministic approximation to the Bellman target that uses progressive moment matching, a method developed originally for deterministic variational inference. The resulting algorithm, which we call Moment Matching Offline Model-Based Policy Optimization (MOMBO), propagates the uncertainty of the next state through a nonlinear Q-network in a deterministic fashion by approximating the distributions of hidden layer activations by a normal distribution. We show that it is possible to provide tighter guarantees for the suboptimality of MOMBO than the existing Monte Carlo sampling approaches. We also observe MOMBO to converge faster than these approaches in a large set of benchmark tasks.
