LGAISYOCAug 17, 2021

Revisiting State Augmentation methods for Reinforcement Learning with Stochastic Delays

arXiv:2108.07555v137 citations
Originality Incremental advance
AI Analysis

This addresses performance issues in RL for real-world applications like remote control and sensing, though it is incremental as it builds on existing state augmentation methods.

The paper tackles the problem of reinforcement learning performance degradation due to stochastic delays in actions and observations by transforming delayed Markov Decision Processes into equivalent standard ones, resulting in a model-free framework that achieves near-optimal rewards with reduced computational overhead.

Several real-world scenarios, such as remote control and sensing, are comprised of action and observation delays. The presence of delays degrades the performance of reinforcement learning (RL) algorithms, often to such an extent that algorithms fail to learn anything substantial. This paper formally describes the notion of Markov Decision Processes (MDPs) with stochastic delays and shows that delayed MDPs can be transformed into equivalent standard MDPs (without delays) with significantly simplified cost structure. We employ this equivalence to derive a model-free Delay-Resolved RL framework and show that even a simple RL algorithm built upon this framework achieves near-optimal rewards in environments with stochastic delays in actions and observations. The delay-resolved deep Q-network (DRDQN) algorithm is bench-marked on a variety of environments comprising of multi-step and stochastic delays and results in better performance, both in terms of achieving near-optimal rewards and minimizing the computational overhead thereof, with respect to the currently established algorithms.

Code Implementations1 repo
Foundations

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

Your Notes