LGAIApr 15

Representation over Routing: Overcoming Surrogate Hacking in Multi-Timescale PPO

arXiv:2604.1351711.0h-index: 4
Predicted impact top 93% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For reinforcement learning practitioners, this work addresses a critical failure mode in multi-timescale credit assignment, offering a practical fix that eliminates policy collapse and improves performance in delayed-reward tasks.

The paper identifies that fusing multi-timescale signals in PPO leads to surrogate objective hacking and myopic degeneration. The proposed Target Decoupling architecture, which isolates short-term signals on the Actor side, achieves statistically significant improvements, consistently surpassing the 'Environment Solved' threshold in LunarLander-v2 with minimal variance and no policy collapse.

Temporal credit assignment in reinforcement learning has long been a central challenge. Inspired by the multi-timescale encoding of the dopamine system in neurobiology, recent research has sought to introduce multiple discount factors into Actor-Critic architectures, such as Proximal Policy Optimization (PPO), to balance short-term responses with long-term planning. However, this paper reveals that blindly fusing multi-timescale signals in complex delayed-reward tasks can lead to severe algorithmic pathologies. We systematically demonstrate that exposing a temporal attention routing mechanism to policy gradients results in surrogate objective hacking, while adopting gradient-free uncertainty weighting triggers irreversible myopic degeneration, a phenomenon we term the Paradox of Temporal Uncertainty. To address these issues, we propose a Target Decoupling architecture: on the Critic side, we retain multi-timescale predictions to enforce auxiliary representation learning, while on the Actor side, we strictly isolate short-term signals and update the policy based solely on long-term advantages. Rigorous empirical evaluations across multiple independent random seeds in the LunarLander-v2 environment demonstrate that our proposed architecture achieves statistically significant performance improvements. Without relying on hyperparameter hacking, it consistently surpasses the ''Environment Solved'' threshold with minimal variance, completely eliminates policy collapse, and escapes the hovering local optima that trap single-timescale baselines.

Foundations

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

Your Notes