Large-scale xArm dataset with language instructions for table tasks.
language_table_lerobot is a robotics dataset of xArm trajectories paired with language instructions for table-based manipulation tasks. It was created with the LeRobot library and supplies episode metadata, video paths, and frame-level records across 443 chunks.
It supports training of imitation learning, vision-language-action, and language-conditioned control models in research and development settings.
Use the 127k task instructions paired with xArm trajectories to train models that map natural language commands to robot actions via behavioral cloning.
Evaluate multimodal architectures on the 7M+ frames of synchronized video, state, and action data stored in parquet files.
Leverage the 442k episodes across diverse manipulation scenarios to test zero-shot or few-shot transfer of robot skills to new instructions.
from datasets import load_dataset
ds = load_dataset("IPEC-COMMUNITY/language_table_lerobot")A large collection of xArm robot interaction episodes with language instructions, videos, and actions in LeRobot format.
Verified reviews from the community shape this listing's rating.
Loading reviews…