English

Self-Correcting Models for Model-Based Reinforcement Learning

Machine Learning 2017-07-28 v2 Artificial Intelligence

Abstract

When an agent cannot represent a perfectly accurate model of its environment's dynamics, model-based reinforcement learning (MBRL) can fail catastrophically. Planning involves composing the predictions of the model; when flawed predictions are composed, even minor errors can compound and render the model useless for planning. Hallucinated Replay (Talvitie 2014) trains the model to "correct" itself when it produces errors, substantially improving MBRL with flawed models. This paper theoretically analyzes this approach, illuminates settings in which it is likely to be effective or ineffective, and presents a novel error bound, showing that a model's ability to self-correct is more tightly related to MBRL performance than one-step prediction error. These results inspire an MBRL algorithm for deterministic MDPs with performance guarantees that are robust to model class limitations.

Keywords

Cite

@article{arxiv.1612.06018,
  title  = {Self-Correcting Models for Model-Based Reinforcement Learning},
  author = {Erik Talvitie},
  journal= {arXiv preprint arXiv:1612.06018},
  year   = {2017}
}

Comments

Original paper appeared in Proceedings of the 31st AAAI Conference on Artificial Intelligence, 2017. This version incorporates the appendix into document (rather than as supplementary material), corrects a minor error in Lemma 1, and fixes some type-os

R2 v1 2026-06-22T17:27:39.731Z