LeRobotDataset v3.0 Released
Key point
Hugging Face has released LeRobotDataset v3.0 for handling large-scale robot learning data.
Details
A new dataset format, LeRobotDataset:v3.0, has been released for Hugging Face's robot learning library lerobot.
The core of this update is improved efficient management and accessibility for large-scale datasets.
Key Changes:
- Optimized File Structure: The existing v2 created one file per episode, which caused file system limitations when dealing with millions of episodes. v3 packs multiple episodes into a single file and uses relational metadata to look up individual episode information.
- Streaming Mode Support: Through the
StreamingLeRobotDatasetinterface, you can train while streaming data in real time without having to download all of the large-volume data to local disk.
This format supports various robot data types including manipulators, humanoids, and autonomous driving, and a utility for converting existing datasets to v3 is also provided. This feature is planned to be officially supported starting from lerobot library v0.4.0.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.