Guided Cooperation in Hierarchical Reinforcement Learning via Model-based Rollout
Haoran Wang, Zeshen Tang, Leya Yang, Yaoru Sun, Fang Wang, Siyu Zhang, Yeming Chen
TL;DR
This work addresses the challenge of inter-level coordination in goal-conditioned HRL by introducing Guided Cooperation via Model-based Rollout (GCMR). GCMR combines a forward dynamics model for model-based off-policy correction, a gradient-penalty term with a model-informed upper bound to stabilize lower-level Q-functions, and a one-step rollout-based planning mechanism that uses the higher-level critic to guide the lower level. When integrated with the ACLG baseline, GCMR achieves state-of-the-art robustness and data efficiency on a suite of long-horizon, sparse-reward tasks, with ablations showing the gradient penalty and planning component as the primary drivers of improvement, while model-based relabeling alone is less impactful due to rollout errors. The results demonstrate the value of inter-level dynamics as a communication channel for hierarchical RL and point to future extensions in online, high-dimensional, and multi-robot settings.
Abstract
Goal-conditioned hierarchical reinforcement learning (HRL) presents a promising approach for enabling effective exploration in complex, long-horizon reinforcement learning (RL) tasks through temporal abstraction. Empirically, heightened inter-level communication and coordination can induce more stable and robust policy improvement in hierarchical systems. Yet, most existing goal-conditioned HRL algorithms have primarily focused on the subgoal discovery, neglecting inter-level cooperation. Here, we propose a goal-conditioned HRL framework named Guided Cooperation via Model-based Rollout (GCMR), aiming to bridge inter-layer information synchronization and cooperation by exploiting forward dynamics. Firstly, the GCMR mitigates the state-transition error within off-policy correction via model-based rollout, thereby enhancing sample efficiency. Secondly, to prevent disruption by the unseen subgoals and states, lower-level Q-function gradients are constrained using a gradient penalty with a model-inferred upper bound, leading to a more stable behavioral policy conducive to effective exploration. Thirdly, we propose a one-step rollout-based planning, using higher-level critics to guide the lower-level policy. Specifically, we estimate the value of future states of the lower-level policy using the higher-level critic function, thereby transmitting global task information downwards to avoid local pitfalls. These three critical components in GCMR are expected to facilitate inter-level cooperation significantly. Experimental results demonstrate that incorporating the proposed GCMR framework with a disentangled variant of HIGL, namely ACLG, yields more stable and robust policy improvement compared to various baselines and significantly outperforms previous state-of-the-art algorithms.
