Imagined rollouts (or simulated experience) are sequences of states, actions, and rewards generated by unrolling a learned dynamics model (transition model) and reward model from a starting state. This process allows an agent to plan and evaluate actions by 'imagining' their consequences without costly, real-world environment interaction, dramatically improving sample efficiency. The technique is fundamental to algorithms like Dreamer and Model-Based Policy Optimization (MBPO).
