Coordinating Ride-Pooling with Public Transit using Reward-Guided Conservative Q-Learning: An Offline Training and Online Fine-Tuning Reinforcement Learning Framework
Yulong Hu, Tingting Dong, Sen Li
TL;DR
The paper tackles coordinating ride-pooling with public transit in multimodal networks by framing each ride-pooling vehicle as an MDP and proposing an offline training plus online fine-tuning RL framework. It introduces Reward-Guided Conservative Q-learning (RG-CQL), combining a Conservative Double Deep Q Network (CDDQN) with a supervised reward Guider to guide exploration during online updates. The method is validated on real Manhattan data, showing that pooling-transit coordination yields higher system rewards than standalone ride-pooling or solo rides with transit, and that offline training substantially boosts data efficiency with improved stability during online adaptation. Overall, RG-CQL mitigates the offline-online gap, reduces overestimation, and offers a scalable, data-efficient approach for large-scale multimodal ride-pooling systems integrated with transit, with meaningful implications for urban mobility and transit-oriented planning.
Abstract
This paper introduces a novel reinforcement learning (RL) framework, termed Reward-Guided Conservative Q-learning (RG-CQL), to enhance coordination between ride-pooling and public transit within a multimodal transportation network. We model each ride-pooling vehicle as an agent governed by a Markov Decision Process (MDP) and propose an offline training and online fine-tuning RL framework to learn the optimal operational decisions of the multimodal transportation systems, including rider-vehicle matching, selection of drop-off locations for passengers, and vehicle routing decisions, with improved data efficiency. During the offline training phase, we develop a Conservative Double Deep Q Network (CDDQN) as the action executor and a supervised learning-based reward estimator, termed the Guider Network, to extract valuable insights into action-reward relationships from data batches. In the online fine-tuning phase, the Guider Network serves as an exploration guide, aiding CDDQN in effectively and conservatively exploring unknown state-action pairs. The efficacy of our algorithm is demonstrated through a realistic case study using real-world data from Manhattan. We show that integrating ride-pooling with public transit outperforms two benchmark cases solo rides coordinated with transit and ride-pooling without transit coordination by 17% and 22% in the achieved system rewards, respectively. Furthermore, our innovative offline training and online fine-tuning framework offers a remarkable 81.3% improvement in data efficiency compared to traditional online RL methods with adequate exploration budgets, with a 4.3% increase in total rewards and a 5.6% reduction in overestimation errors. Experimental results further demonstrate that RG-CQL effectively addresses the challenges of transitioning from offline to online RL in large-scale ride-pooling systems integrated with transit.
