LGJan 21, 2025

GLAM: Global-Local Variation Awareness in Mamba-based World Model

arXiv:2501.11949v12 citationsh-index: 5AAAI
Originality Incremental advance
AI Analysis

This work addresses sample efficiency in reinforcement learning for agents, but it is incremental as it builds on existing Mamba-based world models.

The paper tackles the problem of improving reasoning quality in model-based reinforcement learning by capturing subtle variations between states, and demonstrates that their GLAM method outperforms existing methods on the Atari 100k benchmark with normalized human scores.

Mimicking the real interaction trajectory in the inference of the world model has been shown to improve the sample efficiency of model-based reinforcement learning (MBRL) algorithms. Many methods directly use known state sequences for reasoning. However, this approach fails to enhance the quality of reasoning by capturing the subtle variation between states. Much like how humans infer trends in event development from this variation, in this work, we introduce Global-Local variation Awareness Mamba-based world model (GLAM) that improves reasoning quality by perceiving and predicting variation between states. GLAM comprises two Mambabased parallel reasoning modules, GMamba and LMamba, which focus on perceiving variation from global and local perspectives, respectively, during the reasoning process. GMamba focuses on identifying patterns of variation between states in the input sequence and leverages these patterns to enhance the prediction of future state variation. LMamba emphasizes reasoning about unknown information, such as rewards, termination signals, and visual representations, by perceiving variation in adjacent states. By integrating the strengths of the two modules, GLAM accounts for highervalue variation in environmental changes, providing the agent with more efficient imagination-based training. We demonstrate that our method outperforms existing methods in normalized human scores on the Atari 100k benchmark.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes