A Temporally Correlated Latent Exploration for Reinforcement Learning
SuMin Oh, WanSoo Kim, HyunJin Kim
TL;DR
The paper tackles exploration in deep reinforcement learning under sparse rewards and noisy environments by introducing TeCLE, a method that defines intrinsic rewards from an action-conditioned latent space learned via a CVAE and injects temporal correlation into the intrinsic signal. This design yields robustness to Noisy TV and stochasticity, demonstrated on Minigrid and Stochastic Atari, with system behavior tunable through a colored-noise parameter $\beta$. Key findings show that action conditioning and intrinsic rewards without extrinsic rewards can enable learning in challenging settings, and that the choice of temporal correlation (e.g., $\beta<0$ for robustness to noise, $\beta>0$ for broader exploration) significantly shapes exploration dynamics. Overall, TeCLE provides a principled, robust intrinsic-motivation framework for hard exploration tasks with potential applicability to other intrinsic-motivation schemes.
Abstract
Efficient exploration remains one of the longstanding problems of deep reinforcement learning. Instead of depending solely on extrinsic rewards from the environments, existing methods use intrinsic rewards to enhance exploration. However, we demonstrate that these methods are vulnerable to Noisy TV and stochasticity. To tackle this problem, we propose Temporally Correlated Latent Exploration (TeCLE), which is a novel intrinsic reward formulation that employs an action-conditioned latent space and temporal correlation. The action-conditioned latent space estimates the probability distribution of states, thereby avoiding the assignment of excessive intrinsic rewards to unpredictable states and effectively addressing both problems. Whereas previous works inject temporal correlation for action selection, the proposed method injects it for intrinsic reward computation. We find that the injected temporal correlation determines the exploratory behaviors of agents. Various experiments show that the environment where the agent performs well depends on the amount of temporal correlation. To the best of our knowledge, the proposed TeCLE is the first approach to consider the action conditioned latent space and temporal correlation for curiosity-driven exploration. We prove that the proposed TeCLE can be robust to the Noisy TV and stochasticity in benchmark environments, including Minigrid and Stochastic Atari.
