Threshold UCT: Cost-Constrained Monte Carlo Tree Search with Pareto Curves
Martin Kurečka, Václav Nevyhoštěný, Petr Novotný, Vít Unčovský
TL;DR
This work advances safe planning under uncertainty by introducing Threshold UCT (T-UCT) for constrained CMDPs. By online-estimating Pareto curves of cost–payoff trade-offs and integrating them into both search and action selection, T-UCT achieves a balanced, data-efficient approach to obtaining safe yet valuable policies. Theoretical results guarantee ε-soundness under sufficient search, and empirical evaluations on Gridworld and Manhattan benchmarks show T-UCT outperforms state-of-the-art baselines in safety and payoff, especially in larger, more complex environments. The approach provides a scalable, principled framework for cost-constrained planning with potential extensions to learning Pareto-set representations.
Abstract
Constrained Markov decision processes (CMDPs), in which the agent optimizes expected payoffs while keeping the expected cost below a given threshold, are the leading framework for safe sequential decision making under stochastic uncertainty. Among algorithms for planning and learning in CMDPs, methods based on Monte Carlo tree search (MCTS) have particular importance due to their efficiency and extendibility to more complex frameworks (such as partially observable settings and games). However, current MCTS-based methods for CMDPs either struggle with finding safe (i.e., constraint-satisfying) policies, or are too conservative and do not find valuable policies. We introduce Threshold UCT (T-UCT), an online MCTS-based algorithm for CMDP planning. Unlike previous MCTS-based CMDP planners, T-UCT explicitly estimates Pareto curves of cost-utility trade-offs throughout the search tree, using these together with a novel action selection and threshold update rules to seek safe and valuable policies. Our experiments demonstrate that our approach significantly outperforms state-of-the-art methods from the literature.
