ReactiveGWM: Steering NPC in Reactive Game World Models
TLDR
ReactiveGWM decouples player and NPC controls in game world models, enabling zero-shot strategy transfer for steerable NPC interactions.
Reasoning
The paper introduces a novel decoupling of player and NPC dynamics in game world models, achieving zero-shot transfer across games. Strengths include explicit interaction modeling and lightweight adaptation, but evaluation is limited to two fighting games, raising questions about generalizability.
Read-first score
Read-first score 62, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 54.
Field roles
Rank sensitivity
Stability: volatile; rank range: 435.
Keyword Scores
Deep Analysis
Innovations
- Explicit decoupling of player controls from NPC behaviors in game world models
- Lightweight additive bias injection for player actions into diffusion backbone
- Cross-attention modules for grounding high-level NPC responses (Offense, Control, Defense)
- Game-agnostic representation of interactive logic enabling zero-shot strategy transfer
- Plug-and-play modules that work with off-the-shelf, unannotated world models without retraining
Methodology
ReactiveGWM uses a diffusion backbone where player actions are injected via a lightweight additive bias, while NPC behaviors are grounded through cross-attention modules that learn a game-agnostic representation of interactive logic. The model is trained and evaluated on two Street Fighter games, with baselines and metrics focusing on player controllability and NPC strategy adherence.
Key Results
ReactiveGWM maintains fine-grain player controllability while achieving robust, prompt-aligned NPC strategy adherence, enabling steerable NPC interactions without domain-specific retraining.
Limitations
- Evaluation is limited to two Street Fighter games, so generalization to other game genres or interaction types is unverified.
- The paper does not explicitly discuss failure cases or potential degradation in zero-shot transfer scenarios.