The reviewed record of science sign in
Pith

arxiv: 2502.01591 · v3 · pith:D55O2SY2 · submitted 2025-02-03 · cs.LG · cs.AI

Improving Transformer World Models for Data-Efficient RL

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:D55O2SY2record.jsonopen to challenge →

classification cs.LG cs.AI
keywords worldachievesdataimaginaryimprovesmethodmodelonly
0
0 comments X
read the original abstract

We present three improvements to the standard model-based RL paradigm based on transformers: (a) "Dyna with warmup", which trains the policy on real and imaginary data, but only starts using imaginary data after the world model has been sufficiently trained; (b) "nearest neighbor tokenizer" for image patches, which improves upon previous tokenization schemes, which are needed when using a transformer world model (TWM), by ensuring the code words are static after creation, thus providing a constant target for TWM learning; and (c) "block teacher forcing", which allows the TWM to reason jointly about the future tokens of the next timestep, instead of generating them sequentially. We then show that our method significantly improves upon prior methods in various environments. We mostly focus on the challenging Craftax-classic benchmark, where our method achieves a reward of 69.66% after only 1M environment steps, significantly outperforming DreamerV3, which achieves 53.2%, and exceeding human performance of 65.0% for the first time. We also show preliminary results on Craftax-full, MinAtar, and three different two-player games, to illustrate the generality of the approach.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. From Pixels to Temporal Correlations: Learning Informative Representations for Reinforcement Learning Pre-training

    cs.LG 2026-07 unverdicted novelty 5.0

    MTCL learns multi-scale temporal correlations in videos via contrastive learning to produce more informative representations that improve sample efficiency and performance in downstream RL tasks.

  2. Simulus: Combining Improvements in Sample-Efficient World Model Agents

    cs.LG 2025-02 unverdicted novelty 5.0

    Simulus integrates flexible tokenization, intrinsic motivation, prioritized world model replay, and regression-as-classification to achieve state-of-the-art sample efficiency for planning-free world model agents on vi...