AINov 1, 2019

Generalized Mean Estimation in Monte-Carlo Tree Search

arXiv:1911.00384v28 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in MCTS algorithms for decision-making problems, offering incremental improvements over existing methods.

The paper tackles the problem of inaccurate node value estimates in Monte-Carlo Tree Search (MCTS) by proposing Power-UCT, a novel backup strategy using the power mean operator, which improves performance and convergence speed in MDP and POMDP benchmarks.

We consider Monte-Carlo Tree Search (MCTS) applied to Markov Decision Processes (MDPs) and Partially Observable MDPs (POMDPs), and the well-known Upper Confidence bound for Trees (UCT) algorithm. In UCT, a tree with nodes (states) and edges (actions) is incrementally built by the expansion of nodes, and the values of nodes are updated through a backup strategy based on the average value of child nodes. However, it has been shown that with enough samples the maximum operator yields more accurate node value estimates than averaging. Instead of settling for one of these value estimates, we go a step further proposing a novel backup strategy which uses the power mean operator, which computes a value between the average and maximum value. We call our new approach Power-UCT, and argue how the use of the power mean operator helps to speed up the learning in MCTS. We theoretically analyze our method providing guarantees of convergence to the optimum. Finally, we empirically demonstrate the effectiveness of our method in well-known MDP and POMDP benchmarks, showing significant improvement in performance and convergence speed w.r.t. state of the art algorithms.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes