Markov Decision Processes for Satellite Maneuver Planning and Collision Avoidance
William Kuhl, Jun Wang, Duncan Eddy, Mykel Kochenderfer
TL;DR
This work models satellite collision avoidance as a Markov decision process to enable online, optimal maneuver planning for large LEO constellations under information updates and state uncertainty. It introduces a time-aware Monte Carlo Tree Search framework with limited and full-horizon variants, along with exploration heuristics, and evaluates against rule-based baselines in extensive simulations. The results show that MCTS, especially full-horizon with stochastic-depth, can reduce maneuver costs and maintain high safety across encounters, with horizon and exploration choices tuning the safety-cost trade-off. The approach promises practical benefits for onboard, real-time decision making with uncertain CDM updates, and suggests extensions to richer action spaces and incremental maneuvers for further fuel efficiency gains.
Abstract
This paper presents a decentralized, online planning approach for scalable maneuver planning for large constellations. While decentralized, rule-based strategies have facilitated efficient scaling, optimal decision-making algorithms for satellite maneuvers remain underexplored. As commercial satellite constellations grow, there are benefits of online maneuver planning, such as using real-time trajectory predictions to improve state knowledge, thereby reducing maneuver frequency and conserving fuel. We address this gap in the research by treating the satellite maneuver planning problem as a Markov decision process (MDP). This approach enables the generation of optimal maneuver policies online with low computational cost. This formulation is applied to the low Earth orbit collision avoidance problem, considering the problem of an active spacecraft deciding to maneuver to avoid a non-maneuverable object. We test the policies we generate in a simulated low Earth orbit environment, and compare the results to traditional rule-based collision avoidance techniques.
