Lipschitz Lifelong Monte Carlo Tree Search for Mastering Non-Stationary Tasks
Zuyuan Zhang, Tian Lan
TL;DR
Addresses non-stationary lifelong planning for MCTS by deriving an adaptive Upper Confidence Bound (aUCT) that fuses cross-task Lipschitz distance with sampling confidence. The LiZero framework integrates aUCT into MCTS decisions via $U_{\text{aUCT}}$ and combines it with standard UCT for robust search, accompanied by three distance-estimation approaches: data-driven, non-stationary policy-aware, and model-based neural-network distance, with $d(\mathcal{M},\mathcal{M}')\le(1+\kappa)L\hat{d}_{\text{para}}$ when neural models satisfy a Lipschitz condition. Theoretical results establish a positive acceleration factor $\Gamma>1$ and quantified sampling-efficiency gains, while practical online estimation guarantees support deployment. Empirical evaluation on a non-stationary grid-world suite shows LiZero achieves $3\sim4\times$ speedups and around $31\%$ higher early rewards, demonstrating substantial gains in dynamic decision-making tasks that evolve over time.
Abstract
Monte Carlo Tree Search (MCTS) has proven highly effective in solving complex planning tasks by balancing exploration and exploitation using Upper Confidence Bound for Trees (UCT). However, existing work have not considered MCTS-based lifelong planning, where an agent faces a non-stationary series of tasks -- e.g., with varying transition probabilities and rewards -- that are drawn sequentially throughout the operational lifetime. This paper presents LiZero for Lipschitz lifelong planning using MCTS. We propose a novel concept of adaptive UCT (aUCT) to transfer knowledge from a source task to the exploration/exploitation of a new task, depending on both the Lipschitz continuity between tasks and the confidence of knowledge in in Monte Carlo action sampling. We analyze LiZero's acceleration factor in terms of improved sampling efficiency and also develop efficient algorithms to compute aUCT in an online fashion by both data-driven and model-based approaches, whose sampling complexity and error bounds are also characterized. Experiment results show that LiZero significantly outperforms existing MCTS and lifelong learning baselines in terms of much faster convergence (3$\sim$4x) to optimal rewards. Our results highlight the potential of LiZero to advance decision-making and planning in dynamic real-world environments.
