Structured execution for long-horizon manipulation
Long-horizon robot control is getting built as an execution system, not just a bigger policy. HELM is the clearest example. It adds episodic memory, a learned failure check before execution, and rollback-based recovery. On LIBERO-LONG, that lifts OpenVLA from 58.4% to 81.5%. The paper also shows that simply extending context helps much less, reaching 63.8% at H=32. ST-π pushes the same agenda at the planning layer. It predicts chunk-level prompts with semantic intent, target location, and duration, then hands each chunk to a step-level action generator. The reported STAR dataset also makes this structure explicit with 30 real-world tasks, 50 demonstrations per task, and about 300k interaction steps.