Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
codebase_version: string
fps: int64
features: struct<observation.state: struct<dtype: string, shape: list<item: int64>, names: list<item: string>> (... 2360 chars omitted)
  child 0, observation.state: struct<dtype: string, shape: list<item: int64>, names: list<item: string>>
      child 0, dtype: string
      child 1, shape: list<item: int64>
          child 0, item: int64
      child 2, names: list<item: string>
          child 0, item: string
  child 1, action: struct<dtype: string, shape: list<item: int64>, names: list<item: string>>
      child 0, dtype: string
      child 1, shape: list<item: int64>
          child 0, item: int64
      child 2, names: list<item: string>
          child 0, item: string
  child 2, retime.left_idle: struct<dtype: string, shape: list<item: int64>, names: null>
      child 0, dtype: string
      child 1, shape: list<item: int64>
          child 0, item: int64
      child 2, names: null
  child 3, retime.right_idle: struct<dtype: string, shape: list<item: int64>, names: null>
      child 0, dtype: string
      child 1, shape: list<item: int64>
          child 0, item: int64
      child 2, names: null
  child 4, retime.overlap: struct<dtype: string, shape: list<item: int64>, names: null>
      child 0, dtype: string
      child 1, shape: list<item: int64>
          child 0, item: int64
      child 2, names: null
  child 5, retime.source_seed: struct<dtype: string, shape: list<item: int64>, names: null>
      child 0, dtype: string
      child 
...
 string, shape: list<item: int64>, names: null>
      child 0, dtype: string
      child 1, shape: list<item: int64>
          child 0, item: int64
      child 2, names: null
  child 14, frame_index: struct<dtype: string, shape: list<item: int64>, names: null>
      child 0, dtype: string
      child 1, shape: list<item: int64>
          child 0, item: int64
      child 2, names: null
  child 15, episode_index: struct<dtype: string, shape: list<item: int64>, names: null>
      child 0, dtype: string
      child 1, shape: list<item: int64>
          child 0, item: int64
      child 2, names: null
  child 16, index: struct<dtype: string, shape: list<item: int64>, names: null>
      child 0, dtype: string
      child 1, shape: list<item: int64>
          child 0, item: int64
      child 2, names: null
  child 17, task_index: struct<dtype: string, shape: list<item: int64>, names: null>
      child 0, dtype: string
      child 1, shape: list<item: int64>
          child 0, item: int64
      child 2, names: null
total_episodes: int64
total_frames: int64
total_tasks: int64
chunks_size: int64
data_files_size_in_mb: int64
video_files_size_in_mb: int64
data_path: string
video_path: string
robot_type: string
splits: struct<train: string>
  child 0, train: string
episodes: int64
task: string
exporter_commit: string
success: bool
receipt_recovery_reason: string
path: string
receipt_recovery_commit: string
unique_seeds: list<item: int64>
  child 0, item: int64
