Sciweavers

ACG
2006
Springer

RSPSA: Enhanced Parameter Optimization in Games

13 years 10 months ago
RSPSA: Enhanced Parameter Optimization in Games
Most game programs have a large number of parameters that are crucial for their performance. Tuning these parameters by hand is rather difficult. Therefore automatic optimization algorithms in game programs are interesting research domains. However, successful applications are only known for parameters that belong to certain components (e.g., evaluation-function parameters). The SPSA (Simultaneous Perturbation Stochastic Approximation) algorithm is an attractive choice for optimizing any kind of parameters of a game program, both for its generality and its simplicity. Its disadvantage is that it can be very slow. In this article we propose several methods to speed up SPSA, in particular, the combination with RPROP, using common random numbers, antithetic variables, and averaging. We test the resulting algorithm for tuning various types of parameters in two domains, Poker and LOA. From the experimental study, we may conclude that using SPSA is a viable approach for optimization in game ...
Levente Kocsis, Csaba Szepesvári, Mark H. M
Added 13 Jun 2010
Updated 13 Jun 2010
Type Conference
Year 2006
Where ACG
Authors Levente Kocsis, Csaba Szepesvári, Mark H. M. Winands
Comments (0)