English

Convex Hull Monte-Carlo Tree Search

Artificial Intelligence 2020-03-24 v2

Abstract

This work investigates Monte-Carlo planning for agents in stochastic environments, with multiple objectives. We propose the Convex Hull Monte-Carlo Tree-Search (CHMCTS) framework, which builds upon Trial Based Heuristic Tree Search and Convex Hull Value Iteration (CHVI), as a solution to multi-objective planning in large environments. Moreover, we consider how to pose the problem of approximating multiobjective planning solutions as a contextual multi-armed bandits problem, giving a principled motivation for how to select actions from the view of contextual regret. This leads us to the use of Contextual Zooming for action selection, yielding Zooming CHMCTS. We evaluate our algorithm using the Generalised Deep Sea Treasure environment, demonstrating that Zooming CHMCTS can achieve a sublinear contextual regret and scales better than CHVI on a given computational budget.

Keywords

Cite

@article{arxiv.2003.04445,
  title  = {Convex Hull Monte-Carlo Tree Search},
  author = {Michael Painter and Bruno Lacerda and Nick Hawes},
  journal= {arXiv preprint arXiv:2003.04445},
  year   = {2020}
}

Comments

Camera-ready version of paper accepted to ICAPS 2020, along with relevant appendices

R2 v1 2026-06-23T14:09:30.023Z