simple, yet two fatal limitations: (1) compounding error — with independent per-step error probability
ϵ, deviation grows
O(tϵ) by step
t, so the total loss accumulates to
∑t=1TO(tϵ)=O(T2ϵ), growing quadratically in horizon; worse, training only sees states inside the expert's distribution (the i.i.d. assumption), while deployment must cope with the shifted state distribution its own mistakes create (covariate shift); (2) causal confusion — the model may latch onto effects rather than causes, e.g. a driving agent correcting from the ego car's lateral offset (an effect of its own steering) instead of the true cause — plausible in training, but the feedback loop breaks at test time and performance collapses.