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.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
---
pretty_name: RoboCasa Trajectories Single
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# 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_pathImage columns stay inline and viewable in the dataset table: - `room_view` - `top_view` - `map` - `agentview_center` - `agentview_left` - `agentview_right` - `wrist` ## Summary - rows: 1892 - episodes: 48 - tasks: HotDogSetup, PrepareCoffee, PrepareSandwichStation - average steps per episode: 39.4 ## Load ```python from datasets import load_dataset ds = load_dataset("DorianAtSchool/robocasa-trajectories-step", split="train") ``` ## Notes - Camera renders are stored as JPEG. Maps remain PNG. - MP4 videos are not included in the dataset. - Debug `initial` / `pre_initial_state` camera frames are not part of the dataset. - Row granularity: `step`. - Episode JSON sidecars are available in the repo files at the paths referenced by `*_path` columns.
- Downloads last month
- 8