English

Policy Gradient with Tree Search: Avoiding Local Optimas through Lookahead

Machine Learning 2025-06-10 v1 Artificial Intelligence

Abstract

Classical policy gradient (PG) methods in reinforcement learning frequently converge to suboptimal local optima, a challenge exacerbated in large or complex environments. This work investigates Policy Gradient with Tree Search (PGTS), an approach that integrates an mm-step lookahead mechanism to enhance policy optimization. We provide theoretical analysis demonstrating that increasing the tree search depth mm-monotonically reduces the set of undesirable stationary points and, consequently, improves the worst-case performance of any resulting stationary policy. Critically, our analysis accommodates practical scenarios where policy updates are restricted to states visited by the current policy, rather than requiring updates across the entire state space. Empirical evaluations on diverse MDP structures, including Ladder, Tightrope, and Gridworld environments, illustrate PGTS's ability to exhibit "farsightedness," navigate challenging reward landscapes, escape local traps where standard PG fails, and achieve superior solutions.

Keywords

Cite

@article{arxiv.2506.07054,
  title  = {Policy Gradient with Tree Search: Avoiding Local Optimas through Lookahead},
  author = {Uri Koren and Navdeep Kumar and Uri Gadot and Giorgia Ramponi and Kfir Yehuda Levy and Shie Mannor},
  journal= {arXiv preprint arXiv:2506.07054},
  year   = {2025}
}
R2 v1 2026-07-01T03:05:27.521Z