English

Adaptable Hindsight Experience Replay for Search-Based Learning

Machine Learning 2025-11-06 v1 Artificial Intelligence

Abstract

AlphaZero-like Monte Carlo Tree Search systems, originally introduced for two-player games, dynamically balance exploration and exploitation using neural network guidance. This combination makes them also suitable for classical search problems. However, the original method of training the network with simulation results is limited in sparse reward settings, especially in the early stages, where the network cannot yet give guidance. Hindsight Experience Replay (HER) addresses this issue by relabeling unsuccessful trajectories from the search tree as supervised learning signals. We introduce Adaptable HER (\ours{}), a flexible framework that integrates HER with AlphaZero, allowing easy adjustments to HER properties such as relabeled goals, policy targets, and trajectory selection. Our experiments, including equation discovery, show that the possibility of modifying HER is beneficial and surpasses the performance of pure supervised or reinforcement learning.

Cite

@article{arxiv.2511.03405,
  title  = {Adaptable Hindsight Experience Replay for Search-Based Learning},
  author = {Alexandros Vazaios and Jannis Brugger and Cedric Derstroff and Kristian Kersting and Mira Mezini},
  journal= {arXiv preprint arXiv:2511.03405},
  year   = {2025}
}

Comments

8 pages, 2 figures, Presented at the 9th International Workshop on Interactive Adaptive Learning

R2 v1 2026-07-01T07:22:45.278Z