LGFeb 15, 2024

Performative Reinforcement Learning in Gradually Shifting Environments

arXiv:2402.09838v210 citationsh-index: 16UAI
Originality Incremental advance
AI Analysis

This addresses the challenge of performative effects in RL for practical deployments, offering an incremental improvement over existing performative RL frameworks.

The paper tackles the problem of reinforcement learning agents altering their environment over time, proposing a framework for gradually shifting dynamics and a novel algorithm, MDRR, which converges significantly faster than previous methods in simulations.

When Reinforcement Learning (RL) agents are deployed in practice, they might impact their environment and change its dynamics. We propose a new framework to model this phenomenon, where the current environment depends on the deployed policy as well as its previous dynamics. This is a generalization of Performative RL (PRL) [Mandal et al., 2023]. Unlike PRL, our framework allows to model scenarios where the environment gradually adjusts to a deployed policy. We adapt two algorithms from the performative prediction literature to our setting and propose a novel algorithm called Mixed Delayed Repeated Retraining (MDRR). We provide conditions under which these algorithms converge and compare them using three metrics: number of retrainings, approximation guarantee, and number of samples per deployment. MDRR is the first algorithm in this setting which combines samples from multiple deployments in its training. This makes MDRR particularly suitable for scenarios where the environment's response strongly depends on its previous dynamics, which are common in practice. We experimentally compare the algorithms using a simulation-based testbed and our results show that MDRR converges significantly faster than previous approaches.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes