RoSSO: A High-Performance Python Package for Robotic Surveillance Strategy Optimization Using JAX
Abstract
To enable the computation of effective randomized patrol routes for single- or multi-robot teams, we present RoSSO, a Python package designed for solving Markov chain optimization problems. We exploit machine-learning techniques such as reverse-mode automatic differentiation and constraint parametrization to achieve superior efficiency compared to general-purpose nonlinear programming solvers. Additionally, we supplement a game-theoretic stochastic surveillance formulation in the literature with a novel greedy algorithm and multi-robot extension. We close with numerical results for a police district in downtown San Francisco that demonstrate RoSSO's capabilities on our new formulations and the prior work.
Cite
@article{arxiv.2309.08742,
title = {RoSSO: A High-Performance Python Package for Robotic Surveillance Strategy Optimization Using JAX},
author = {Yohan John and Connor Hughes and Gilberto Diaz-Garcia and Jason R. Marden and Francesco Bullo},
journal= {arXiv preprint arXiv:2309.08742},
year = {2025}
}
Comments
7 pages, 4 figures, 3 tables, submitted to the 2024 IEEE International Conference on Robotics and Automation. See https://github.com/conhugh/RoSSO for associated codebase