Tracking Drift: Variation-Aware Entropy Scheduling for Non-Stationary Reinforcement Learning
Tongxi Wang, Zhuoyang Xia, Xinran Chen, Shan Liu
TL;DR
This work tackles non-stationary reinforcement learning by tying exploration strength to online measures of environmental drift. It introduces Adaptive Entropy Scheduling (AES), a plug-in mechanism that schedules the entropy coefficient online via drift proxies, coupling the step size to entropy to yield a per-round trade-off between tracking a drifting optimum and maintaining stability. The theory unifies online convex optimization with non-stationary soft-RL, deriving regret bounds that scale with the drift budget and showing how to compute fully-online schedules from observable proxies. Empirically, AES improves robustness and recovery speed across multiple RL carriers (SAC, PPO, SQL, MEow) and task suites, with negligible overhead and stable performance in steady environments. The results advocate a principled, variation-aware approach to exploration that can be integrated broadly into deep RL pipelines.
Abstract
Real-world reinforcement learning often faces environment drift, but most existing methods rely on static entropy coefficients/target entropy, causing over-exploration during stable periods and under-exploration after drift (thus slow recovery), and leaving unanswered the principled question of how exploration intensity should scale with drift magnitude. We prove that entropy scheduling under non-stationarity can be reduced to a one-dimensional, round-by-round trade-off, faster tracking of the optimal solution after drift vs. avoiding gratuitous randomness when the environment is stable, so exploration strength can be driven by measurable online drift signals. Building on this, we propose AES (Adaptive Entropy Scheduling), which adaptively adjusts the entropy coefficient/temperature online using observable drift proxies during training, requiring almost no structural changes and incurring minimal overhead. Across 4 algorithm variants, 12 tasks, and 4 drift modes, AES significantly reduces the fraction of performance degradation caused by drift and accelerates recovery after abrupt changes.
