On Corruption-Robustness in Performative Reinforcement Learning
Vasilis Pollatos, Debmalya Mandal, Goran Radanovic
TL;DR
This work tackles corruption-robust performative reinforcement learning, where a policy not only shapes the data-generating environment but also faces adversarial data contamination. The authors introduce a corruption-robust repeated retraining framework built on a robust OFTRL and a problem-specific robust gradient estimator, proving last-iterate convergence to an approximately stable policy with error scaling as $O(\sqrt{\epsilon})$. They provide finite-sample convergence guarantees, discuss information-theoretic lower bounds under adversarial gradients, and validate the approach on a gridworld testbed showing robustness to data corruption. The results advance reliable performative RL in practical settings where training data may be partially corrupted and distribution shifts arise from deployment.
Abstract
In performative Reinforcement Learning (RL), an agent faces a policy-dependent environment: the reward and transition functions depend on the agent's policy. Prior work on performative RL has studied the convergence of repeated retraining approaches to a performatively stable policy. In the finite sample regime, these approaches repeatedly solve for a saddle point of a convex-concave objective, which estimates the Lagrangian of a regularized version of the reinforcement learning problem. In this paper, we aim to extend such repeated retraining approaches, enabling them to operate under corrupted data. More specifically, we consider Huber's $ε$-contamination model, where an $ε$ fraction of data points is corrupted by arbitrary adversarial noise. We propose a repeated retraining approach based on convex-concave optimization under corrupted gradients and a novel problem-specific robust mean estimator for the gradients. We prove that our approach exhibits last-iterate convergence to an approximately stable policy, with the approximation error linear in $\sqrtε$. We experimentally demonstrate the importance of accounting for corruption in performative RL.
