A Recurrent State-Space Model (RSSM) is a latent dynamics model architecture that combines a deterministic recurrent neural network (RNN) with a stochastic latent variable to model temporal dependencies in sequential data. It forms the predictive core of world models in algorithms like Dreamer, enabling agents to learn a compressed representation of the environment and simulate future trajectories for planning. The model operates in a learned latent space, not raw pixels, for efficiency.
