paper-with-me

홈 › Papers

GameEngineBench: Evaluating Coding Agents on Real C++ Runtime Environments

2026-07-03 · Brian La, Sejoon Chang, Ben Kim, Junyoung Bae, Aamish Ahmad Beg, Sei Chang, Gonzalo Gonzalez-Pumariega arxiv

Game engines provide real-time simulation, rendering, physics, interaction, networking, and asset pipelines, making them valuable not only for games but also for 3D applications in healthcare, robotics, architecture, manufacturing, and related domains. Because game development is where these systems are most mature and publicly available, it offers a practical testbed for evaluating coding agents that must modify C++ code within stateful, interactive, real-time systems. We present GameEngineBench, a benchmark for evaluating coding agents on scoped C++ implementation tasks inside Unreal Engine 5 projects, built from nine real-world game repositories. The evaluation set consists of 110 tasks spanning gameplay mechanics, multiplayer behavior, AI and world orchestration, animation and movement, UI and session code, loading behavior, online-service integration, persistence, data serialization, XR behavior, and rendering-oriented plugins. These tasks require models to make native C++ changes that compile and satisfy behavioral tests within executable Unreal Engine projects. Across twelve evaluated configurations, the strongest model reaches 55.5\% pass@1, while 31 tasks remain unsolved by every configuration. Our results demonstrate that frontier coding agents continue to struggle with deeply integrated C++ development for real-time interactive software, highlighting game-engine benchmarks as a valuable complement to existing software engineering evaluations.

📄 PDF Abstract BibTeX arXiv:2607.03525

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ISO-Bench: Can Coding Agents Optimize Real-World Inference Workloads?

2026-02-23 · Ayush Nangia, Shikhar Mishra, Aman Gokrani, Paras Chopra arxiv

We introduce ISO-Bench, a benchmark for coding agents to test their capabilities on real-world inference optimization tasks. These tasks were taken from vLLM and SGLang, two of the most popular LLM serving frameworks. Ea…

SWE Atlas: Benchmarking Coding Agents Beyond Issue Resolution

2026-05-08 · Mohit Raghavendra, Soham Dan, Miguel Romero Calvo, Yannis Yiming He 외 arxiv

We introduce SWE Atlas, a benchmark suite for coding agents spanning three professional software engineering workflows: Codebase Q&A (124 tasks), Test Writing (90 tasks), and Refactoring (70 tasks). SWE Atlas differs fro…

REDO: Execution-Free Runtime Error Detection for COding Agents

2024-10-10 · Shou Li, Andrey Kan, Laurent Callot, Bhavana Bhasker 외

As LLM-based agents exhibit exceptional capabilities in addressing complex problems, there is a growing focus on developing coding agents to tackle increasingly sophisticated tasks. Despite their promising performance, t…

GameCraft-Bench: Can Agents Build Playable Games End-to-End in a Real Game Engine?

2026-06-16 · Tongxu Luo, Rongsheng Wang, Jiaxi Bi, Chenming Xu 외 arxiv

Game generation is an emerging application of coding agents, requiring models to transform natural-language specifications into playable interactive systems. Unlike traditional coding tasks, game generation takes place w…

On the Impact of AGENTS.md Files on the Efficiency of AI Coding Agents

2026-01-28 · Jai Lal Lulla, Seyedmoein Mohsenimofidi, Matthias Galster, Jie M. Zhang 외 arxiv

AI coding agents such as Codex and Claude Code are increasingly used to autonomously contribute to software repositories. However, little is known about how repository-level configuration artifacts affect operational eff…