Skip to main content
The LeRobotDataset class is the main interface for loading and using robot learning datasets in LeRobot.

Loading a Dataset

From Hugging Face Hub

From Local Directory

Loading Specific Episodes

Accessing Data

Single Samples

Using with DataLoader

Delta Timestamps

Load temporal sequences for history or future frames:

With FPS-based Indices

Image Transforms

Using Built-in Transform Pipeline

Video Backend Selection

Dataset Properties

Working with Episodes

Statistics and Normalization

Advanced Options

Download Control

Tolerance Settings

Example: Training Loop

See Also