A Fairness-Oriented Reinforcement Learning Approach for the Operation and Control of Shared Micromobility Services
Matteo Cederle, Luca Vittorio Piron, Marina Ceccon, Federico Chiariotti, Alessandro Fabris, Marco Fabris, Gian Antonio Susto
TL;DR
The paper tackles spatial fairness in dockless shared micromobility by formulating a factorized multi-agent MDP and applying Q-learning to optimize rebalancing. It introduces a fairness-aware reward that penalizes inequitable service across city-area categories, quantified with a Gini index, and demonstrates Pareto-front trade-offs between cost and fairness using synthetic case studies. The key contribution is a scalable, separable RL framework that directly controls equity via a beta-weighted fairness term, showing that meaningful fairness gains can be achieved with moderate cost increases. The work lays groundwork for future extensions to time-varying demand and inter-area dependencies, and provides publicly available code for replication.
Abstract
As Machine Learning grows in popularity across various fields, equity has become a key focus for the AI community. However, fairness-oriented approaches are still underexplored in smart mobility. Addressing this gap, our study investigates the balance between performance optimization and algorithmic fairness in shared micromobility services providing a novel framework based on Reinforcement Learning. Exploiting Q-learning, the proposed methodology achieves equitable outcomes in terms of the Gini index across different areas characterized by their distance from central hubs. Through vehicle rebalancing, the provided scheme maximizes operator performance while ensuring fairness principles for users, reducing iniquity by up to 85% while only increasing costs by 30% (w.r.t. applying no equity adjustment). A case study with synthetic data validates our insights and highlights the importance of fairness in urban micromobility (source code: https://github.com/mcederle99/FairMSS.git).
