English

Simulus: Combining Improvements in Sample-Efficient World Model Agents

Machine Learning 2026-05-12 v4 Artificial Intelligence

Abstract

World models (WMs) represent the frontier of sample-efficient reinforcement learning, but their complexity leaves many promising improvements unrealized due to the significant expertise and effort required to identify and integrate them. Inspired by Rainbow, which showed that individually known improvements to DQN complement each other and can be effectively combined, we take on this challenge and ask whether the same principle applies to world model agents. We introduce Simulus, a modular token-based WM agent that integrates: (1) a flexible tokenization framework supporting arbitrary combinations of observation and action modalities; (2) intrinsic motivation for epistemic uncertainty reduction; (3) prioritized world model replay; and (4) regression-as-classification for reward and return prediction. Simulus achieves state-of-the-art sample efficiency for planning-free WMs across three diverse benchmarks: visual Atari 100K, continuous-control DMC Proprioception 500K, and symbolic Craftax-1M. Notably, intrinsic motivation proves beneficial even under the tight interaction budgets of sample-efficient RL, despite the risk of wasting scarce interactions on task-irrelevant experience. Ablation studies reveal that each component contributes individually, and their combination yields synergistic gains. Our code and model weights are publicly available at https://github.com/leor-c/Simulus.

Keywords

Cite

@article{arxiv.2502.11537,
  title  = {Simulus: Combining Improvements in Sample-Efficient World Model Agents},
  author = {Lior Cohen and Kaixin Wang and Bingyi Kang and Uri Gadot and Shie Mannor},
  journal= {arXiv preprint arXiv:2502.11537},
  year   = {2026}
}

Comments

Revised version: updated title, abstract, and framing to better reflect our contributions and situate the work within the literature

R2 v1 2026-06-28T21:46:46.050Z