2020
Watch the Unobserved: A Simple Approach to Parallelizing Monte Carlo Tree Search
ICLR 2020talk
Monte Carlo Tree Search (MCTS) algorithms have achieved great success on many challenging benchmarks (e.g., Computer Go). However, they generally require a large number of rollouts, making their applications costly. Furthermore, it is also extremely challenging to parallelize MCTS due to its inheren…