English

Enhancing Reinforcement Learning Through Guided Search

Artificial Intelligence 2024-10-29 v1

Abstract

With the aim of improving performance in Markov Decision Problem in an Off-Policy setting, we suggest taking inspiration from what is done in Offline Reinforcement Learning (RL). In Offline RL, it is a common practice during policy learning to maintain proximity to a reference policy to mitigate uncertainty, reduce potential policy errors, and help improve performance. We find ourselves in a different setting, yet it raises questions about whether a similar concept can be applied to enhance performance ie, whether it is possible to find a guiding policy capable of contributing to performance improvement, and how to incorporate it into our RL agent. Our attention is particularly focused on algorithms based on Monte Carlo Tree Search (MCTS) as a guide.MCTS renowned for its state-of-the-art capabilities across various domains, catches our interest due to its ability to converge to equilibrium in single-player and two-player contexts. By harnessing the power of MCTS as a guide for our RL agent, we observed a significant performance improvement, surpassing the outcomes achieved by utilizing each method in isolation. Our experiments were carried out on the Atari 100k benchmark.

Keywords

Cite

@article{arxiv.2408.10113,
  title  = {Enhancing Reinforcement Learning Through Guided Search},
  author = {Jérôme Arjonilla and Abdallah Saffidine and Tristan Cazenave},
  journal= {arXiv preprint arXiv:2408.10113},
  year   = {2024}
}

Comments

Accepted Paper at ECAI 2024; Extended Version

R2 v1 2026-06-28T18:16:58.958Z