SmartFlow Reinforcement Learning and Agentic AI for Bike-Sharing Optimisation
Aditya Sreevatsa K, Arun Kumar Raveendran, Jesrael K Mani, Prakash G Shigli, Rajkumar Rangadore, Narayana Darapaneni, Anwesh Reddy Paduri
TL;DR
SmartFlow presents a hybrid framework that merges deep reinforcement learning with an agentic AI layer to address dynamic bike rebalancing in urban networks. A DQN-based strategic agent learns high-level redistribution policies in a high-fidelity Citi Bike simulator, while a deterministic tactical planner assembles efficient multi-leg routes and just-in-time dispatches. An LLM-powered agentic AI translates the plan into clear, actionable dispatch instructions for operators, improving interpretability and execution readiness. Across three seeded runs on Citi Bike data, SmartFlow achieves an average imbalance reduction of about 95% with low travel distance and high truck utilisation, offering a scalable and transparent blueprint for AI-assisted urban mobility logistics.
Abstract
SmartFlow is a multi-layered framework that integrates Reinforcement Learning and Agentic AI to address the dynamic rebalancing problem in urban bike-sharing services. Its architecture separates strategic, tactical, and communication functions for clarity and scalability. At the strategic level, a Deep Q-Network (DQN) agent, trained in a high-fidelity simulation of New Yorks Citi Bike network, learns robust rebalancing policies by modelling the challenge as a Markov Decision Process. These high-level strategies feed into a deterministic tactical module that optimises multi-leg journeys and schedules just-in-time dispatches to minimise fleet travel. Evaluation across multiple seeded runs demonstrates SmartFlows high efficacy, reducing network imbalance by over 95% while requiring minimal travel distance and achieving strong truck utilisation. A communication layer, powered by a grounded Agentic AI with a Large Language Model (LLM), translates logistical plans into clear, actionable instructions for operational staff, ensuring interpretability and execution readiness. This integration bridges machine intelligence with human operations, offering a scalable solution that reduces idle time, improves bike availability, and lowers operational costs. SmartFlow provides a blueprint for interpretable, AI-driven logistics in complex urban mobility networks.
