Publication | Closed Access
Large-Scale Parallel Monte Carlo Tree Search on GPU
22
Citations
1
References
2011
Year
Unknown Venue
Artificial IntelligenceCluster ComputingEngineeringGpu BenchmarkingComputer ArchitectureGpu ComputingAi GpuSystems EngineeringGpu Mcts ImplementationParallel ComputingCombinatorial OptimizationComputational GeometryMassively-parallel ComputingComputer EngineeringComputer ScienceGpu ClusterComputational ScienceGpu ArchitectureParallel Programming
Monte Carlo Tree Search (MCTS) is a method for making optimal decisions in artificial intelligence (AI) problems, typically move planning in combinatorial games. It combines the generality of random simulation with the precision of tree search. The motivation behind this work is caused by the emerging GPU-based systems and their high computational potential combined with relatively low power usage compared to CPUs. As a problem to be solved I chose to develop an AI GPU(Graphics Processing Unit)-based agent in the game of Reversi (Othello) which provides a sufficiently complex problem for tree searching with non-uniform structure and an average branching factor of over 8. I present an efficient parallel GPU MCTS implementation based on the introduced 'block-parallelism' scheme which combines GPU SIMD thread groups and performs independent searches without any need of intra-GPU or inter-GPU communication. I compare it with a simple leaf parallel scheme which implies certain performance limitations. The obtained results show that using my GPU MCTS implementation on the TSUBAME 2.0 system one GPU can be compared to 100-200 CPU threads depending on factors such as the search time and other MCTS parameters in terms of obtained results. I propose and analyze simultaneous CPU/GPU execution which improves the overall result.
| Year | Citations | |
|---|---|---|
Page 1
Page 1