English

How to Combine Tree-Search Methods in Reinforcement Learning

Machine Learning 2019-02-19 v2 Artificial Intelligence Machine Learning

Abstract

Finite-horizon lookahead policies are abundantly used in Reinforcement Learning and demonstrate impressive empirical success. Usually, the lookahead policies are implemented with specific planning methods such as Monte Carlo Tree Search (e.g. in AlphaZero). Referring to the planning problem as tree search, a reasonable practice in these implementations is to back up the value only at the leaves while the information obtained at the root is not leveraged other than for updating the policy. Here, we question the potency of this approach. Namely, the latter procedure is non-contractive in general, and its convergence is not guaranteed. Our proposed enhancement is straightforward and simple: use the return from the optimal tree path to back up the values at the descendants of the root. This leads to a γh\gamma^h-contracting procedure, where γ\gamma is the discount factor and hh is the tree depth. To establish our results, we first introduce a notion called \emph{multiple-step greedy consistency}. We then provide convergence rates for two algorithmic instantiations of the above enhancement in the presence of noise injected to both the tree search stage and value estimation stage.

Keywords

Cite

@article{arxiv.1809.01843,
  title  = {How to Combine Tree-Search Methods in Reinforcement Learning},
  author = {Yonathan Efroni and Gal Dalal and Bruno Scherrer and Shie Mannor},
  journal= {arXiv preprint arXiv:1809.01843},
  year   = {2019}
}

Comments

AAAI 2019

R2 v1 2026-06-23T03:56:08.790Z