Online Action-Stacking Improves Reinforcement Learning Performance for Air Traffic Control
Ben Carvell, George De Ath, Eseoghene Benjamin, Richard Everson
TL;DR
The paper addresses reinforcement learning for air traffic control under operational constraints, introducing online action-stacking as an inference-time wrapper that compiles bursts of primitive actions into domain-appropriate macro-clearances while training on a small action set. Using PPO on the BluebirdDT platform, the authors show that a five-action policy with action-damping and stacking can match or exceed the performance of a policy trained with a 37-action space in lateral navigation, and extend the approach to vertical control and two-aircraft avoidance. The key contributions include a practical mechanism to reduce instruction frequency, maintain safety, and scale RL to complex ATC tasks without changing the underlying MDP, enabling more realistic and tractable training. This technique offers a scalable pathway to operational ATC automation by bridging standard RL formulations with the realities of controller workflows and safety requirements.
Abstract
We introduce online action-stacking, an inference-time wrapper for reinforcement learning policies that produces realistic air traffic control commands while allowing training on a much smaller discrete action space. Policies are trained with simple incremental heading or level adjustments, together with an action-damping penalty that reduces instruction frequency and leads agents to issue commands in short bursts. At inference, online action-stacking compiles these bursts of primitive actions into domain-appropriate compound clearances. Using Proximal Policy Optimisation and the BluebirdDT digital twin platform, we train agents to navigate aircraft along lateral routes, manage climb and descent to target flight levels, and perform two-aircraft collision avoidance under a minimum separation constraint. In our lateral navigation experiments, action stacking greatly reduces the number of issued instructions relative to a damped baseline and achieves comparable performance to a policy trained with a 37-dimensional action space, despite operating with only five actions. These results indicate that online action-stacking helps bridge a key gap between standard reinforcement learning formulations and operational ATC requirements, and provides a simple mechanism for scaling to more complex control scenarios.
