paper-with-me

Papers

Bayesian Optimization-based Search for Agent Control in Automated Game Testing

2025-08-18 · Carlos Celemin arxiv

This work introduces an automated testing approach that employs agents controlling game characters to detect potential bugs within a game level. Harnessing the power of Bayesian Optimization (BO) to execute sample-efficient search, the method determines the next sampling point by analyzing the data collected so far and calculates the data point that will maximize information acquisition. To support the BO process, we introduce a game testing-specific model built on top of a grid map, that features the smoothness and uncertainty estimation required by BO, however and most importantly, it does not suffer the scalability issues that traditional models carry. The experiments demonstrate that the approach significantly improves map coverage capabilities in both time efficiency and exploration distribution.

📄 PDF Abstract BibTeX arXiv:2508.13121

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HARBOR: Automated Harness Optimization

2026-04-22 · Biswa Sengupta, Jinhua Wang arxiv

Long-horizon language-model agents are dominated, in lines of code and in operational complexity, not by their underlying model but by the harness that wraps it: context compaction, tool caching, semantic memory, traject…

MALBO: Optimizing LLM-Based Multi-Agent Teams via Multi-Objective Bayesian Optimization

2025-11-14 · Antonio Sabbatella arxiv

The optimal assignment of Large Language Models (LLMs) to specialized roles in multi-agent systems is a significant challenge, defined by a vast combinatorial search space, expensive black-box evaluations, and an inheren…

Local Bayesian Optimization for Controller Tuning with Crash Constraints

2024-11-25 · Alexander von Rohr, David Stenger, Dominik Scheurenberg, Sebastian Trimpe

Controller tuning is crucial for closed-loop performance but often involves manual adjustments. Although Bayesian optimization (BO) has been established as a data-efficient method for automated tuning, applying it to lar…

Bayesian Optimization

Multi-Agent LLMs for Adaptive Acquisition in Bayesian Optimization

2026-03-30 · Andrea Carbonati, Mohammadsina Almasi, Hadis Anahideh arxiv

The exploration-exploitation trade-off is central to sequential decision-making and black-box optimization, yet how Large Language Models (LLMs) reason about and manage this trade-off remains poorly understood. Unlike Ba…

Agentic Bayesian Optimization through Surrogate-Augmented Autoresearch

2026-07-31 · Paul Brunzema, Louis Tiao, Nhat Le, Kevin De Angeli 외 arxiv

Bayesian optimization (BO) has become the standard tool for sample-efficient optimization and owes its efficiency to uncertainty-aware search driven by generic statistical priors. Richer domain priors can improve BO in p…