paper-with-me

Papers

GameDevBench: Evaluating Agentic Capabilities Through Game Development

2026-02-11 · Wayne Chi, Yixiong Fang, Arnav Yayavaram, Siddharth Yayavaram, Seth Karten, Qiuhong Anna Wei, Runkun Chen, Alexander Wang, Valerie Chen, Ameet Talwalkar, Chris Donahue arxiv

Despite rapid progress on coding agents, progress on their multimodal counterparts has lagged behind. A key challenge is the scarcity of evaluation testbeds that combine the complexity of software development with the need for deep multimodal understanding. In game development, agents must navigate large, dense codebases while manipulating intrinsically multimodal assets such as shaders, sprites, and animations within a visual game scene. We present GameDevBench, the first benchmark for evaluating agents on game development tasks. GameDevBench consists of 333 tasks derived from web and video tutorials. Tasks require significant multimodal understanding and are complex: the average solution requires over three times the lines of code and file changes compared to prior software development benchmarks. Agents struggle with game development, with the best agent and method solving only 53.8% of tasks. We find a strong correlation between perceived task difficulty and multimodal complexity, with average success rate dropping from 51.4% on gameplay-oriented tasks to 33.0% on 2D graphics tasks. To improve multimodal capability, we introduce two simple image- and video-based feedback mechanisms for agents. Despite their simplicity, these methods consistently improve performance, increasing GPT-5.4's performance from 41.1% to 52.0% when given visual feedback.

📄 PDF Abstract BibTeX arXiv:2602.11103

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CivBench: Progress-Based Evaluation for LLMs' Strategic Decision-Making in Civilization V

2026-04-09 · John Chen, Sihan Cheng, Can Gurkan, Mingyi Lin arxiv

Evaluating strategic decision-making in LLM-based agents requires generative, competitive, and longitudinal environments, yet few benchmarks provide all three, and fewer still offer evaluation signals rich enough for lon…

GVGAI-LLM: Evaluating Large Language Model Agents with Infinite Games

2025-08-11 · Yuchen Li, Cong Lin, Muhammad Umair Nasir, Philip Bontrager 외 arxiv

We introduce GVGAI-LLM, a video game benchmark for evaluating the reasoning and problem-solving capabilities of large language models (LLMs). Built on the General Video Game AI framework, it features a diverse collection…

Spatial Reasoning

BALROG: Benchmarking Agentic LLM and VLM Reasoning On Games

2024-11-20 · Davide Paglieri, Bartłomiej Cupiał, Samuel Coward, Ulyana Piterbarg 외

Large Language Models (LLMs) and Vision Language Models (VLMs) possess extensive knowledge and exhibit promising reasoning abilities, however, they still struggle to perform well in complex, dynamic environments. Real-wo…

BenchmarkingNetHackSpatial Reasoning

The Influence of Human-inspired Agentic Sophistication in LLM-driven Strategic Reasoners

2025-05-14 · Vince Trencsenyi, Agnieszka Mensfelt, Kostas Stathis

The rapid rise of large language models (LLMs) has shifted artificial intelligence (AI) research toward agentic systems, motivating the use of weaker and more flexible notions of agency. However, this shift raises key qu…

GameplayQA: A Benchmarking Framework for Decision-Dense POV-Synced Multi-Video Understanding of 3D Virtual Agents

2026-03-25 · Yunzhe Wang, Runhui Xu, Kexin Zheng, Tianyi Zhang 외 arxiv

Multimodal LLMs are increasingly deployed as perceptual backbones for autonomous agents in 3D environments, from robotics to virtual worlds. These applications require agents to perceive rapid state changes, attribute ac…

Video Grounding