English

Planning and Learning with Adaptive Lookahead

Machine Learning 2023-01-19 v2 Artificial Intelligence

Abstract

Some of the most powerful reinforcement learning frameworks use planning for action selection. Interestingly, their planning horizon is either fixed or determined arbitrarily by the state visitation history. Here, we expand beyond the naive fixed horizon and propose a theoretically justified strategy for adaptive selection of the planning horizon as a function of the state-dependent value estimate. We propose two variants for lookahead selection and analyze the trade-off between iteration count and computational complexity per iteration. We then devise a corresponding deep Q-network algorithm with an adaptive tree search horizon. We separate the value estimation per depth to compensate for the off-policy discrepancy between depths. Lastly, we demonstrate the efficacy of our adaptive lookahead method in a maze environment and Atari.

Keywords

Cite

@article{arxiv.2201.12403,
  title  = {Planning and Learning with Adaptive Lookahead},
  author = {Aviv Rosenberg and Assaf Hallak and Shie Mannor and Gal Chechik and Gal Dalal},
  journal= {arXiv preprint arXiv:2201.12403},
  year   = {2023}
}
R2 v1 2026-06-24T09:08:08.968Z