Multi-Horizon Representations with Hierarchical Forward Models for Reinforcement Learning
Trevor McInroe, Lukas Schäfer, Stefano V. Albrecht
TL;DR
HKSL introduces a hierarchical, multi-timescale latent forward-model framework for reinforcement learning from pixels, using a stack of forward models with varying step skips and a communication mechanism between levels, together with an ensemble of $n$-step critics. This design yields representations that capture task-relevant dynamics across timescales and improves sample efficiency, outperforming strong baselines on 30 DMControl tasks with and without distractors as well as a custom Falling Pixels task. The work demonstrates that hierarchical latent predictions and cross-level information sharing can organize environment information effectively, enabling faster learning and better robustness; however, it incurs additional computational cost and raises questions about automatic hierarchy tuning. Future directions include dynamic hierarchy adjustment and applying HKSL concepts to broader model-based RL, exploration, and planning tasks.
Abstract
Learning control from pixels is difficult for reinforcement learning (RL) agents because representation learning and policy learning are intertwined. Previous approaches remedy this issue with auxiliary representation learning tasks, but they either do not consider the temporal aspect of the problem or only consider single-step transitions, which may cause learning inefficiencies if important environmental changes take many steps to manifest. We propose Hierarchical $k$-Step Latent (HKSL), an auxiliary task that learns multiple representations via a hierarchy of forward models that learn to communicate and an ensemble of $n$-step critics that all operate at varying magnitudes of step skipping. We evaluate HKSL in a suite of 30 robotic control tasks with and without distractors and a task of our creation. We find that HKSL either converges to higher or optimal episodic returns more quickly than several alternative representation learning approaches. Furthermore, we find that HKSL's representations capture task-relevant details accurately across timescales (even in the presence of distractors) and that communication channels between hierarchy levels organize information based on both sides of the communication process, both of which improve sample efficiency.
