Affiliation:
1. Sophia University, Japan
Abstract
The classical area of AI application is the board games. This chapter introduces the two most prominent AI approaches used in developing board game agents – the MinMax algorithm and Machine Learning and explains their usage in playing games like tic-tac-toe, checkers, othello, chess, go, etc., against human opponents. The game tree is essentially a directed graph, where the nodes represent the positions in the game and the edges the moves. Even a simple board game like tic-tac toe (noughts and crosses) has as many as 255,168 leaf nodes in the game tree. Traversing the complete game tree becomes an NP-hard problem. Alpha-beta pruning is used to estimate the short-cuts through the game tree. The board game strategy depends on the evaluation function, which is a heuristic indicating how good the player's current move is in winning the game. Machine learning algorithms try to evolve or learn the agent's game playing strategy based on the evaluation function.
Reference56 articles.
1. A fast feedforward training algorithm using a modified form of the standard backpropagation algorithm
2. An Introduction to Neural Networks
3. Move-Pruning Techniques for Monte-Carlo Go
4. A survey of monte carlo tree search methods. Computational Intelligence and AI in Games;C. B.Browne;IEEE Transactions on,2012
5. The Othello match of the year: Takeshi Murakami vs. Logistello.;M.Buro;International Journal of Computer Chess Association,1997