mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-23 09:46:00 +00:00
9e3dc7c43c
Datasets whose action/state dim is not a multiple of 6 (e.g. 7-dim with an appended EE pose, or 10-dim) are not a plain stack of SO arms, so the degrees mapping doesn't apply. Migrate them structurally instead of aborting the whole dataset with a ValueError.