LGNov 15, 2021

Exploiting Action Impact Regularity and Exogenous State Variables for Offline Reinforcement Learning

arXiv:2111.08066v5
AI Analysis

This work addresses offline RL feasibility for specific domains like financial markets, but it is incremental as it relies on a strong assumption (AIR) rather than solving the general problem.

The paper tackles the challenge of offline reinforcement learning by focusing on MDPs with Action Impact Regularity (AIR), where actions primarily affect an endogenous state component, and demonstrates that an algorithm based on Fitted-Q Iteration outperforms existing methods in simulated and real-world environments where AIR holds.

Offline reinforcement learning -- learning a policy from a batch of data -- is known to be hard for general MDPs. These results motivate the need to look at specific classes of MDPs where offline reinforcement learning might be feasible. In this work, we explore a restricted class of MDPs to obtain guarantees for offline reinforcement learning. The key property, which we call Action Impact Regularity (AIR), is that actions primarily impact a part of the state (an endogenous component) and have limited impact on the remaining part of the state (an exogenous component). AIR is a strong assumption, but it nonetheless holds in a number of real-world domains including financial markets. We discuss algorithms that exploit the AIR property, and provide a theoretical analysis for an algorithm based on Fitted-Q Iteration. Finally, we demonstrate that the algorithm outperforms existing offline reinforcement learning algorithms across different data collection policies in simulated and real world environments where the regularity holds.

Foundations

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

Your Notes