中文

Z-1: Efficient Reinforcement Learning for Vision-Language-Action Models

机器人学 2026-06-30 v1 人工智能

摘要

Vision-Language-Action (VLA) models offer a promising framework for robotic manipulation by connecting language instructions, visual observations, and continuous control. However, most existing policies remain limited by behavior cloning or supervised fine-tuning (SFT) from fixed demonstrations, which provides limited opportunity to improve from the policy's own failures. In this paper, we present Z-1, a reinforcement learning (RL) post-training framework for flow-based VLA models. Built on top of π0.5\pi_{0.5}, Z-1 uses only publicly released RoboCasa demonstrations for SFT and then applies a task-wise Group Relative Policy Optimization (GRPO) strategy across 2424 standard RoboCasa tasks. To improve the efficiency and stability of online optimization, Z-1 combines shared-prefix rollout construction, tree-structured trajectory branching, completion-aware reward calibration, and selective joint training of VLM and Action Expert. Across all 2424 RoboCasa tasks, Z-1 achieves an average success rate of 80.6%80.6\%, improving over its SFT initialization by 13.2%13.2\% points and outperforms the published sota models. These results show that systematic GRPO post-training can substantially improve flow-based VLA policies without additional private demonstrations.

引用

@article{arxiv.2606.31846,
  title  = {Z-1: Efficient Reinforcement Learning for Vision-Language-Action Models},
  author = {Lang Cao and Renhong Chen and Luyi Li and Peng Wang and Mofan Peng and Yitong Li},
  journal= {arXiv preprint arXiv:2606.31846},
  year   = {2026}
}