variant: string
frames: int64
to
{'task': Value('string'), 'variant': Value('string'), 'episodes': Value('int64'), 'frames': Value('int64'), 'unique_seeds': List(Value('int64')), 'path': Value('string'), 'codebase_version': Value('string'), 'fps': Value('int64'), 'success': Value('bool'), 'exporter_commit': Value('string'), 'receipt_recovery_commit': Value('string'), 'receipt_recovery_reason': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, 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 127, 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 483, 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 2840, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, 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 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              codebase_version: string
              fps: int64
              features: struct<observation.state: struct<dtype: string, shape: list<item: int64>, names: list<item: string>> (... 2360 chars omitted)
                child 0, observation.state: struct<dtype: string, shape: list<item: int64>, names: list<item: string>>
                    child 0, dtype: string
                    child 1, shape: list<item: int64>
                        child 0, item: int64
                    child 2, names: list<item: string>
                        child 0, item: string
                child 1, action: struct<dtype: string, shape: list<item: int64>, names: list<item: string>>
                    child 0, dtype: string
                    child 1, shape: list<item: int64>
                        child 0, item: int64
                    child 2, names: list<item: string>
                        child 0, item: string
                child 2, retime.left_idle: struct<dtype: string, shape: list<item: int64>, names: null>
                    child 0, dtype: string
                    child 1, shape: list<item: int64>
                        child 0, item: int64
                    child 2, names: null
                child 3, retime.right_idle: struct<dtype: string, shape: list<item: int64>, names: null>
                    child 0, dtype: string
                    child 1, shape: list<item: int64>
                        child 0, item: int64
                    child 2, names: null
                child 4, retime.overlap: struct<dtype: string, shape: list<item: int64>, names: null>
                    child 0, dtype: string
                    child 1, shape: list<item: int64>
                        child 0, item: int64
                    child 2, names: null
                child 5, retime.source_seed: struct<dtype: string, shape: list<item: int64>, names: null>
                    child 0, dtype: string
                    child 
              ...
               string, shape: list<item: int64>, names: null>
                    child 0, dtype: string
                    child 1, shape: list<item: int64>
                        child 0, item: int64
                    child 2, names: null
                child 14, frame_index: struct<dtype: string, shape: list<item: int64>, names: null>
                    child 0, dtype: string
                    child 1, shape: list<item: int64>
                        child 0, item: int64
                    child 2, names: null
                child 15, episode_index: struct<dtype: string, shape: list<item: int64>, names: null>
                    child 0, dtype: string
                    child 1, shape: list<item: int64>
                        child 0, item: int64
                    child 2, names: null
                child 16, index: struct<dtype: string, shape: list<item: int64>, names: null>
                    child 0, dtype: string
                    child 1, shape: list<item: int64>
                        child 0, item: int64
                    child 2, names: null
                child 17, task_index: struct<dtype: string, shape: list<item: int64>, names: null>
                    child 0, dtype: string
                    child 1, shape: list<item: int64>
                        child 0, item: int64
                    child 2, names: null
              total_episodes: int64
              total_frames: int64
              total_tasks: int64
              chunks_size: int64
              data_files_size_in_mb: int64
              video_files_size_in_mb: int64
              data_path: string
              video_path: string
              robot_type: string
              splits: struct<train: string>
                child 0, train: string
              episodes: int64
              task: string
              exporter_commit: string
              success: bool
              receipt_recovery_reason: string
              path: string
              receipt_recovery_commit: string
              unique_seeds: list<item: int64>
                child 0, item: int64
              variant: string
              frames: int64
              to
              {'task': Value('string'), 'variant': Value('string'), 'episodes': Value('int64'), 'frames': Value('int64'), 'unique_seeds': List(Value('int64')), 'path': Value('string'), 'codebase_version': Value('string'), 'fps': Value('int64'), 'success': Value('bool'), 'exporter_commit': Value('string'), 'receipt_recovery_commit': Value('string'), 'receipt_recovery_reason': Value('string')}
              because column names don't match

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.

ctr-pick-dual-bottles-concurrent-20260911

Corrected RT/OIDN release of the paired collection.

Task: pick_dual_bottles; timing: concurrent. 50 episodes, 8066 frames, 25 FPS, LeRobot v3.0.

Corrections

Ray tracing with OIDN 2.5.1 denoising, 32 samples per pixel and path depth 8. Both wrist cameras retain centered_fovy90, 320 x 240, with near clipping at 0.005 m. Observations contain measured gripper joint positions; action commands remain commands. Raw full articulation state is retained in the external collection.

Frozen controls and original seeds were physically replayed; no replacement seeds or replanning. All four timing subsets within this task use the same 50 seeds, with two uniform episodes per seed. Physics outcomes are individually checked. Other tasks in the 750-attempt batch may still be generating or have failed attempts: this repository represents only its listed successful subset.

This revision supersedes the earlier raster/100mm-near release on main. Historical commits remain accessible. Publication and file integrity verification do not mark the collection archived or audit-confirmed. Lifecycle: reported; audit pending.

Identity is recorded in .ctr-revision.json and SHA256SUMS.

Seeds: 0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 27, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 54, 55, 56, 57

Downloads last month
-