Robust Adversarial Reinforcement Learning in Stochastic Games via Sequence Modeling
Xiaohang Tang, Zhuowen Cheng, Satyabrat Kumar
TL;DR
This work addresses adversarial robustness of sequence-modeling RL, specifically the Decision Transformer, in stochastic games. It introduces Conservative Adversarially Robust Transformer (CART), which relabels offline trajectories with in-sample expected minimax returns-to-go and models the interaction between protagonist and adversary as stage-games to compute NashQ values via expectile regression. By conditioning the transformer on $Q_{\text{CART}}$, CART yields more conservative and robust value estimates in the presence of transition stochasticity, improving worst-case performance compared to DT and ARDT. The results demonstrate improved minimax value estimation and higher worst-case returns in synthetic stochastic games, highlighting CART’s potential for robust offline RL under adversarial and stochastic dynamics.
Abstract
The Transformer, a highly expressive architecture for sequence modeling, has recently been adapted to solve sequential decision-making, most notably through the Decision Transformer (DT), which learns policies by conditioning on desired returns. Yet, the adversarial robustness of reinforcement learning methods based on sequence modeling remains largely unexplored. Here we introduce the Conservative Adversarially Robust Decision Transformer (CART), to our knowledge the first framework designed to enhance the robustness of DT in adversarial stochastic games. We formulate the interaction between the protagonist and the adversary at each stage as a stage game, where the payoff is defined as the expected maximum value over subsequent states, thereby explicitly incorporating stochastic state transitions. By conditioning Transformer policies on the NashQ value derived from these stage games, CART generates policy that are simultaneously less exploitable (adversarially robust) and conservative to transition uncertainty. Empirically, CART achieves more accurate minimax value estimation and consistently attains superior worst-case returns across a range of adversarial stochastic games.
