Expand description
A crate for loading and working with LeRobot datasets.
This module provides functionality to identify and parse LeRobot datasets,
which consist of metadata and episode data stored in a structured format.
§Important
This module supports v2 and v3 LeRobot datasets!
See datasetv2::LeRobotDatasetV2 and datasetv3::LeRobotDatasetV3 for more information on the dataset formats.
Modules§
Structs§
- Episode
Index - Newtype wrapper for episode indices.
- Feature
- Feature definition for a
LeRobotdataset. - LeRobot
Dataset Subtask - A subtask in a
LeRobotdataset. - LeRobot
Dataset Task - A task in a
LeRobotdataset. - Names
- Name metadata for a feature in the
LeRobotdataset. - Subtask
Index - Newtype wrapper for subtask indices.
- Task
Index - Newtype wrapper for task indices.
Enums§
- DType
- Data types supported for features in a
LeRobotdataset. - LeRobot
Dataset Version - LeRobot
Error - Errors that might happen when loading data from a
LeRobotdataset.
Functions§
- is_
lerobot_ dataset - Check whether the provided path contains a
LeRobotdataset.