Pathfinding in stochastic environments: learning vs planning. Skrynnik, A., Andreychuk, A., Yakovlev, K., & Panov, A. PeerJ Computer Science, 8:e1056, PeerJ Inc., August, 2022.
Pathfinding in stochastic environments: learning vs planning [link]Paper  doi  abstract   bibtex   
Among the main challenges associated with navigating a mobile robot in complex environments are partial observability and stochasticity. This work proposes a stochastic formulation of the pathfinding problem, assuming that obstacles of arbitrary shapes may appear and disappear at random moments of time. Moreover, we consider the case when the environment is only partially observable for an agent. We study and evaluate two orthogonal approaches to tackle the problem of reaching the goal under such conditions: planning and learning. Within planning, an agent constantly re-plans and updates the path based on the history of the observations using a search-based planner. Within learning, an agent asynchronously learns to optimize a policy function using recurrent neural networks (we propose an original efficient, scalable approach). We carry on an extensive empirical evaluation of both approaches that show that the learning-based approach scales better to the increasing number of the unpredictably appearing/disappearing obstacles. At the same time, the planning-based one is preferable when the environment is close-to-the-deterministic (i.e., external disturbances are rare). Code available at https://github.com/Tviskaron/pathfinding-in-stochastic-envs.
@article{skrynnik_pathfinding_2022,
	title = {Pathfinding in stochastic environments: learning vs planning},
	volume = {8},
	issn = {2376-5992},
	shorttitle = {Pathfinding in stochastic environments},
	url = {https://peerj.com/articles/cs-1056},
	doi = {10.7717/peerj-cs.1056},
	abstract = {Among the main challenges associated with navigating a mobile robot in complex environments are partial observability and stochasticity. This work proposes a stochastic formulation of the pathfinding problem, assuming that obstacles of arbitrary shapes may appear and disappear at random moments of time. Moreover, we consider the case when the environment is only partially observable for an agent. We study and evaluate two orthogonal approaches to tackle the problem of reaching the goal under such conditions: planning and learning. Within planning, an agent constantly re-plans and updates the path based on the history of the observations using a search-based planner. Within learning, an agent asynchronously learns to optimize a policy function using recurrent neural networks (we propose an original efficient, scalable approach). We carry on an extensive empirical evaluation of both approaches that show that the learning-based approach scales better to the increasing number of the unpredictably appearing/disappearing obstacles. At the same time, the planning-based one is preferable when the environment is close-to-the-deterministic (i.e., external disturbances are rare). Code available at https://github.com/Tviskaron/pathfinding-in-stochastic-envs.},
	language = {en},
	urldate = {2025-10-11},
	journal = {PeerJ Computer Science},
	publisher = {PeerJ Inc.},
	author = {Skrynnik, Alexey and Andreychuk, Anton and Yakovlev, Konstantin and Panov, Aleksandr},
	month = aug,
	year = {2022},
	pages = {e1056},
}

Downloads: 0