Model error is the discrepancy between a learned dynamics model's predicted next state and the actual next state produced by the environment. This error, often measured as mean squared error (MSE) or a probabilistic divergence, arises from insufficient data, model misspecification, or non-stationary environments. It is the primary source of performance degradation in MBRL, as plans built on an inaccurate model lead to suboptimal or catastrophic actions in the real world. Managing this error is the central engineering challenge of the paradigm.
