Improving Token-Based World Models with Parallel Observation Prediction
TLDR
Proposes Parallel Observation Prediction to accelerate token-based world models, achieving 15.4x faster imagination and superhuman Atari performance.
Reasoning
Strengths: addresses a key bottleneck in token-based world models with a novel POP mechanism, demonstrating significant speedup and strong empirical results on Atari 100K. Weaknesses: evaluation is limited to Atari games, and the abstract does not discuss limitations or comparisons to non-token-based approaches.
Read-first score
Read-first score 77.8, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 61.
Field roles
Rank sensitivity
Stability: volatile; rank range: 50.
Keyword Scores
Deep Analysis
Innovations
- Parallel Observation Prediction (POP) mechanism
- Augmenting Retentive Network (RetNet) with a novel forward mode tailored to reinforcement learning
- REM (Retentive Environment Model) agent
Methodology
Token-based world models (TBWMs) represent agent experience as language-like sequences of discrete tokens, with each observation as a sub-sequence. The proposed POP mechanism replaces sequential token-by-token generation with parallel observation prediction using a RetNet enhanced with a forward mode designed for reinforcement learning. The REM agent is evaluated on the Atari 100K benchmark.
Key Results
REM achieves a 15.4x speedup in imagination compared to prior TBWMs, attains superhuman performance on 12 out of 26 Atari 100K games, and completes training in under 12 hours.