LGAISep 28, 2022

Scheduling for Urban Air Mobility using Safe Learning

arXiv:2209.15457v1h-index: 14
Originality Incremental advance
AI Analysis

This addresses efficient and reliable scheduling for urban air mobility systems, which is an incremental improvement over existing methods.

This work tackles the scheduling problem for Urban Air Mobility vehicles with hard and soft deadlines by developing an online, safe scheduler that ensures hard deadlines are never missed and minimizes the average cost of missing soft deadlines, using safe model-based learning and Monte Carlo Tree Search Earliest Deadline First to achieve near-optimal performance.

This work considers the scheduling problem for Urban Air Mobility (UAM) vehicles travelling between origin-destination pairs with both hard and soft trip deadlines. Each route is described by a discrete probability distribution over trip completion times (or delay) and over inter-arrival times of requests (or demand) for the route along with a fixed hard or soft deadline. Soft deadlines carry a cost that is incurred when the deadline is missed. An online, safe scheduler is developed that ensures that hard deadlines are never missed, and that average cost of missing soft deadlines is minimized. The system is modelled as a Markov Decision Process (MDP) and safe model-based learning is used to find the probabilistic distributions over route delays and demand. Monte Carlo Tree Search (MCTS) Earliest Deadline First (EDF) is used to safely explore the learned models in an online fashion and develop a near-optimal non-preemptive scheduling policy. These results are compared with Value Iteration (VI) and MCTS (Random) scheduling solutions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes