IJCAI 2020poster0 citations

Generalized Mean Estimation in Monte-Carlo Tree Search

Tuan Dam, Pascal Klink, Carlo D'Eramo, Jan Peters, Joni Pajarinen

Abstract

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.

Machine Learning: Reinforcement LearningUncertainty in AI: Markov Decision ProcessesUncertainty in AI: Sequential Decision Making
BibTeX
@inproceedings{ijcai2020p332,
  title     = {Generalized Mean Estimation in Monte-Carlo Tree Search},
  author    = {Dam, Tuan and Klink, Pascal and D'Eramo, Carlo and Peters, Jan and Pajarinen, Joni},
  booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
               Artificial Intelligence, {IJCAI-20}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Christian Bessiere},
  pages     = {2397--2404},
  year      = {2020},
  month     = {7},
  note      = {Main track},
  doi       = {10.24963/ijcai.2020/332},
  url       = {https://doi.org/10.24963/ijcai.2020/332},
}
Generalized Mean Estimation in Monte-Carlo Tree Search · IJCAI 2020