Shortcut Learning in Generalist Robot Policies: The Role of Dataset Diversity and Fragmentation
Paper • 2508.06426 • Published • 10
Subset of LIBERO-Spatial demonstrations used as the Island A training half of the shortcut-learning protocol from Xing et al. 2025 (CoRL) "Shortcut Learning in Generalist Robot Policies".
lower_bound=-10°,
upper_bound=90° → angles in [10°, 25°])demo_repeat_times=4).The renderer is the paper's modified shortcut-learning-in-grps/LIBERO env,
which sets akita_black_bowl_2 to a transparent material (paper §D.2 scene
simplification) and overrides the agentview camera yaw per episode.
LeRobot v3 dataset:
meta/info.json
meta/tasks.parquet
meta/episodes/chunk-NNN/file-MMM.parquet
meta/stats.json
data/chunk-NNN/file-MMM.parquet ← state, action, etc.
videos/observation.images.anchor/...mp4 ← agentview rgb (one mp4 per episode)
observation.state: 8-D robot proprioceptionaction: 7-D end-effector delta + gripperobservation.images.anchor: 256×256 RGB mp4 (agentview)task: free-form language instruction (per episode)disentangled-vla/libero-spatial-island-B-650800-paper200scripts/build_island_v3_from_hdf5.py in our repo converts the upstream LIBERO
hdf5 demonstrations into LeRobot v3 with per-episode viewpoint sampling drawn
from the island range. See repository for the exact command.