GUIエージェントによる継続的なゲーム生成 GUI Agents for Continual Game Generation
コード生成だけでなく実際にプレイ可能なゲームを作るため、GUIエージェントを活用した継続的ゲーム生成手法を提案する研究。
English summary
- arXiv:2605.28258v1 Announce Type: new Abstract: Generating a game is not the same as making one that can be played.
- Despite advances in code generation, existing approaches treat game generation as on
この論文は、コード生成の進歩にもかかわらず、既存のアプローチがゲーム生成を単発のコード出力として扱う問題を指摘している。生成されたコードが動作するゲームになるかどうかは別問題であり、実際にプレイ可能かどうかの検証が欠けていた。
提案手法では、GUIエージェントを用いてゲームを生成した後、実際にGUI操作を通じて動作確認・修正を繰り返す「継続的生成」のループを実現する。これにより、静的なコード出力に留まらず、実行可能で遊べるゲームの自動生成を目指している。
詳細なアーキテクチャや実験結果については原論文(arXiv:2605.28258)を参照されたい。
This paper identifies a key gap in AI-driven game generation: producing code is not the same as producing a game that can actually be played. Existing approaches tend to treat game generation as a one-shot code synthesis task, without verifying that the output is functional or playable.
The proposed approach introduces GUI agents that interact with a running game environment to iteratively test and refine generated games. This continual loop—generate, execute, observe via GUI, and correct—aims to bridge the gap between syntactically valid code and a genuinely playable game experience.
The paper appears to target software engineering and AI researchers interested in autonomous agents and procedural content generation. Specific benchmarks, agent architectures, and experimental results should be verified directly in the full paper at arXiv:2605.28258.
本ページの本文・要約は AI による自動生成です。正確性は元記事 (arxiv.org) をご確認ください。