AUTOEVALS · PART II

How to get your robot to almost play with its toys

Andrew · BluPe July 2026 5 min read

In the last blog, we set up a few auto-resetting environments. Here we trained a policy to perform with high accuracy on the setup (98%). In doing so, we A) understood what is good and bad about such evals, B) the practical approach in how they can help with training a policy, and C) why running enough rollouts is critical for extracting insights. This is a much more technical blog.

Key ideas

We used auto-evals to set up a well-performing demo, and to score it. We only achieved 98% (not 99%), which for demo purposes works really well, but is not good enough to make a highly polished post. Here's the rougher version. We hope you enjoy some of the hidden gems we found.

What we did

Here’s the practical recipe we used: how we collected the data, trained MolmoAct, and evaluated each checkpoint.

Results

We tracked model performance at as training progressed, and how model performance drops when we drop partitions of data from training (ie. the value of data). The results were straightforward. We saw that (A) dropping the first 0.2 s of intervention data was helpful and (B) intervention data played the most significant role in policy performance.

Five success-rate charts showing two checkpoint sweeps and the value of clean, diverse, and intervention data, with 95 percent confidence intervals
Success rates with 95% confidence intervals. The three data ablations share the same 95% full-data step-500 reference.

Postmortem

We’ve reached 98% and, alongside our broader work, plan to keep pushing toward 99%. Once we get there, we’ll open-source the full setup. In the meantime, if you’d like to try something similar, we’d be happy to discuss our approach and share pointers. In the meantime, here’s what we wish we had done differently.

A big thanks to VESSL AI for providing GPUs for these experiments. This solved a huge bottleneck for us. If there is interest from the hardware side, we would love to partner with a company to scale the eval fleet.