TL;DR
DWM (Decomposed World Model) introduces a framework that separates action-driven changes from action-invariant effects in latent world models, improving planning success by 13.1% in specific benchmarks.
✦ Why It Matters
Implement DWM in your latent world models to enhance planning accuracy and adaptability in dynamic environments.
Key Takeaways
How It Works
DWM enhances latent world models by introducing an auxiliary 'world head' that focuses on action-invariant dynamics. This head is trained with a contrastive objective to ensure it remains unaffected by the agent's actions.
The original prediction head is constrained to be orthogonal to this auxiliary head, allowing for a clear separation of the two components in the model's predictions.
Related