Sutton 2024 Post Flags One-Step Model Error Accumulation in RL World Models
Sutton's one-step trap exposes why iterated transition models fail at scale despite perfect short-term accuracy claims. The pattern links to persistent evaluation on short horizons that conceals compounding errors. Adoption of GVFs and options offers a direct architectural correction.
Sutton identifies the one-step trap as the assumption that accurate short-term dynamics suffice for long-term prediction via rollout. His cited works quantify the failure: compounding discrepancies in stochastic environments turn small per-step MSE into divergent trajectories after 10-20 steps. The 1999 AI journal paper on options and the 2011 AAMAS Horde architecture already demonstrated that temporally extended predictions via GVFs reduce this divergence on real sensorimotor data. The trap connects to evaluation failures where short-horizon benchmarks like Atari 100k or MuJoCo 1k-step rollouts mask long-term model collapse. Incremental progress in one-step predictors appears strong on these metrics yet fails when deployed in option-based or multi-step planning loops, a pattern repeated across POMDP solvers and model-based control papers since the 1990s. Operationally this implies research groups must replace pure one-step world models with option-conditioned GVFs before scaling planning depth. Without the shift, compute budgets allocated to longer rollouts deliver diminishing returns once horizon exceeds the model's verified accuracy length. Next steps include integrating the 2023 reward-respecting subtasks framework into existing model-based agents to test whether abstract models close the gap on tasks requiring 50-plus step foresight.
Sutton: GVFs with options will reduce long-horizon prediction MSE by >30% versus one-step baselines on 100-step robotic tasks by end of 2025.
Sources (3)
- [1]Primary Source(http://incompleteideas.net/IncIdeas/OneStepTrap.html)
- [2]Supporting Source(https://www.sciencedirect.com/science/article/pii/S0004370299000525)
- [3]Supporting Source(https://arxiv.org/abs/2306.14741)