LGNov 15, 2021

Optimism and Delays in Episodic Reinforcement Learning

arXiv:2111.07615v28 citations
AI Analysis

This work addresses a practical issue in reinforcement learning for scenarios where immediate feedback is unavailable, but it is incremental as it extends existing optimistic algorithms to handle delays without fundamentally changing the paradigm.

The paper tackles the problem of delayed feedback in episodic reinforcement learning by proposing two general-purpose approaches for handling delays, showing that regret increases by an additive term involving system parameters and delay characteristics, with empirical validation of the impact of various delay distributions.

There are many algorithms for regret minimisation in episodic reinforcement learning. This problem is well-understood from a theoretical perspective, providing that the sequences of states, actions and rewards associated with each episode are available to the algorithm updating the policy immediately after every interaction with the environment. However, feedback is almost always delayed in practice. In this paper, we study the impact of delayed feedback in episodic reinforcement learning from a theoretical perspective and propose two general-purpose approaches to handling the delays. The first involves updating as soon as new information becomes available, whereas the second waits before using newly observed information to update the policy. For the class of optimistic algorithms and either approach, we show that the regret increases by an additive term involving the number of states, actions, episode length, the expected delay and an algorithm-dependent constant. We empirically investigate the impact of various delay distributions on the regret of optimistic algorithms to validate our theoretical results.

Foundations

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

Your Notes