Efficient Dynamics Modeling in Interactive Environments with Koopman Theory
Arnab Kumar Mondal, Siba Smarak Panigrahi, Sai Rajeswar, Kaleem Siddiqi, Siamak Ravanbakhsh
TL;DR
This work leverages Koopman theory to linearize nonlinear interactive-environment dynamics in a high-dimensional latent space, enabling parallelized, stable long-horizon prediction for model-based planning and model-free RL. By employing a diagonal Koopman operator and decoupled state-action encoders, the model achieves efficient training via convolution-based time unrolling and offers gradient-control guarantees through eigenvalue initialization. Empirically, it demonstrates competitive or superior long-horizon state and reward prediction compared with MLP/Transformer/DSSM baselines, while significantly speeding up training, and provides promising results for model-based planning (TD-MPC) and model-free RL in continuous control tasks. The approach highlights practical benefits for data-efficient RL, scalable planning, and robust gradient dynamics, with clear avenues for extending to stochastic dynamics and broader RL algorithms.
Abstract
The accurate modeling of dynamics in interactive environments is critical for successful long-range prediction. Such a capability could advance Reinforcement Learning (RL) and Planning algorithms, but achieving it is challenging. Inaccuracies in model estimates can compound, resulting in increased errors over long horizons. We approach this problem from the lens of Koopman theory, where the nonlinear dynamics of the environment can be linearized in a high-dimensional latent space. This allows us to efficiently parallelize the sequential problem of long-range prediction using convolution while accounting for the agent's action at every time step. Our approach also enables stability analysis and better control over gradients through time. Taken together, these advantages result in significant improvement over the existing approaches, both in the efficiency and the accuracy of modeling dynamics over extended horizons. We also show that this model can be easily incorporated into dynamics modeling for model-based planning and model-free RL and report promising experimental results.
