Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
RoboCasa Trajectories Single
This dataset contains flat RoboCasa step rows with sidecar episode JSON.
Structure
Each row is one tool step.
Episode-level JSON is not duplicated into parquet. Instead, each row carries repo-relative references:
adapted_trajectory_pathoriginal_trajectory_pathexecution_metadata_path
Image columns stay inline and viewable in the dataset table:
room_viewtop_viewmapagentview_centeragentview_leftagentview_rightwrist
Summary
- rows: 39732
- episodes: 1008
- tasks: HotDogSetup, PrepareCoffee, PrepareSandwichStation
- average steps per episode: 39.4
Load
from datasets import load_dataset
ds = load_dataset("DorianAtSchool/robocasa-trajectories-1k", split="train")
Notes
- Camera renders are stored as JPEG. Maps remain PNG.
- MP4 videos are not included in the dataset.
- Debug
initial/pre_initial_statecamera frames are not part of the dataset. - Episode JSON sidecars are available in the repo files at the paths referenced by
*_pathcolumns.
- Downloads last month
- 9