用强化学习优化城市公交网络,兼顾成本与乘客体验。
Applications of deep reinforcement learning to urban transit network design
- 将公交线路设计建模为马尔可夫决策过程,用神经网络策略生成路线。
- 混合算法使新方案在仿真中服务更好、成本更低,优于单一方法。
- 适合交通规划、智能算法研究者,尤其关注实际落地的优化问题。
本论文探讨利用强化学习训练神经网络以辅助公共交通网络设计。公交网络设计问题(TNDP)是具有重要实际意义的优化问题:给定城市已有道路网和出行需求,目标是规划一组覆盖所有需求的公交线路,同时最小化综合成本(包含乘客满意度与运营成本)。现有研究多采用遗传算法、蚁群优化等元启发式算法。本文采用强化学习方法,将线路构建过程建模为马尔可夫决策过程(MDP),训练神经网络策略作为智能体。进一步发现,该策略不仅能直接生成网络,还可嵌入传统元启发式算法中,用于初始化解或指导搜索过程。实验表明,将强化学习策略作为核心组件的混合算法,能生成优于纯神经策略或纯元启发式算法的公交网络。通过在加拿大魁北克省拉瓦勒市的实证应用,结果显示新方案在仿真中提供更优服务且运营成本更低。
原文摘要 · Abstract (English)
This thesis concerns the use of reinforcement learning to train neural networks to aid in the design of public transit networks. The Transit Network Design Problem (TNDP) is an optimization problem of considerable practical importance. Given a city with an existing road network and travel demands, the goal is to find a set of transit routes - each of which is a path through the graph - that collectively satisfy all demands, while minimizing a cost function that may depend both on passenger satisfaction and operating costs. The existing literature on this problem mainly considers metaheuristic optimization algorithms, such as genetic algorithms and ant-colony optimization. By contrast, we begin by taking a reinforcement learning approach, formulating the construction of a set of transit routes as a Markov Decision Process (MDP) and training a neural net policy to act as the agent in this MDP. We then show that, beyond using this policy to plan a transit network directly, it can be combined with existing metaheuristic algorithms, both to initialize the solution and to suggest promising moves at each step of a search through solution space. We find that such hybrid algorithms, which use a neural policy trained via reinforcement learning as a core component within a classical metaheuristic framework, can plan transit networks that are superior to those planned by either the neural policy or the metaheuristic algorithm. We demonstrate the utility of our approach by using it to redesign the transit network for the city of Laval, Quebec, and show that in simulation, the resulting transit network provides better service at lower cost than the existing transit network.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。