Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 6 new columns ({'episode', 'success_env0', 'episode_length', 'episode_reward', 'episode_reward_env0', 'success'}) and 2 missing columns ({'actor_loss', 'total_time'}).
This happened while the csv dataset builder was generating data using
hf://datasets/insagur/point-policy-codex-exp-local/eval_replay_debug_cuda/eval.csv (at revision 0091929cfac8ffdc6dc65f9379278b8c02d6873a), [/tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_debug_cuda/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_debug_cuda/eval.csv), /tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_dump/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_dump/eval.csv), /tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_gpu/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_gpu/eval.csv), /tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_gpu_vid/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_gpu_vid/eval.csv), /tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_gt/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_gt/eval.csv), /tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_robocasa_sim/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_robocasa_sim/eval.csv), /tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_robocasa_sim_debug/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_robocasa_sim_debug/eval.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1890, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 760, in write_table
pa_table = table_cast(pa_table, self._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
episode: double
episode_length: double
episode_reward: double
episode_reward_env0: double
frame: int64
step: double
success: double
success_env0: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1227
to
{'actor_loss': Value('float64'), 'frame': Value('int64'), 'step': Value('float64'), 'total_time': Value('float64')}
because column names don't match
During handling of the above exception, another exception occurred:
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 1892, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 6 new columns ({'episode', 'success_env0', 'episode_length', 'episode_reward', 'episode_reward_env0', 'success'}) and 2 missing columns ({'actor_loss', 'total_time'}).
This happened while the csv dataset builder was generating data using
hf://datasets/insagur/point-policy-codex-exp-local/eval_replay_debug_cuda/eval.csv (at revision 0091929cfac8ffdc6dc65f9379278b8c02d6873a), [/tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_debug_cuda/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_debug_cuda/eval.csv), /tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_dump/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_dump/eval.csv), /tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_gpu/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_gpu/eval.csv), /tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_gpu_vid/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_gpu_vid/eval.csv), /tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_gt/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_replay_gt/eval.csv), /tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_robocasa_sim/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_robocasa_sim/eval.csv), /tmp/hf-datasets-cache/medium/datasets/13559628452000-config-parquet-and-info-insagur-point-policy-code-f64dfa08/hub/datasets--insagur--point-policy-codex-exp-local/snapshots/0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_robocasa_sim_debug/eval.csv (origin=hf://datasets/insagur/point-policy-codex-exp-local@0091929cfac8ffdc6dc65f9379278b8c02d6873a/eval_robocasa_sim_debug/eval.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)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.
actor_loss float64 | frame int64 | step float64 | total_time float64 |
|---|---|---|---|
28.595419 | 0 | 0 | 0.645139 |
0.533246 | 100 | 100 | 2.453312 |
-0.871128 | 200 | 200 | 4.142588 |
-1.13799 | 300 | 300 | 5.733782 |
-1.205553 | 400 | 400 | 7.404332 |
-1.226269 | 500 | 500 | 9.054655 |
-1.24044 | 600 | 600 | 10.745202 |
-1.252277 | 700 | 700 | 12.429136 |
-1.262169 | 800 | 800 | 14.106872 |
-1.269007 | 900 | 900 | 15.794579 |
-1.276807 | 1,000 | 1,000 | 17.593236 |
-1.28117 | 1,100 | 1,100 | 19.262887 |
-1.286836 | 1,200 | 1,200 | 20.896752 |
-1.291178 | 1,300 | 1,300 | 22.606131 |
-1.298716 | 1,400 | 1,400 | 24.221282 |
-1.30186 | 1,500 | 1,500 | 25.901106 |
-1.304435 | 1,600 | 1,600 | 27.646633 |
-1.308794 | 1,700 | 1,700 | 29.286978 |
-1.312046 | 1,800 | 1,800 | 30.939151 |
-1.315859 | 1,900 | 1,900 | 32.727253 |
-1.31753 | 2,000 | 2,000 | 34.371215 |
-1.316795 | 2,100 | 2,100 | 36.047843 |
-1.322438 | 2,200 | 2,200 | 37.855622 |
-1.325715 | 2,300 | 2,300 | 39.525672 |
-1.324402 | 2,400 | 2,400 | 41.129787 |
-1.328912 | 2,500 | 2,500 | 42.895698 |
-1.329642 | 2,600 | 2,600 | 44.548789 |
-1.331856 | 2,700 | 2,700 | 46.224137 |
-1.33271 | 2,800 | 2,800 | 47.987838 |
-1.33437 | 2,900 | 2,900 | 49.623209 |
-1.334528 | 3,000 | 3,000 | 51.339382 |
-1.33691 | 3,100 | 3,100 | 53.062503 |
-1.338279 | 3,200 | 3,200 | 54.717031 |
-1.337576 | 3,300 | 3,300 | 56.34254 |
-1.340358 | 3,400 | 3,400 | 58.013298 |
-1.340907 | 3,500 | 3,500 | 60.308992 |
-1.340805 | 3,600 | 3,600 | 62.638074 |
-1.342397 | 3,700 | 3,700 | 64.309518 |
-1.343891 | 3,800 | 3,800 | 65.963213 |
-1.343253 | 3,900 | 3,900 | 67.579359 |
-1.342022 | 4,000 | 4,000 | 69.19315 |
-1.343197 | 4,100 | 4,100 | 70.868982 |
-1.345755 | 4,200 | 4,200 | 72.743552 |
-1.346773 | 4,300 | 4,300 | 74.324908 |
-1.347745 | 4,400 | 4,400 | 75.883639 |
-1.34632 | 4,500 | 4,500 | 77.585302 |
-1.349427 | 4,600 | 4,600 | 79.319925 |
-1.347473 | 4,700 | 4,700 | 81.041888 |
-1.34849 | 4,800 | 4,800 | 82.743394 |
-1.348534 | 4,900 | 4,900 | 84.599007 |
-1.35135 | 5,000 | 5,000 | 86.293185 |
-1.350551 | 5,100 | 5,100 | 88.01709 |
-1.351352 | 5,200 | 5,200 | 89.667467 |
-1.352517 | 5,300 | 5,300 | 91.269094 |
-1.351313 | 5,400 | 5,400 | 93.125304 |
-1.352174 | 5,500 | 5,500 | 94.830652 |
-1.350625 | 5,600 | 5,600 | 96.429765 |
-1.352935 | 5,700 | 5,700 | 98.146188 |
-1.355511 | 5,800 | 5,800 | 99.810763 |
-1.352924 | 5,900 | 5,900 | 101.456168 |
-1.353619 | 6,000 | 6,000 | 103.157177 |
-1.353432 | 6,100 | 6,100 | 104.849371 |
-1.355431 | 6,200 | 6,200 | 106.498762 |
-1.354197 | 6,300 | 6,300 | 108.180548 |
-1.356161 | 6,400 | 6,400 | 109.877181 |
-1.3556 | 6,500 | 6,500 | 111.464368 |
-1.35601 | 6,600 | 6,600 | 113.108187 |
-1.355818 | 6,700 | 6,700 | 114.822294 |
-1.356291 | 6,800 | 6,800 | 116.466522 |
-1.355553 | 6,900 | 6,900 | 118.135969 |
-1.358387 | 7,000 | 7,000 | 119.71175 |
-1.358019 | 7,100 | 7,100 | 121.389508 |
-1.357477 | 7,200 | 7,200 | 123.082063 |
-1.357405 | 7,300 | 7,300 | 124.726115 |
-1.358325 | 7,400 | 7,400 | 126.408355 |
-1.357889 | 7,500 | 7,500 | 128.042335 |
-1.359431 | 7,600 | 7,600 | 129.746503 |
-1.358625 | 7,700 | 7,700 | 131.362993 |
-1.357961 | 7,800 | 7,800 | 133.123889 |
-1.358492 | 7,900 | 7,900 | 134.791509 |
-1.359847 | 8,000 | 8,000 | 136.487153 |
-1.36084 | 8,100 | 8,100 | 138.247199 |
-1.359547 | 8,200 | 8,200 | 139.907815 |
-1.359656 | 8,300 | 8,300 | 141.572991 |
-1.362042 | 8,400 | 8,400 | 143.437094 |
-1.360157 | 8,500 | 8,500 | 145.120196 |
-1.361807 | 8,600 | 8,600 | 146.795903 |
-1.361692 | 8,700 | 8,700 | 148.406073 |
-1.36106 | 8,800 | 8,800 | 150.055399 |
-1.361693 | 8,900 | 8,900 | 153.21722 |
-1.363056 | 9,000 | 9,000 | 154.912004 |
-1.362435 | 9,100 | 9,100 | 156.598803 |
-1.361868 | 9,200 | 9,200 | 158.231072 |
-1.363435 | 9,300 | 9,300 | 159.900159 |
-1.363533 | 9,400 | 9,400 | 161.619621 |
-1.363517 | 9,500 | 9,500 | 163.335486 |
-1.363723 | 9,600 | 9,600 | 165.100428 |
-1.362877 | 9,700 | 9,700 | 166.686164 |
-1.362019 | 9,800 | 9,800 | 168.293878 |
-1.363006 | 9,900 | 9,900 | 170.016411 |
End of preview.
No dataset card yet
- Downloads last month
- 16