LGAIJan 6, 2025

Horizon Generalization in Reinforcement Learning

arXiv:2501.02709v111 citationsh-index: 33ICLR
Originality Incremental advance
AI Analysis

This work addresses a fundamental challenge in reinforcement learning for achieving long-horizon tasks, though it appears incremental as it builds on prior invariance concepts.

The paper tackles the problem of goal-conditioned reinforcement learning by aiming for policies that generalize to distant goals after training on nearby ones, linking this to invariance in planning and showing theoretical and experimental support for the concept.

We study goal-conditioned RL through the lens of generalization, but not in the traditional sense of random augmentations and domain randomization. Rather, we aim to learn goal-directed policies that generalize with respect to the horizon: after training to reach nearby goals (which are easy to learn), these policies should succeed in reaching distant goals (which are quite challenging to learn). In the same way that invariance is closely linked with generalization is other areas of machine learning (e.g., normalization layers make a network invariant to scale, and therefore generalize to inputs of varying scales), we show that this notion of horizon generalization is closely linked with invariance to planning: a policy navigating towards a goal will select the same actions as if it were navigating to a waypoint en route to that goal. Thus, such a policy trained to reach nearby goals should succeed at reaching arbitrarily-distant goals. Our theoretical analysis proves that both horizon generalization and planning invariance are possible, under some assumptions. We present new experimental results and recall findings from prior work in support of our theoretical results. Taken together, our results open the door to studying how techniques for invariance and generalization developed in other areas of machine learning might be adapted to achieve this alluring property.

Foundations

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

Your Notes