A robot's learned model of its own dynamics is only valid until those dynamics change: actuators wear, payloads shift, and joints stiffen.
A model-based agent that keeps training as if nothing happened adapts slowly, dragged back by a replay buffer full of stale experience.
We present Changepoint-Aware World Models (CAWM)
A DreamerV3 agent that detects an abrupt dynamics shift from its own internal prediction error, using an online CUSUM test against a rolling baseline that fires only on abrupt change rather than on slow learning drift.
It then forgets stale replay, keeping the learned representation while flushing obsolete data.
On simulated locomotion under two robot-relevant shifts
doubled gravity and halved actuator gain, CAWM recovers substantially faster than passive retraining.
It also beats a strong baseline that respawns a fresh dynamics model on detection, the deep-world-model analogue of model-bank methods.
With the response triggered at the shift
CAWM gains +95 to +153 return in the first 30k post-shift frames over three seeds, while matching that respawn at asymptote.
Running the detector in closed loop reproduces this gain on the gravity shift.
The benefit holds across both shift types, and is largest when the shift is severe enough that old data is genuinely obsolete.