aailabkaist/so101_coffee_subtask_3
so101_coffee_subtask_3 2,140 teleoperated SO-101 demonstrations of a coffee-making routine, recorded as 10 separately instructed steps. Every step was recorded with two cup variants — a red-banded paper cup and a white one — giving 20 (step × cup) combinations of 107 episodes each. This dataset was created using LeRobot. Overview Episodes / frames 2,140 / 463,261 (4.29 h) Composition 10 steps × 2 cup colours × 107 episodes Episode length mean… See the full description on the dataset page: https://huggingface.co/datasets/aailabkaist/so101_coffee_subtask_3.
so101coffeesubtask_3
2,140 teleoperated SO-101 demonstrations of a coffee-making routine, recorded as 10 separately instructed steps. Every step was recorded with two cup variants — a red-banded paper cup and a white one — giving 20 (step × cup) combinations of 107 episodes each.
This dataset was created using LeRobot.
<a class="flex" href="https://huggingface.co/spaces/lerobot/visualizedataset?path=aailabkaist/so101coffeesubtask3"> <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/> <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/> </a>
Overview
Episode ranges
The cup colour is not part of the instruction string, so this table is what maps an episode to its step and cup. Each combination occupies one contiguous block of episode_index:
from lerobot.datasets.lerobot_dataset import LeRobotDataset
ds = LeRobotDataset("aailabkaist/so101_coffee_subtask_3")
step3_white = LeRobotDataset("aailabkaist/so101_coffee_subtask_3", episodes=list(range(535, 642)))Steps and instructions
Steps 1 and 4 share an instruction, and so do steps 8 and 10: the routine makes two cups, so two of the eight instructions occur at two different points in the sequence. task_index is the index of the instruction, not of the step.
