Executable-trajectory filtering for continual world-model rehearsal
Continual model-based RL teams training robot controllers should filter imagined rehearsal trajectories by execution feasibility before cloning them into the actor. Dream rehearsal recovered forgotten behavior by cloning high-scoring imagined trajectories, while reinforcement learning over the same imagined data did not; however, that result comes from MiniGrid, where physical feasibility is not the limiting factor. KineBench shows how generated motion can instead be converted into 6D end-effector trajectories and executed in simulation, and Koopman Dreamer shows that long-horizon latent stability affects closed-loop control.
For continuous-control robots, the grading step should therefore combine predicted return with simulator execution, kinematic feasibility, and rollout-consistency checks. A low-cost evaluation is to hold imagined data fixed and compare return-only top-quartile cloning with feasibility-filtered cloning on previously learned tasks, measuring retained task success and simulator rejection rates without collecting new robot data. This would test whether dream rehearsal transfers beyond discrete environments and whether apparently valuable dreams are being rejected for the right physical reasons.