paper-with-me

홈 › Papers

CA2: Code-Aware Agent for Automated Game Testing

2026-05-13 · Valliappan Chidambaram Adaikkappan, Vincent Martineau, Joshua Romoff, David Meger arxiv

Automated game testing is important for verifying game functionality, but it remains a costly and time-consuming process. Manual testing often misses edge cases, and current automated methods struggle to provide full code coverage. Prior work has explored reinforcement learning (RL) for game testing, but without leveraging internal code signals such as the call stack. We present Code Aware Agent (CA2), which uses call stack information to learn effective testing strategies. The agent receives the current function call trace along with the game state and learns to reach specific target functions. We instrument two types of environments, 1) State-based and 2) Image-based, with support for efficient call stack extraction. Through experimental evaluation, we find that CA2 achieves consistent improvement over the non-code aware baselines, which does not leverage call stack information. Our results show that incorporating code signals like the call stack enables more effective and targeted game testing.

📄 PDF Abstract BibTeX arXiv:2605.13918

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Synergizing Code Coverage and Gameplay Intent: Coverage-Aware Game Playtesting with LLM-Guided Reinforcement Learning

2025-12-14 · Enhong Mu, Minami Yoda, Yan Zhang, Mingyue Zhang 외 arxiv

The widespread adoption of the "Games as a Service" model necessitates frequent content updates, placing immense pressure on quality assurance. In response, automated game testing has been viewed as a promising solution …

Reinforcement Learning

MIMIC-Py: An Extensible Tool for Personality-Driven Automated Game Testing with Large Language Models

2026-04-09 · Yifei Chen, Sarra Habchi, Lili Wei arxiv

Modern video games are complex, non-deterministic systems that are difficult to test automatically at scale. Although prior work shows that personality-driven Large Language Model (LLM) agents can improve behavioural div…

Cooperative Multi-agent Approach for Automated Computer Game Testing

2024-05-18 · Samira Shirzadeh-hajimahmood, I. S. W. B. Prasteya, Mehdi Dastani, Frank Dignum

Automated testing of computer games is a challenging problem, especially when lengthy scenarios have to be tested. Automating such a scenario boils down to finding the right sequence of interactions given an abstract des…

Automated Playtesting of Matching Tile Games

2019-07-15 · Luvneesh Mugrai, Fernando De Mesentier Silva, Christoffer Holmgård, Julian Togelius

Matching tile games are an extremely popular game genre. Arguably the most popular iteration, Match-3 games, are simple to understand puzzle games, making them great benchmarks for research. In this paper, we propose dev…

Game Design

Inspector: Pixel-Based Automated Game Testing via Exploration, Detection, and Investigation

2022-07-18 · Guoqing Liu, Mengzhang Cai, Li Zhao, Tao Qin 외

Deep reinforcement learning (DRL) has attracted much attention in automated game testing. Early attempts rely on game internal information for game space exploration, thus requiring deep integration with games, which is …

Deep Reinforcement LearningImitation LearningObject