Skip to content

Yara-bit/Literature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Literature: A Public Collection of Papers on Airport Stand/Gate Assignment

Aviation ground dispatch and gate allocation optimization


DRL for Airport Gate Assignment

1. Zhu et al. (2024)

Title: Gate Assignment Algorithm for Airport Peak Time Based on Reinforcement Learning

Approach:

  • Proposes a two-stage PPO-based model (GABPPO) with pre-assignment and dynamic reassignment.
  • Optimizes near-gate usage and passenger transfer efficiency.

Results:

  • Higher near-gate assignment rate (76.6%) and better gate matching than DQN/PG/APGA.

Strengths:

  • Joint optimization of airport and passenger objectives.
  • Real-time reassignment included.

Limitations:

  • Small dataset (30 flights).
  • No scalability or runtime analysis.
  • Lacks comparison with stronger DRL baselines.

2. Li et al. (2025)

Title: Deep Reinforcement Learning for Real-Time Airport Gate Assignment

Approach:

  • Uses A3C for pre-assignment and a real-time reassignment agent (REGAPS).
  • Action masking applied for feasibility filtering.

Results:

  • Reduces apron usage and passenger walking distance vs. rule-based baselines.
  • Handles delayed flights adaptively.

Strengths:

  • Real-world dataset (124 flights).
  • Handles dynamic delays and gate-sharing constraints.

Limitations:

  • Simplifies gate occupation logic (e.g., dep delay ignored).
  • No evaluation against other DRL agents like PPO or DQN.

3. Jia et al. (2025)

Title: A Deep Reinforcement Learning Algorithm for AGAP

Approach:

  • DQN-based assignment with hybrid rewards and conflict masking.
  • Evaluated on both synthetic benchmarks and large real-world cases.

Results:

  • Solves 244-seat/102-gate cases in <2s.
  • Outperforms FBS and RFH in quality and runtime.

Strengths:

  • High scalability.
  • Considers transfer vs. non-transfer passenger walking distance.

Limitations:

  • Focused on static schedules.
  • No dynamic reassignment or delay modeling.

Summary Table

Paper DRL Model Reassignment Real Data Delays Large-scale
Zhu et al. (2024) PPO ✅ (30) ⚠️
Li et al. (2025) A3C ✅ (124)
Jia et al. (2025) DQN ✅ (244)

Graph Neural Networks and Robot Learning


Data and open source platforms

  • OpenSky
    OpenSky Network – Real-time air traffic data platform.

About

A Public Collection of Papers on Airport Stand Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages