SAINT: Attention-Based Policies for Discrete Combinatorial Action Spaces
Matthew Landers, Taylor W. Killian, Thomas Hartvigsen, Afsaneh Doryab
TL;DR
SAINT addresses the challenge of large discrete combinatorial action spaces by treating joint actions as unordered sets and applying state-conditioned self-attention to model sub-action interactions. The method yields a permutation-invariant, tractable policy with parallel per-sub-action decoding, and is compatible with PPO, A2C, and offline RL objectives. Empirical results across CityFlow, CoNE, and discretized MuJoCo demonstrate that SAINT outperforms factorized, autoregressive, Wol-DDPG, and flat baselines, scaling to environments with up to approximately $1.7 \times 10^{7}$ joint actions. The work shows improved sample efficiency and robustness to dimensionality and dependency strength, and points to future directions such as lighter attention variants and dynamic action sets for even broader applicability.
Abstract
The combinatorial structure of many real-world action spaces leads to exponential growth in the number of possible actions, limiting the effectiveness of conventional reinforcement learning algorithms. Recent approaches for combinatorial action spaces impose factorized or sequential structures over sub-actions, failing to capture complex joint behavior. We introduce the Sub-Action Interaction Network using Transformers (SAINT), a novel policy architecture that represents multi-component actions as unordered sets and models their dependencies via self-attention conditioned on the global state. SAINT is permutation-invariant, sample-efficient, and compatible with standard policy optimization algorithms. In 20 distinct combinatorial environments across three task domains, including environments with nearly 17 million joint actions, SAINT consistently outperforms strong baselines.
