World Model
A learned model of environment dynamics that predicts future observations or states given current state and action. World models enable model-based RL (plan by imagining future trajectories), data augmentation (generate synthetic training data), and safety verification (predict consequences of actions before executing). Video prediction models and latent dynamics models are the two main architectures.