Promptable Game Models: Text-Guided Game Simulation via Masked Diffusion Models
Willi Menapace, Aliaksandr Siarohin, Stéphane Lathuilière, Panos Achlioptas, Vladislav Golyanik, Sergey Tulyakov, Elisa Ricci
TL;DR
This paper presents Promptable Game Models (PGMs), a data-driven framework that enables semantic, language-guided control of game dynamics and rendering. It combines a synthesis model based on a compositional NeRF for high-quality, controllable rendering with an animation model that uses a text-conditioned masked diffusion transformer to simulate complex game dynamics and game AI. The authors introduce two richly annotated datasets (Tennis and Minecraft) to support learning and evaluation, and demonstrate that PGMs outperform prior neural video game simulators in rendering quality and enable new capabilities such as director's mode and opponent modeling. This approach paves the way for accessible, low-cost game modeling and video editing, with potential impact on game development workflows and future AI-assisted simulation research.
Abstract
Neural video game simulators emerged as powerful tools to generate and edit videos. Their idea is to represent games as the evolution of an environment's state driven by the actions of its agents. While such a paradigm enables users to play a game action-by-action, its rigidity precludes more semantic forms of control. To overcome this limitation, we augment game models with prompts specified as a set of natural language actions and desired states. The result-a Promptable Game Model (PGM)-makes it possible for a user to play the game by prompting it with high- and low-level action sequences. Most captivatingly, our PGM unlocks the director's mode, where the game is played by specifying goals for the agents in the form of a prompt. This requires learning "game AI", encapsulated by our animation model, to navigate the scene using high-level constraints, play against an adversary, and devise a strategy to win a point. To render the resulting state, we use a compositional NeRF representation encapsulated in our synthesis model. To foster future research, we present newly collected, annotated and calibrated Tennis and Minecraft datasets. Our method significantly outperforms existing neural video game simulators in terms of rendering quality and unlocks applications beyond the capabilities of the current state of the art. Our framework, data, and models are available at https://snap-research.github.io/promptable-game-models/.
