paper-with-me

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, Yutaka Matsuno, Jialong Li 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 to cope with this demanding release cadence. However, existing automated testing approaches typically create a dichotomy: code-centric methods focus on structural coverage without understanding gameplay context, while player-centric agents validate high-level intent but often fail to cover specific underlying code changes. To bridge this gap, we propose SMART (Structural Mapping for Augmented Reinforcement Testing), a novel framework that synergizes structural verification and functional validation for game update testing. SMART leverages large language models (LLMs) to interpret abstract syntax tree (AST) differences and extract functional intent, constructing a context-aware hybrid reward mechanism. This mechanism guides reinforcement learning agents to sequentially fulfill gameplay goals while adaptively exploring modified code branches. We evaluate SMART on two environments, Overcooked and Minecraft. The results demonstrate that SMART significantly outperforms state-of-the-art baselines; it achieves over 94% branch coverage of modified code, nearly double that of traditional reinforcement learning methods, while maintaining a 98% task completion rate, effectively balancing structural comprehensiveness with functional correctness.

📄 PDF Abstract BibTeX arXiv:2512.12706

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

MuISQA: Multi-Intent Retrieval-Augmented Generation for Scientific Question Answering

2025-11-20 · Zhiyuan Li, Haisheng Yu, Guangchuan Guo, Nan Zhou 외 arxiv

Complex scientific questions often entail multiple intents, such as identifying gene mutations and linking them to related diseases. These tasks require evidence from diverse sources and multi-hop reasoning, while conven…

Question Answering

GameGen-Verifier: Parallel Keypoint-Based Verification for LLM-Generated Games via Runtime State Injection

2026-05-08 · Chaobo Jia, Ruipeng Wan, Ting Sun, Weihao Tan 외 arxiv

LLM-based game generation promises to turn natural-language specifications into executable games, but progress is limited by the lack of reliable automated verification. Unlike conventional code generation, game correctn…

Code Generation

Prompt Coverage Adequacy

2026-07-02 · Florian Tambon, Michael Konstantinou, Cedric Richter, Charles Chenouard 외 arxiv

In recent years, it has become increasingly evident that large language models (LLMs) and autonomous agents raise the level of abstraction in software development by shifting the focus from writing precise procedures to …

CCPT: Automatic Gameplay Testing and Validation with Curiosity-Conditioned Proximal Trajectories

2022-02-21 · Alessandro Sestini, Linus Gisslén, Joakim Bergdahl, Konrad Tollmar 외

This paper proposes a novel deep reinforcement learning algorithm to perform automatic analysis and detection of gameplay issues in complex 3D navigation environments. The Curiosity-Conditioned Proximal Trajectories (CCP…

Deep Reinforcement LearningGame DesignImitation Learningreinforcement-learning+1

Proactive Dialogue Model with Intent Prediction

2026-04-30 · Yang Luo arxiv

Dialogue models are inherently reactive, responding to the current user turn without anticipating upcoming intents, which leads to redundant interactions in multi-intent settings. We address this limitation by introducin…