LGMLMay 25, 2018

A Sliding-Window Algorithm for Markov Decision Processes with Arbitrarily Changing Rewards and Transitions

arXiv:1805.10066v170 citations
Originality Incremental advance
AI Analysis

This addresses the problem of adapting to dynamic environments in reinforcement learning for applications like robotics or finance, though it appears incremental as sliding-window methods are known but applied here to a specific non-stationary setting.

The paper tackles reinforcement learning in non-stationary Markov Decision Processes where rewards and transitions change arbitrarily over time, proposing a sliding-window algorithm that achieves a regret bound against the optimal non-stationary policy and provides sample complexity guarantees.

We consider reinforcement learning in changing Markov Decision Processes where both the state-transition probabilities and the reward functions may vary over time. For this problem setting, we propose an algorithm using a sliding window approach and provide performance guarantees for the regret evaluated against the optimal non-stationary policy. We also characterize the optimal window size suitable for our algorithm. These results are complemented by a sample complexity bound on the number of sub-optimal steps taken by the algorithm. Finally, we present some experimental results to support our theoretical analysis.

Foundations

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

Your Notes