The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: TypeError
Message: Couldn't cast array of type struct<body_id: int64, world_position: list<item: double>, world_quaternion_wxyz: list<item: double>, body_joint_count: int64, table_surface_z: double> to null
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 149, in get_rows_or_raise
return get_rows(
dataset=dataset,
...<4 lines>...
column_names=column_names,
)
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
File "/src/services/worker/src/worker/utils.py", line 129, in get_rows
rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
File "/src/services/worker/src/worker/utils.py", line 489, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
for key, pa_table in self._iter_arrow():
~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2303, in cast_table_to_schema
cast_array_to_feature(
~~~~~~~~~~~~~~~~~~~~~^
table[name] if name in table_column_names else pa.array([None] * len(table), type=schema.field(name).type),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
feature,
^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1852, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2143, in cast_array_to_feature
return array_cast(
array,
...<2 lines>...
allow_decimal_to_str=allow_decimal_to_str,
)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1854, in wrapper
return func(array, *args, **kwargs)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2007, in array_cast
raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}")
TypeError: Couldn't cast array of type struct<body_id: int64, world_position: list<item: double>, world_quaternion_wxyz: list<item: double>, body_joint_count: int64, table_surface_z: double> to nullNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
AdaRoute Dataset v1
AdaRoute v1 is a matched intervention dataset for learning action-conditioned robot dynamics around novel obstacles. It contains raw LIBERO-10 rollouts from a frozen pi0.5 policy, direct obstacle failures, and motion-planner bridges followed by policy continuation.
Project code and collection details: Loule0-0/AdaRoute.
Release Summary
- 375 matched roots: 300 base roots and 75 controlled retries.
- 1,529 schema-valid HDF5 trajectories.
- 104,247,555,293 bytes on disk (about 98 GiB as reported by
du -sh). - LIBERO-10 tasks 0, 8, and 9 with 526, 494, and 509 trajectories.
- 764 collision-free executed planner bridges.
- 307 successful policy continuations after planning.
- 328 candidate continuations labeled stuck.
- Fixed cylinder, bar, and wall obstacles with varied pose and color.
Matched Branches
Each root shares the same task state, object offsets, and obstacle across:
clean_policy: pi0.5 without an obstacle.obstacle_policy: pi0.5 executes directly around the obstacle.candidate_01_shortest: shortest feasible planner bridge, then pi0.5.candidate_02_clearance: highest-clearance bridge, then pi0.5.candidate_03_recovery_prior: stage-compatible endpoint, then pi0.5.
Partial roots are intentionally retained as negative planning-coverage data. They contain fewer than three feasible planner branches, but every stored trajectory is complete.
Stored Signals
Every frame stores:
observations/agent_rgbandobservations/wrist_rgb: dual 256 x 256 RGB.observations/*_obstacle_mask: simulator-GT binary obstacle masks.proprio/eef_*,gripper_qpos,arm_qpos, andarm_qvel.actions/commanded_osc: normalized 7D LIBERO EEF delta pose plus gripper.actions/realized_eef_deltaandactions/source.labels/reward,done,stuck, and obstacle-contact labels.privileged/sim_qpos,sim_qvel, object poses, and obstacle pose.
RGB, proprioception, task text, and actions are deployable AC-WM inputs. Simulator state, contacts, reward, and GT masks are offline supervision and evaluation labels only. The obstacle masks are not online trigger inputs.
commanded_osc[i] is the action that produced observation i, rather than
the next action from that observation. The release uses schema
adaroute_raw_v1; exact pi0.5 query-chunk references are available only in
newer raw-v2 collection.
Repository Layout
README.md
manifests/
adaroute_train_v1.jsonl
adaroute_train_v1_retries_v4.jsonl
adaroute_train_v1_with_retries.jsonl
train/
task_00/<root>/<branch>/{trajectory.h5,metadata.json}
task_08/<root>/<branch>/{trajectory.h5,metadata.json}
task_09/<root>/<branch>/{trajectory.h5,metadata.json}
scene_files/
audit_final.json
audit_final.csv
file_index.tsv
sample_episode_inspection.json
Download
hf download Jaqen0-0/AdaRoute \
--repo-type dataset \
--local-dir data/adaroute_train_v1
The corpus is intentionally distributed as raw HDF5 rather than flattened
into a Hugging Face datasets table. This avoids lossy or duplicated
re-encoding of frame-aligned images, masks, physical interactions, and
privileged evaluation labels.
Minimal Read Example
import h5py
path = "train/task_00/<root>/<branch>/trajectory.h5"
with h5py.File(path, "r") as episode:
agent_rgb = episode["observations/agent_rgb"][0]
wrist_rgb = episode["observations/wrist_rgb"][0]
action = episode["actions/commanded_osc"][0]
obstacle_mask = episode["observations/agent_obstacle_mask"][0]
Intended Use
The release supports AC-WM training, action-following evaluation, physical interaction modeling, collision/stuck prediction, planner-endpoint scoring, and policy-planner handoff research. Do not use privileged simulator fields as deployable inputs when reporting real-robot-compatible results.
No standalone license is declared for this dataset release. Users are responsible for complying with the licenses and terms of AdaRoute, LIBERO, MuJoCo, OpenPI, and the underlying simulation assets.
- Downloads last month
- 84