paper-with-me

홈 › Papers

Weighting NTBEA for Game AI Optimisation

2020-03-23 · James Goodman, Simon Lucas

The N-Tuple Bandit Evolutionary Algorithm (NTBEA) has proven very effective in optimising algorithm parameters in Game AI. A potential weakness is the use of a simple average of all component Tuples in the model. This study investigates a refinement to the N-Tuple model used in NTBEA by weighting these component Tuples by their level of information and specificity of match. We introduce weighting functions to the model to obtain Weighted- NTBEA and test this on four benchmark functions and two game environments. These tests show that vanilla NTBEA is the most reliable and performant of the algorithms tested. Furthermore we show that given an iteration budget it is better to execute several independent NTBEA runs, and use part of the budget to find the best recommendation from these runs.

📄 PDF Abstract BibTeX arXiv:2003.10378

Code (0)

등록된 구현이 없습니다.

Tasks

Specificity

Similar Papers 제목 키워드 기반

The N-Tuple Bandit Evolutionary Algorithm for Game Agent Optimisation

2018-02-16 · Simon M. Lucas, Jialin Liu, Diego Perez-Liebana

This paper describes the N-Tuple Bandit Evolutionary Algorithm (NTBEA), an optimisation algorithm developed for noisy and expensive discrete (combinatorial) optimisation problems. The algorithm is applied to two game-bas…

AgentBeats: Agentifying Agent Assessment for Openness, Standardization, and Reproducibility

2026-06-11 · Xiaoyuan Liu, Jianhong Tu, Yuqi Chen, Siyuan Xie 외 arxiv

Agent systems are advancing quickly across domains, but their evaluation remains fragmented. Most benchmarks rely on fixed, LLM-centric harnesses that require heavy integration, create test-production mismatch, and limit…

Task Weighting in Meta-learning with Trajectory Optimisation

2023-01-04 · Cuong Nguyen, Thanh-Toan Do, Gustavo Carneiro

Developing meta-learning algorithms that are un-biased toward a subset of training tasks often requires hand-designed criteria to weight tasks, potentially resulting in sub-optimal solutions. In this paper, we introduce …

Few-Shot LearningMeta-Learning

Efficient Evolutionary Methods for Game Agent Optimisation: Model-Based is Best

2019-01-03 · Simon M. Lucas, Jialin Liu, Ivan Bravi, Raluca D. Gaina 외

This paper introduces a simple and fast variant of Planet Wars as a test-bed for statistical planning based Game AI agents, and for noisy hyper-parameter optimisation. Planet Wars is a real-time strategy game with simple…

SMACSMAC+

Non-Asymptotic Pure Exploration by Solving Games

2019-06-25 · NeurIPS 2019 12 · Rémy Degenne, Wouter M. Koolen, Pierre Ménard

Pure exploration (aka active testing) is the fundamental task of sequentially gathering information to answer a query about a stochastic environment. Good algorithms make few mistakes and take few samples. Lower bounds (…