Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
observation.images.front: struct<bytes: binary, path: string>
  child 0, bytes: binary
  child 1, path: string
observation.images.wrist: struct<bytes: binary, path: string>
  child 0, bytes: binary
  child 1, path: string
observation.state: fixed_size_list<item: float>[18]
  child 0, item: float
action: fixed_size_list<item: float>[7]
  child 0, item: float
reward: double
timestamp: double
episode_index: int64
frame_index: int64
task: string
success: bool
next.reward: double
next.done: bool
index: int64
-- schema metadata --
huggingface: '{"info": {"features": {"observation.images.front": {"_type"' + 717
to
{'indices': Value('uint64')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/arrow/arrow.py", line 74, in _generate_tables
                  yield Key(file_idx, batch_idx), self._cast_table(pa_table)
                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/arrow/arrow.py", line 54, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              observation.images.front: struct<bytes: binary, path: string>
                child 0, bytes: binary
                child 1, path: string
              observation.images.wrist: struct<bytes: binary, path: string>
                child 0, bytes: binary
                child 1, path: string
              observation.state: fixed_size_list<item: float>[18]
                child 0, item: float
              action: fixed_size_list<item: float>[7]
                child 0, item: float
              reward: double
              timestamp: double
              episode_index: int64
              frame_index: int64
              task: string
              success: bool
              next.reward: double
              next.done: bool
              index: int64
              -- schema metadata --
              huggingface: '{"info": {"features": {"observation.images.front": {"_type"' + 717
              to
              {'indices': Value('uint64')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1922, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

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.

indices
uint64
135
6,770
17,865
41
14,350
17,682
5,051
17,734
5,254
15,925
2,705
10,339
16,064
15,289
13,919
17,389
10,091
7,296
4,201
5,483
330
3,228
10,003
14,989
5,761
150
17,840
15,790
6,676
17,723
286
3,867
287
15,882
11,487
6,290
7,185
15,197
16,635
10,502
665
13,807
12,737
4,702
5,501
18,863
4,402
16,516
12,180
8,830
9,796
16,734
14,083
17,677
6,489
3,916
8,292
8,655
1,512
543
2,298
4,695
2,711
7,526
9,821
17,134
4,658
16,119
18,127
16,993
3,984
8,931
930
1,659
524
15,218
13,356
725
13,099
3,222
16,706
5,283
2,878
13,183
11,817
4,801
4,028
13,756
19,799
12,029
4,880
4,257
16,028
8,318
735
1,280
18,789
18,933
4,624
10,975
End of preview.

sewer-vla-mujoco-v0

Expert demonstration dataset for autonomous sewer maintenance robotics.

500 episodes | 20,014 frames | 4 sub-tasks

Quick Start

from datasets import load_from_disk
ds = load_from_disk("data/lerobot/dataset")
print(ds[0].keys())

Embodiment

  • Platform: sewer-vla-mujoco-proxy
  • Base: Tracked differential-drive, 600mm width
  • Arm: 4-DOF articulated arm with scoop end-effector
  • Cameras: Front RGB (480x640), Wrist RGB (224x224)

Action Space

7-DOF: [base_fwd, base_lat, j1, j2, j3, j4, scoop]

All values normalized to [-1, 1].

Observation Keys

Key Shape Type
front_rgb (480, 640, 3) uint8
wrist_rgb (224, 224, 3) uint8
joint_pos (4,) float32
joint_vel (4,) float32
ee_pos (3,) float32
ee_quat (4,) float32
base_pos (3,) float32

Tasks

Task Episodes Success Rate
navigate to blockage 125 100%
assess and position for extraction 125 94%
extract sludge at current position 125 88%
deposit extracted material 125 99%

Collection Details

  • Expert policies: Scripted controllers with Jacobian IK
  • Noise injection: 70% noisy (scale=0.1), 30% clean
  • Environment: MuJoCo with domain randomization (sludge count, positions, lighting)

Limitations

  • Rigid-body sludge proxy (not particle fluid)
  • MuJoCo Phase 0 environment
  • Scripted expert policies (not human demonstrations)

Source

Downloads last month
27