作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2022, Vol. 48 ›› Issue (9): 298-304. doi: 10.19678/j.issn.1000-3428.0061931

• 开发研究与工程应用 • 上一篇    下一篇

基于深度强化学习的深圳市急救车调度算法

吴仍裕1, 周强1, 于海龙2,4, 王亚沙3,4   

  1. 1. 深圳市急救中心, 广东 深圳 518000;
    2. 北京大学 信息科学技术学院, 北京 100871;
    3. 北京大学 软件工程国家工程研究中心, 北京 100871;
    4. 北京大学 高可信软件技术教育部重点实验室, 北京 100871
  • 收稿日期:2021-06-16 修回日期:2021-10-05 发布日期:2021-10-26
  • 作者简介:吴仍裕(1970—),男,主治医师,主研方向为急救与灾害应急管理;周强(通信作者),主任医师、硕士;于海龙,博士研究生;王亚沙,教授、博士。
  • 基金资助:
    深圳市“医疗卫生三名工程”项目(SZSM201911005)。

Ambulance Dispatching Algorithm in Shenzhen Based on Deep Reinforcement Learning

WU Rengyu1, ZHOU Qiang1, YU Hailong2,4, WANG Yasha3,4   

  1. 1. Shenzhen Center for Prehospital Care, Shenzhen, Guangdong 518000, China;
    2. School of Electronics Engineering and Computer Science, Peking University, Beijing 100871, China;
    3. National Engineering Research Center for Software Engineering, Peking University, Beijing 100871, China;
    4. Key Lab of High Confidence Software Technologies, Ministry of Education, Peking University, Beijing 100871, China
  • Received:2021-06-16 Revised:2021-10-05 Published:2021-10-26

摘要: 在院前急救领域中,急救反应时间是指患者拨打急救电话后,急救车到达现场的时间。传统急救车调度算法未全面考虑急救环境的动态性和复杂性因素,导致模型优化的急救反应时间与实际情况存在偏差。将急救车调度问题建模成马尔科夫决策过程,构建基于深度强化学习的急救车调度算法。以多层感知机作为评分网络结构,通过将急救站的动态信息映射为各个急救站的得分,确定急救车被调往各急救站的概率。同时,结合急救车调度的动态决策特点,利用强化学习中演员-评论家框架下的近端策略优化算法改进评分网络参数。在深圳市急救中心真实急救数据集上的实验结果表明,相比Fixed、DSM、MEXCLP等算法,该算法在每个急救事件中的急救反应时间平均缩短约80 s,并且在10 min内急救车的平均到达比例为36.5%,能够实时地将急救车调度到合适的急救站。

关键词: 强化学习, 神经网络, 急救车调度, 动态调度, 马尔科夫决策过程

Abstract: In prehospital emergency, the emergency response time refers to the time when the ambulance arrives at the scene after the patient dials the emergency phone number.The traditional ambulance dispatching algorithm does not fully consider the dynamics and complexity factors of the emergency environment, resulting in the deviation between the optimization emergenay response time of the model and the actual situation.The ambulance dispatching problem is modeled as a Markov Decision Process (MDP), and an ambulance dispatching algorithm based on deep reinforcement learning is constructed.The multilayer perceptron is used as the scoring network structure, and the dynamic information of the emergency station is mapped to the scores of each emergency station to determine the probability of the ambulance being transferred to each emergency station.Combined with the dynamic decision-making characteristics of ambulance dispatching, the Proximal Policy Optimization (PPO) algorithm under the Actor-Critic framework in reinforcement learning is used to improve the parameters of the scoring network.The experimental results for an actual emergency dataset of the Shenzhen center for prehospital care show that compared with the Fixed, DSM, MEXCLP, and other algorithms, the emergency response time of this algorithm in each emergency event is shortened by approximately 80 s on average, and the average arrival proportion of emergency vehicles within 10 min is 36.5%.The ambulances are dispatched to the appropriate emergency stations in real time.

Key words: reinforcement learning, neural network, ambulance dispatching, dynamic dispatching, Markov Decision Process(MDP)

中图分类号: