Boosting Reinforcement Learning with Strongly Delayed Feedback Through Auxiliary Short Delays
Qingyuan Wu, Simon Sinong Zhan, Yixuan Wang, Yuhui Wang, Chung-Wei Lin, Chen Lv, Qi Zhu, Jürgen Schmidhuber, Chao Huang
TL;DR
This work tackles reinforcement learning with constant observation delays by introducing Auxiliary-Delayed Reinforcement Learning (AD-RL), which learns an auxiliary value function for a shorter delay $\Delta^{\tau}$ and bootstraps the main delayed task. The method is instantiated for discrete and continuous control as AD-DQN and AD-SAC, and provides theoretical guarantees on sample efficiency, performance gaps, and convergence. Empirically, AD-RL achieves state-of-the-art performance on deterministic and stochastic benchmarks (e.g., Acrobot and MuJoCo) with notable gains in sample efficiency, while revealing a trade-off between $\Delta^{\tau}$ and robustness under stochastic delays. The work offers practical algorithms, convergence guarantees, and guidance on selecting auxiliary delays to balance learning speed and policy quality.
Abstract
Reinforcement learning (RL) is challenging in the common case of delays between events and their sensory perceptions. State-of-the-art (SOTA) state augmentation techniques either suffer from state space explosion or performance degeneration in stochastic environments. To address these challenges, we present a novel Auxiliary-Delayed Reinforcement Learning (AD-RL) method that leverages auxiliary tasks involving short delays to accelerate RL with long delays, without compromising performance in stochastic environments. Specifically, AD-RL learns a value function for short delays and uses bootstrapping and policy improvement techniques to adjust it for long delays. We theoretically show that this can greatly reduce the sample complexity. On deterministic and stochastic benchmarks, our method significantly outperforms the SOTAs in both sample efficiency and policy performance. Code is available at https://github.com/QingyuanWuNothing/AD-RL.
