Dynamic Deployment of Mobile Charging Trucks During Natural Disaster Evacuation: An Offline-to-Online Framework
Summary
This study introduces the Adaptive Risk-aware Mobile Charging Truck Deployment (ARMD) framework, an offline-to-online system designed to dynamically deploy mobile charging trucks (MCTs) during large-scale electric vehicle (EV) evacuations. The framework aims to mitigate queue-induced risk exposure at fixed charging stations (FCSs) by addressing challenges like adaptive deployment, decentralized decision-making, and anticipatory network response. ARMD divides the problem into risk-aware MCT allocation among FCSs and dynamic routing of MCTs. It formulates allocation as a decentralized partially observable Markov decision process (Dec-POMDP) and uses a multi-agent proximal policy optimization (MAPPO)-based policy, pre-trained offline and refined online. For routing, a spatio-temporal travel time predictor (STPM) supports rolling-horizon route updates. Evaluated in a simulated hurricane evacuation in Hillsborough County, Florida, ARMD reduced average risk exposure by up to 71.1% in demand perturbation scenarios and 39.3% to 60.5% in infrastructure failure scenarios compared to baselines without MCTs, demonstrating its effectiveness and robustness.
Key takeaway
For emergency management agencies planning for large-scale EV evacuations, implementing the ARMD framework can significantly enhance charging infrastructure resilience. You should consider tailoring the simulator with local data to pre-train allocation policies, as this approach consistently outperforms static and rolling-horizon optimization methods, especially under severe demand perturbations and infrastructure failures. This adaptive system will enable more flexible and timely mobile charging support, reducing evacuee risk exposure.
Key insights
Dynamic deployment of mobile charging trucks significantly reduces EV evacuee risk during disasters.
Principles
- Combine offline learning with online adaptation for robust real-time decision-making.
- Decentralized control with periodic global observation enhances scalability and coordination.
- Anticipatory routing using spatio-temporal predictions improves response efficiency.
Method
The ARMD framework uses a MAPPO-based policy for decentralized MCT allocation, pre-trained offline and fine-tuned online. It integrates a spatio-temporal travel time predictor for rolling-horizon route updates, minimizing queue-induced risk exposure.
In practice
- Pre-train policies in simulators using local network data.
- Implement retrieval-augmented online fine-tuning for policy adaptation.
- Utilize dynamic graph convolution and global attention for travel time prediction.
Topics
- Mobile Charging Trucks
- Electric Vehicle Evacuation
- Decentralized POMDP
- Multi-Agent Reinforcement Learning
- Spatio-Temporal Travel Time Prediction
Best for: AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.MA updates on arXiv.org.