Abstract
Realistic urban traffic simulation is essential for sustainable urbanplanning and the development of intelligent transportation systems. However,generating high-fidelity, time-varying traffic profiles that accurately reflectreal-world conditions, especially in large-scale scenarios, remains a majorchallenge. Existing methods often suffer from limitations in accuracy,scalability, or raise privacy concerns due to centralized data processing. Thiswork introduces DesRUTGe (Decentralized Realistic Urban Traffic Generator), anovel framework that integrates Deep Reinforcement Learning (DRL) agents withthe SUMO simulator to generate realistic 24-hour traffic patterns. A keyinnovation of DesRUTGe is its use of Decentralized Federated Learning (DFL),wherein each traffic detector and its corresponding urban zone function as anindependent learning node. These nodes train local DRL models using minimalhistorical data and collaboratively refine their performance by exchangingmodel parameters with selected peers (e.g., geographically adjacent zones),without requiring a central coordinator. Evaluated using real-world data fromthe city of Barcelona, DesRUTGe outperforms standard SUMO-based tools such asRouteSampler, as well as other centralized learning approaches, by deliveringmore accurate and privacy-preserving traffic pattern generation.