LGAIMar 16, 2023

Online Reinforcement Learning in Periodic MDP

arXiv:2303.09629v16 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses learning in non-stationary environments with periodic variations, which is incremental as it builds on existing MDP frameworks by incorporating periodicity and sparsity assumptions.

The authors tackled the problem of online reinforcement learning in periodic Markov Decision Processes (MDPs) by proposing algorithms like PUCRL2 and PUCRLB, achieving regret bounds that scale linearly with period N and as O(sqrt(T log T)) with horizon T, with PUCRLB improving to O(sqrt(N)) dependency on period.

We study learning in periodic Markov Decision Process (MDP), a special type of non-stationary MDP where both the state transition probabilities and reward functions vary periodically, under the average reward maximization setting. We formulate the problem as a stationary MDP by augmenting the state space with the period index, and propose a periodic upper confidence bound reinforcement learning-2 (PUCRL2) algorithm. We show that the regret of PUCRL2 varies linearly with the period $N$ and as $\mathcal{O}(\sqrt{Tlog T})$ with the horizon length $T$. Utilizing the information about the sparsity of transition matrix of augmented MDP, we propose another algorithm PUCRLB which enhances upon PUCRL2, both in terms of regret ($O(\sqrt{N})$ dependency on period) and empirical performance. Finally, we propose two other algorithms U-PUCRL2 and U-PUCRLB for extended uncertainty in the environment in which the period is unknown but a set of candidate periods are known. Numerical results demonstrate the efficacy of all the algorithms.

Foundations

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

Your Notes