Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Artificial Intelligence and Robotics

Macalester College

2013

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

Roulette Wheel Selection Game Player, Scott Tong May 2013

Roulette Wheel Selection Game Player, Scott Tong

Mathematics, Statistics, and Computer Science Honors Projects

General Game Playing is a field of artificial intelligence that seeks to create programs capable of playing any game at an expert-level without the need for human aid. There are two major approaches to general game playing: simulation and heuristic. I focused on the move selection component of a common simulation strategy called Monte Carlo Tree Search. Traditionally, the selection step of Monte Carlo Tree Search uses an algorithm called Upper Confidence Bound Applied to Trees or UCT. In place of this algorithm, I investigated the applicability of a random roulette wheel style of selection. I studied the effectiveness of …