WorldMind: Decoupled Game World Model for State-Aware NPC Behavior
TLDR
Introduces WorldMind, a decoupled game world model with four layers for state-aware NPC behavior, plus BOSS-140K dataset of gameplay videos with internal states.
Reasoning
The paper clearly decomposes world modeling into understanding, decision, control, and generation layers, and introduces a large dataset with paired internal states. However, the abstract is truncated before quantitative results, so empirical strengths and limitations are not fully visible.
Read-first score
Read-first score 45.2, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 44.
Field roles
Rank sensitivity
Stability: volatile; rank range: 477.
Keyword Scores
Deep Analysis
Innovations
- First decoupled framework for state-aware NPC behavior in game world models, separating interactive world modeling into four layers: Understanding, Decision, Control, and Generation.
- BOSS-140K dataset: gameplay videos paired with rich internal game states, collected via an automated agent.
Methodology
WorldMind decouples NPC behavior into an Understanding Layer that constructs a compact state from frames, a Decision Layer that plans actions over the state, a Control Layer that translates actions into temporal conditions, and a Generation Layer that synthesizes visual outcomes, forming a closed interaction loop. The BOSS-140K dataset and an automated collection agent are introduced for training and evaluation.
Key Results
WorldMind achieves reliable compact state reconstruction and mechanics-grounded planning, and is preferred over baselines in ~70% of pairwise comparisons for more tactically appropriate and coherent NPC behavior.