Learning to reset in target search problems
Gorka Muñoz-Gil, Hans J. Briegel, Michele Caraglio
TL;DR
The paper tackles target search under resetting by introducing a reinforcement-learning framework that enables agents to learn when to reset and how to move. In 1D Brownian search, agents reproduce the optimal sharp resetting interval $\tau^*$, while in 2D they discover joint reset-turn strategies that outperform baselines, including exponential resetting. The work provides a scalable, interpretable approach that not only optimizes search efficiency but also reveals new strategies (Turn-Reset) that adapt to geometry. By bridging ML optimization with stochastic search theory, the framework offers practical guidance for designing adaptive search policies in uncertain environments.
Abstract
Target search problems are central to a wide range of fields, from biological foraging to the optimization algorithms. Recently, the ability to reset the search has been shown to significantly improve the searcher's efficiency. However, the optimal resetting strategy depends on the specific properties of the search problem and can often be challenging to determine. In this work, we propose a reinforcement learning (RL)-based framework to train agents capable of optimizing their search efficiency in environments by learning how to reset. First, we validate the approach in a well-established benchmark: the Brownian search with resetting. There, RL agents consistently recover strategies closely resembling the sharp resetting distribution, known to be optimal in this scenario. We then extend the framework by allowing agents to control not only when to reset, but also their spatial dynamics through turning actions. In this more complex setting, the agents discover strategies that adapt both resetting and turning to the properties of the environment, outperforming the proposed benchmarks. These results demonstrate how reinforcement learning can serve both as an optimization tool and a mechanism for uncovering new, interpretable strategies in stochastic search processes with resetting.
