Why long model-based rollouts are no reason for bad Q-value estimates
Philipp Wissmann, Daniel Hein, Steffen Udluft, Volker Tresp
TL;DR
This work argues that long model-based rollouts need not cause catastrophic error growth if the policy remains informed and can react to simulated states. By comparing rollout-based Q-value estimates with model-free FQE on CartPole-v1, the authors show significantly lower RMSE and higher correlation for informed rollouts, and demonstrate that replacing bootstrapping with rollout-based targets can markedly improve robustness in offline policy learning. The results provide a practical path to leveraging long-horizon model-based planning to enhance Q-value estimation and stabilize offline RL algorithms. Altogether, the paper challenges the view that long model rollouts are inherently detrimental and highlights the benefits of policy-informed dynamics in offline settings.
Abstract
This paper explores the use of model-based offline reinforcement learning with long model rollouts. While some literature criticizes this approach due to compounding errors, many practitioners have found success in real-world applications. The paper aims to demonstrate that long rollouts do not necessarily result in exponentially growing errors and can actually produce better Q-value estimates than model-free methods. These findings can potentially enhance reinforcement learning techniques.
