Stage-wise long-horizon robot evaluation for internal model testing
Robotics teams now have enough evidence to replace single success rates with stage-wise long-horizon evaluation in weekly model tests. LongBench shows why this matters: long tasks fail through different mechanisms, including execution drift, phase-transition errors, missed timing windows, and ambiguous states that require memory of earlier context. A single pass/fail number hides those differences.
The practical build is a small internal eval harness that scores each task by completed sub-steps and tags failures by mechanism. Teams shipping tabletop manipulation policies can start with a narrow slice: one temporal-window task, one error-accumulation task, and one context-dependent task. The point is to see whether a model stalls at the same stage every run, degrades late in the rollout, or confuses visually similar states. That gives model and data teams a clearer target than aggregate success.
LongBench also gives a concrete warning about where current policies break. On fully observable tasks, pi_0 averages 86.3 stage-wise score, while Diffusion Policy reaches 51.2 and OpenVLA-OFT 32.7. Dynamic grasping is the sharpest stress case: pi_0 reaches 73.3, while the other listed systems stay between 0.0 and 13.3. A cheap validation step is to rerun one existing in-house task with stage annotations and compare the ranking against the current pass/fail leaderboard. If the ordering or failure story changes, the old eval is hiding useful signal.