Expand description
A module 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
Currently this only supports v2 LeRobot
datasets!
See LeRobotDataset
for more information on the dataset format.
Structsยง
- Newtype wrapper for episode indices.
- Feature definition for a
LeRobot
dataset. - A
LeRobot
dataset consists of structured metadata and recorded episode data stored in Parquet files. - An episode in a
LeRobot
dataset. LeRobot
dataset metadata.- Metadata for a
LeRobot
dataset. - A task in a
LeRobot
dataset. - Name metadata for a feature in the
LeRobot
dataset. - Names
Visitor ๐Visitor implementation for deserializing theNames
type. - Newtype wrapper for task indices.
Enumsยง
- Data types supported for features in a
LeRobot
dataset. - Errors that might happen when loading data through a
crate::loader_lerobot::LeRobotDatasetLoader
.
Functionsยง
- has_
sub_ ๐directories - Check whether the provided path contains a
LeRobot
dataset. - Check whether the provided path contains a v1
LeRobot
dataset. - Check whether the provided path contains a v2
LeRobot
dataset. - load_
jsonl_ ๐file