ArXiv

Beyond Flat Policies: Hierarchical Post-Training for Embodied Agents in Robotic Manipulation

Authors
He Kong, Zengjue Chen, Qi Wang...
Categories
cs.RO
arXiv
https://arxiv.org/abs/2608.05999v1
PDF
https://arxiv.org/pdf/2608.05999v1

Brief

Hierarchical Robotic Control (HiRoC) tackles long-horizon robotic manipulation by post-training vision-language-action models with a hierarchical architecture: a high-level planner decomposes tasks into semantic subgoals while a low-level executor is fine-tuned with reinforcement learning. A pre-alignment step reduces planner–executor distribution mismatch. According to the abstract, HiRoC outperforms strong baselines; full text not available for verification.

Why it matters

Hierarchical Robotic Control (HiRoC) decouples high-level planning and low-level execution: a planner produces semantic subgoals and an executor generates subgoal-conditioned actions that are continuously improved with reinforcement learning (He Kong et al., arXiv:2608.05999v1, 2026-08-06).

Key details

  • HiRoC adds a pre-alignment stage that aligns the executor to planner-generated subgoals prior to RL, explicitly addressing distributional misalignment between planning and execution.
  • According to the abstract, HiRoC consistently outperforms strong baselines across diverse robotic manipulation benchmarks; full paper text was not provided here for numerical detail verification.
Source evidence

Abstract

Vision-language-action (VLA) models have demonstrated remarkable capabilities in robotic manipulation by leveraging pretrained vision-language models. However, existing post-training methods predominantly optimize VLA models as flat policies, making it difficult to explicitly model task progression and perform robust long-horizon manipulation. Although hierarchical approaches introduce task decomposition, they mainly rely on supervised learning from offline demonstrations and cannot effectively improve execution through online interaction. To address this limitation, we propose Hierarchical Robotic Control (HiRoC), a hierarchical post-training framework that decouples high-level task planning from low-level action execution. The planner decomposes complex tasks into executable subgoals to provide explicit semantic guidance, while the executor continuously improves subgoal-conditioned action generation through reinforcement learning. To enable effective collaboration between the two modules, we further align the executor with planner-generated subgoals before reinforcement learning, mitigating the distribution misalignment between planning and execution. Extensive experiments across diverse robotic manipulation benchmarks demonstrate that HiRoC consistently outperforms strong baselines. Comprehensive analyses further validate the effectiveness of hierarchical post-training and the contribution of each key component.