English

Learning to Combat Compounding-Error in Model-Based Reinforcement Learning

Machine Learning 2019-12-25 v1 Machine Learning

Abstract

Despite its potential to improve sample complexity versus model-free approaches, model-based reinforcement learning can fail catastrophically if the model is inaccurate. An algorithm should ideally be able to trust an imperfect model over a reasonably long planning horizon, and only rely on model-free updates when the model errors get infeasibly large. In this paper, we investigate techniques for choosing the planning horizon on a state-dependent basis, where a state's planning horizon is determined by the maximum cumulative model error around that state. We demonstrate that these state-dependent model errors can be learned with Temporal Difference methods, based on a novel approach of temporally decomposing the cumulative model errors. Experimental results show that the proposed method can successfully adapt the planning horizon to account for state-dependent model accuracy, significantly improving the efficiency of policy learning compared to model-based and model-free baselines.

Keywords

Cite

@article{arxiv.1912.11206,
  title  = {Learning to Combat Compounding-Error in Model-Based Reinforcement Learning},
  author = {Chenjun Xiao and Yifan Wu and Chen Ma and Dale Schuurmans and Martin Müller},
  journal= {arXiv preprint arXiv:1912.11206},
  year   = {2019}
}
R2 v1 2026-06-23T12:55:23.787Z