arXiv論文メモ
新着一覧
cs.CV · 査読状況未確認

ゲームのルール処理と映像生成を分ける仕組み

GameDirector: Decoupling Gameplay Logic from Rendering for Player-Configurable Game World Models

Zijun Lin, Zhiyang Deng, Yuzhe Wu, Bihan Wen, Yeying Jin

この論文をやさしく読む

ひとことで言うと

体力や戦闘規則などのゲーム処理を映像生成から分け、プレイヤーが規則を設定できるようにする仕組み。

何に役立つ?

プレイヤーがゲームの登場人物や規則を設定しつつ、一貫した状態管理と生成映像を組み合わせる用途が考えられる。要旨では三つのゲームで評価している。

この研究の面白いところ

進行役のエージェントが規則とNPCの行動を決め、その結果を動画生成モデルへの文章指示に変える。ボスの行動品質は比較設定より39.9%超改善したと報告する。

どこまで分かった?

実験は三つのゲームと自動エージェントが収集したデータに基づく。長期的なプレイヤー体験や幅広いゲームジャンルへの適用は要旨に示されていない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

最近のゲーム世界モデルは、プレイヤーの入力に応じて写実的な映像シミュレーションと対話的なゲーム進行を実現する。しかし通常は画素単位の教師信号から環境の動きを学習し、知覚、記憶、状態遷移、描画を一つの端から端までの枠組みで同時にモデル化する。これにより、操作可能な自由度の高い生成はできるものの、ゲーム体験を完結させるには不足がある。体力の減少、技能の発動、戦闘規則、終了条件など、ゲームには明示的な仕組みがあり、正確で一貫した状態遷移に依存する。生成モデルだけではこうした規則を確実に守らせることは難しい。一方、ゲームエンジンは規則をプログラムで保証できるが、プレイヤー主導の制作には柔軟性が限られる。 両者をつなぐため、規則に基づくゲーム進行の論理を映像描画から分離するエージェント型枠組みGameDirectorを提案する。著者らはこれを初めての枠組みと位置付ける。プレイヤーが定めた設定を受け取り、視覚的な観測を解釈し、ゲーム状態を更新し、NPCを戦術的に制御し、ゲームの規則を適用する知的な進行役として働く。その決定をテキストの指示へ変換し、動画世界モデルに結果のゲーム画面を描画させる。この分離により、プレイヤーはゲーム開発者のようにキャラクター、状態、規則を設定しながら、ゲームの仕組みの整合性を保てる。 自動ゲームプレイエージェントが収集したデータを用い、三つのゲームで実験した。GameDirectorは正確な状態追跡と信頼できる規則遵守を示し、さまざまな端から端までのゲーム世界モデルの設定と比較して、ボスの行動の質を39.9%超改善した。プレイヤーが制御できるゲーム論理をモデルの外へ出すことで、固定的なシミュレーションと生成モデルの中間に位置する、より柔軟で閉ループのゲーム体験を可能にする。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-22(UTC)
最新改訂
2026-09-22 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Recent game world models support realistic visual simulation and interactive gameplay based on player inputs. However, they typically learn environment dynamics from pixel-level supervision, jointly modeling perception, memory, state transitions, and rendering within a single end-to-end framework. While this design enables open-ended, action-controllable generation, it still falls short of delivering a complete gameplay experience. Games are governed by explicit mechanics, such as health deduction, skill activation, combat rules, and termination conditions. These mechanics depend on precise and consistent state transitions that generative models alone cannot reliably enforce. In contrast, game engines can guarantee such mechanics through hard-coded rules, but provide limited flexibility for player-driven creation. To bridge these paradigms, we introduce GameDirector, the first agentic framework that decouples rule-based gameplay logic from visual rendering. Given player-defined configurations, the framework acts as an intelligent director that interprets visual observations, updates game states, tactically controls NPCs, and enforces gameplay rules. It then translates these decisions into text prompts that guide the video world model to render the resulting gameplay. This separation allows players to configure characters, states, and rules much like a game developer while preserving coherent game mechanics. Experiments on three games, using data collected by our automated gameplay agent, show that GameDirector achieves accurate state tracking, reliable rule following, and improves boss action quality by more than 39.9% over various end-to-end game world model settings. Overall, by externalizing player-controllable game logic, GameDirector establishes a middle ground between hard-coded simulation and generative modeling, enabling more flexible and closed-loop gameplay experiences.

著者のコメント

Project Page: https://jimntu.github.io/gamedirector/

arXiv ID: 2609.25652 / 要約の誤りについて