Convolutional Monte Carlo Rollouts in Go

Peter H. Jin,Kurt Keutzer
DOI: https://doi.org/10.48550/arXiv.1512.03375
IF: 5.414
2015-12-10
Machine Learning
Abstract:In this work, we present a MCTS-based Go-playing program which uses convolutional networks in all parts. Our method performs MCTS in batches, explores the Monte Carlo search tree using Thompson sampling and a convolutional network, and evaluates convnet-based rollouts on the GPU. We achieve strong win rates against open source Go programs and attain competitive results against state of the art convolutional net-based Go-playing programs.
What problem does this paper attempt to address?