[ Data scoring for physical AI ]
Train your model on your best data.
Skyu scores every training data sample by its real impact on your model, so you can train on the best subset that improves your model.
[ Data scoring for physical AI ]
Skyu scores every training data sample by its real impact on your model, so you can train on the best subset that improves your model.
Skyu scores every episode in a robot-learning dataset by how much it surprises your trained policy, flags the suspect tail, and writes a reproducible report. It runs offline, on your hardware.
Placeholder data — 12 injected corruptions, all recovered in the flagged tail.
[ HOW IT WORKS ]
Give Skyu a LeRobot-format dataset and a policy checkpoint. Nothing else — no labels, no cloud account, no instrumentation of your training run.
skyu score --dataset D --checkpoint C
Every episode gets a surprise score: mean training loss over K seeded draws from your policy. Episodes the policy can't explain rise to the top.
surprise = mean loss over K draws
The report flags the suspect tail — top-N% plus elbow detection — and every number in it carries the exact command that reproduces it.
→ report.html · single file