STORM: Efficient Stochastic Transformer based World Models for Reinforcement Learning
TLDR
STORM combines Transformers and VAEs for efficient world models in RL, achieving 126.7% human performance on Atari 100k with fast training.
Reasoning
The paper presents a novel architecture that effectively integrates sequence modeling and stochasticity, achieving state-of-the-art results on a standard benchmark with notable training efficiency. However, the evaluation is limited to the Atari domain, and the abstract does not discuss real-world applications or limitations beyond simulation.
Read-first score
Read-first score 80.2, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 58.
Field roles
Rank sensitivity
Stability: volatile; rank range: 47.
Keyword Scores
Deep Analysis
Innovations
- Combining Transformer architecture with variational autoencoder for stochastic world modeling in model-based reinforcement learning
- Achieving state-of-the-art mean human performance of 126.7% on Atari 100k benchmark without lookahead search techniques
- Efficient training requiring only 4.3 hours on a single NVIDIA GeForce RTX 3090 for 1.85 hours of real-time interaction
Methodology
STORM is a world model architecture that integrates the sequence modeling and generation capabilities of Transformers with the stochastic nature of variational autoencoders. The world model is trained via self-supervised learning on visual input from the environment, and the agent's policy is improved by leveraging imagined trajectories from the model. Evaluation is performed on the Atari 100k benchmark, comparing against state-of-the-art methods that do not use lookahead search, with metrics including mean human performance and training time.
Key Results
STORM achieves a mean human performance of 126.7% on the Atari 100k benchmark, setting a new record among methods without lookahead search. Training an agent with 1.85 hours of real-time interaction on a single RTX 3090 requires only 4.3 hours, demonstrating improved efficiency over prior approaches.