Beyond Surprise: Improving Exploration Through Surprise Novelty
Hung Le, Kien Do, Dung Nguyen, Svetha Venkatesh
TL;DR
The paper introduces Surprise Memory (SM), a memory-augmented framework for intrinsic motivation that measures surprise novelty rather than surprise magnitude. By combining an episodic memory with an autoencoder, SM retrieves past surprise patterns to produce a robust intrinsic reward that remains focused on genuinely novel events, even in noisy or stochastic environments. Across Noisy-TV, MiniGrid, and Atari benchmarks, SG+SM consistently improves exploration efficiency and final performance, with ablations confirming the necessity of both memory components. The approach offers a scalable, plug-in improvement for existing surprise-based predictors and points to broader implications for memory-based exploration in reinforcement learning.
Abstract
We present a new computing model for intrinsic rewards in reinforcement learning that addresses the limitations of existing surprise-driven explorations. The reward is the novelty of the surprise rather than the surprise norm. We estimate the surprise novelty as retrieval errors of a memory network wherein the memory stores and reconstructs surprises. Our surprise memory (SM) augments the capability of surprise-based intrinsic motivators, maintaining the agent's interest in exciting exploration while reducing unwanted attraction to unpredictable or noisy observations. Our experiments demonstrate that the SM combined with various surprise predictors exhibits efficient exploring behaviors and significantly boosts the final performance in sparse reward environments, including Noisy-TV, navigation and challenging Atari games.
