English

Long-Horizon Model-Based Offline Reinforcement Learning Without Explicit Conservatism

Machine Learning 2026-05-04 v3

Abstract

Popular offline reinforcement learning (RL) methods rely on explicit conservatism, penalizing out-of-dataset actions or restricting rollout horizons. We question the universality of this principle and revisit a complementary Bayesian perspective for test-time adaptation. By modeling a posterior over world models and training a history-dependent agent to maximize expected return, the Bayesian approach directly addresses epistemic uncertainty without explicit conservatism. We first illustrate in a bandit setting that Bayesianism excels on low-quality datasets where conservatism fails. Scaling to realistic tasks, we find that long-horizon rollouts are essential to control value overestimation once conservatism is removed. We introduce design choices that enable learning from long-horizon rollouts while mitigating compounding model errors, yielding our algorithm, NEUBAY, grounded in the neutral Bayesian principle. On D4RL and NeoRL benchmarks, NEUBAY is competitive with leading conservative algorithms, achieving new state-of-the-art on 7 datasets with rollout horizons of several hundred steps. Finally, we characterize datasets by quality and coverage to identify when NEUBAY is preferable to conservative methods.

Keywords

Cite

@article{arxiv.2512.04341,
  title  = {Long-Horizon Model-Based Offline Reinforcement Learning Without Explicit Conservatism},
  author = {Tianwei Ni and Esther Derman and Vineet Jain and Vincent Taboga and Siamak Ravanbakhsh and Pierre-Luc Bacon},
  journal= {arXiv preprint arXiv:2512.04341},
  year   = {2026}
}

Comments

ICML 2026. 50 pages, 15 figures. Code is available at https://github.com/twni2016/neubay

R2 v1 2026-07-01T08:08:40.354Z