The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: ValueError
Message: Expected object or value
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
for item in generator(*args, **kwargs):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 281, in _generate_tables
examples = [ujson_loads(line) for line in batch.splitlines()]
~~~~~~~~~~~^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/utils/json.py", line 20, in ujson_loads
return pd.io.json.ujson_loads(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
ValueError: Expected object or value
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 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
snr_db string | transcript string | language string | asr_confidence float64 | intent string | intent_confidence float64 | intent_margin float64 |
|---|---|---|---|---|---|---|
"clean" | Pick up the red cube. | en | 0.644925 | pick | 0.8 | 1 |
20.0 | Pick up the red cube. | en | 0.581555 | pick | 0.8 | 1 |
10.0 | Take off the red cube. | en | 0.462202 | unknown | 0 | 0 |
0.0 | Take off the red cube. | en | 0.389121 | unknown | 0 | 0 |
-5.0 | Let's pick up the red key. | en | 0.313377 | pick | 0.8 | 1 |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
null | null | null | null | null | null | null |
SafeVLA PickCube dataset card
Code, converters, split audit, and benchmark reports: https://github.com/Jatshi/SafeVLA-Bench.
Contents
pickcube_state_h16_full1000_holdout_v1.npz: 62,681 state/action-chunk samples from 1,000 CPU replays after excluding the five evaluation-seed episodes.pickcube_state_h16_v1.npz: 6,220 state/action-chunk samples from the first 100 CPU replays; retained only for diagnostic comparison, not the final result.pickcube_rgbd_h8_gpu_v1.npz: 7,902 RGB-D/state/action-chunk samples from 88 successful GPU replays.lerobot_pickcube_state_v1/: LeRobot Dataset v3, 100 episodes, 7,720 frames, 20 FPS.- Scenario configs and result episode CSVs for SafeZone and ambiguity splits.
Source and processing
The source demonstrations are from the official ManiSkill PickCube motion-planning release. Conversion changes the controller to pd_ee_delta_pos, records observations, and forms fixed-horizon action chunks. No private user audio or personal data is included.
Known issue
ManiSkill GPU replay reports that reset options are ignored. The GPU RGB-D data therefore must not be interpreted as exact paired replays of the CPU initial states. The repository retains both logs and backend-specific hashes.
Splits
Evaluation uses seeds 11, 23, 37, 53, and 71. The final training conversion reads the replay JSON metadata and removes every episode whose episode_seed is in that set: five episodes are excluded from the 1,000-demo source before producing 62,681 H16 samples. SHA-256 for the strict NPZ is e18781cc75051d19ee0127b633fa340edf9443db403802bb73de5513a95ac664.
An audit found that the earlier first-100 training subset contained evaluation seeds. Its results are explicitly classified as a leakage-discovery pilot and cannot support final claims. Calibration fits on 11/23/37 and evaluates on 53/71. All corruptions of the same source episode must remain in the same split.
Safety and limitations
Danger labels refer to a simulated no-go sphere, not real-world injury risk. The dataset is suitable for reproducibility and education, not certification or physical deployment.
The SafeVLA-Bench source code is Apache-2.0. ManiSkill states that its rigid-body environments use permissive licenses while its visual assets are CC BY-NC 4.0. To avoid overstating downstream rights, the released derived trajectories and videos are marked CC BY-NC 4.0; users must also follow ManiSkill's third-party asset notices.
- Downloads last month
- 44