Improving Monte Carlo Tree Search with Artificial Neural Networks without Heuristics
- Cotarelo, Alba
- García-Díaz, Vicente
- Núñez-Valdez, Edward Rolando
- González García, Cristian
- Gómez, Alberto
- Chun-Wei Lin, Jerry
ISSN: 2076-3417
Year of publication: 2021
Volume: 11
Issue: 5
Pages: 2056
Type: Article
More publications in: Applied Sciences
Abstract
Monte Carlo Tree Search is one of the main search methods studied presently. It has demonstrated its efficiency in the resolution of many games such as Go or Settlers of Catan and other different problems. There are several optimizations of Monte Carlo, but most of them need heuristics or some domain language at some point, making very difficult its application to other problems. We propose a general and optimized implementation of Monte Carlo Tree Search using neural networks without extra knowledge of the problem. As an example of our proposal, we made use of the Dots and Boxes game. We tested it against other Monte Carlo system which implements specific knowledge for this problem. Our approach improves accuracy, reaching a winning rate of 81% over previous research but the generalization penalizes performance.