RESOURCES · DOCS · ROBOTICS STUDIO · IMPORT

Dataset import

Open LeRobot, RLDS, OpenX, HDF5, manifest-only, and adapter-backed datasets without rewriting your collection stack.

Import
Robotics Studio Open
8 min
DatasetScrubClustersSensor QAExport
DOC · IMPORT

Dataset import

Open LeRobot, RLDS, OpenX, HDF5, manifest-only, and adapter-backed datasets without rewriting your collection stack.

SENSOR READOUT
THE WALKTHROUGH

What you will actually inspect.

STEP 01
IMPORT

Supported shapes

The app is designed around existing robotics stacks. It should read the dataset shape your team already has, then produce reviewed references and QA output.

01

LeRobot-style folders and episode metadata.

CHECK
02

RLDS/OpenX trajectory shards.

CHECK
03

HDF5 bundles for ALOHA, ACT, RoboMimic, and generic profiles.

CHECK
04

Manifest-only mode for sensitive datasets where raw media stays external.

CHECK
STEP 02
IMPORT

Adapter contract

Adapters normalize dataset metadata into the same episode, stream, action, state, and annotation model. The original data layout remains untouched.

COMMANDS / JSON
{
  "adapter": "lerobot",
  "dataset_path": "./datasets/so101",
  "episode_count": 128,
  "streams": ["rgb", "depth", "state", "action"]
}
ROBOTICS STUDIO OPEN

The dataset leaves with evidence.

Keep the clip, the cluster, the QA report, and the export manifest together so every training subset can explain itself.

Dataset import | Robotics Studio Open Docs