Value-Distributional Model-Based Reinforcement Learning
Carlos E. Luis, Alessandro G. Bottero, Julia Vinogradska, Felix Berkenkamp, Jan Peters
TL;DR
This work develops a principled framework for epistemic uncertainty in long-horizon policy evaluation by modeling the entire value distribution under a posterior over MDPs. It introduces the value-distributional Bellman equation and proves that its fixed point corresponds to the posterior value distribution, enabling concrete learning via Epistemic Quantile-Regression (EQR). By integrating EQR with Soft Actor-Critic (SAC), the paper enables differentiable optimization of any distribution-based objective, including mean and risk-sensitive measures. Empirical results in continuous control tasks show that EQR-SAC improves sample efficiency and final performance relative to model-based and model-free baselines, with ablations highlighting the critical role of the quantile-based critic and model-based targets. The approach provides a flexible, uncertainty-aware framework for policy optimization under model uncertainty, with practical benefits for robust and risk-sensitive control.
Abstract
Quantifying uncertainty about a policy's long-term performance is important to solve sequential decision-making tasks. We study the problem from a model-based Bayesian reinforcement learning perspective, where the goal is to learn the posterior distribution over value functions induced by parameter (epistemic) uncertainty of the Markov decision process. Previous work restricts the analysis to a few moments of the distribution over values or imposes a particular distribution shape, e.g., Gaussians. Inspired by distributional reinforcement learning, we introduce a Bellman operator whose fixed-point is the value distribution function. Based on our theory, we propose Epistemic Quantile-Regression (EQR), a model-based algorithm that learns a value distribution function. We combine EQR with soft actor-critic (SAC) for policy optimization with an arbitrary differentiable objective function of the learned value distribution. Evaluation across several continuous-control tasks shows performance benefits with respect to both model-based and model-free algorithms. The code is available at https://github.com/boschresearch/dist-mbrl.
