Dataset Preview
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: TypeError
Message: Couldn't cast array of type
struct<episode_length: int64, cartesian_path_length: double, joint_path_length: double, orientation_path_length: double, avg_cartesian_jerk: double, rms_cartesian_jerk: double, avg_joint_jerk: double, rms_joint_jerk: double, sparc: double, action_saturation_dim0: double, action_saturation_dim1: double, action_saturation_dim2: double, action_saturation_dim3: double, action_saturation_dim4: double, action_saturation_dim5: double, action_saturation_dim6: double, action_saturation_rate: double, action_saturation_rate_all: double, nan_inf_count: int64, finite_ok: bool, collision_threshold: double, max_object_disp: double, max_disp_object: string, collided: bool, n_collision_objects: int64, disp__plate_1: double, collided_monitor: bool>
to
{'episode_length': Value('int64'), 'cartesian_path_length': Value('float64'), 'joint_path_length': Value('float64'), 'orientation_path_length': Value('float64'), 'avg_cartesian_jerk': Value('float64'), 'rms_cartesian_jerk': Value('float64'), 'avg_joint_jerk': Value('float64'), 'rms_joint_jerk': Value('float64'), 'sparc': Value('float64'), 'action_saturation_dim0': Value('float64'), 'action_saturation_dim1': Value('float64'), 'action_saturation_dim2': Value('float64'), 'action_saturation_dim3': Value('float64'), 'action_saturation_dim4': Value('float64'), 'action_saturation_dim5': Value('float64'), 'action_saturation_dim6': Value('float64'), 'action_saturation_rate': Value('float64'), 'action_saturation_rate_all': Value('float64'), 'nan_inf_count': Value('int64'), 'finite_ok': Value('bool'), 'collision_threshold': Value('float64'), 'max_object_disp': Value('float64'), 'max_disp_object': Value('string'), 'collided': Value('bool'), 'n_collision_objects': Value('int64'), 'disp__butter_1': Value('float64'), 'disp__butter_2': Value('float64'), 'disp__chocolate_pudding_1': Value('float64'), 'collided_monitor': Value('bool')}
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1827, 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 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 2312, 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 1861, 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 2158, in cast_array_to_feature
raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
TypeError: Couldn't cast array of type
struct<episode_length: int64, cartesian_path_length: double, joint_path_length: double, orientation_path_length: double, avg_cartesian_jerk: double, rms_cartesian_jerk: double, avg_joint_jerk: double, rms_joint_jerk: double, sparc: double, action_saturation_dim0: double, action_saturation_dim1: double, action_saturation_dim2: double, action_saturation_dim3: double, action_saturation_dim4: double, action_saturation_dim5: double, action_saturation_dim6: double, action_saturation_rate: double, action_saturation_rate_all: double, nan_inf_count: int64, finite_ok: bool, collision_threshold: double, max_object_disp: double, max_disp_object: string, collided: bool, n_collision_objects: int64, disp__plate_1: double, collided_monitor: bool>
to
{'episode_length': Value('int64'), 'cartesian_path_length': Value('float64'), 'joint_path_length': Value('float64'), 'orientation_path_length': Value('float64'), 'avg_cartesian_jerk': Value('float64'), 'rms_cartesian_jerk': Value('float64'), 'avg_joint_jerk': Value('float64'), 'rms_joint_jerk': Value('float64'), 'sparc': Value('float64'), 'action_saturation_dim0': Value('float64'), 'action_saturation_dim1': Value('float64'), 'action_saturation_dim2': Value('float64'), 'action_saturation_dim3': Value('float64'), 'action_saturation_dim4': Value('float64'), 'action_saturation_dim5': Value('float64'), 'action_saturation_dim6': Value('float64'), 'action_saturation_rate': Value('float64'), 'action_saturation_rate_all': Value('float64'), 'nan_inf_count': Value('int64'), 'finite_ok': Value('bool'), 'collision_threshold': Value('float64'), 'max_object_disp': Value('float64'), 'max_disp_object': Value('string'), 'collided': Value('bool'), 'n_collision_objects': Value('int64'), 'disp__butter_1': Value('float64'), 'disp__butter_2': Value('float64'), 'disp__chocolate_pudding_1': Value('float64'), 'collided_monitor': Value('bool')}
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 1694, 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 1880, 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.
id string | task string | base_task string | suite string | perturbation dict | instruction string | instruction_variants list | seed int64 | episode_idx int64 | batch string | steps int64 | duration_s float64 | success bool | collided bool | accepted bool | qc dict | obj_of_interest list | source_hdf5 string | video dict | series dict |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0000 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,000 | 0 | train_v1 | 131 | 6.55 | false | false | false | {
"episode_length": 131,
"cartesian_path_length": 0.83370867746276,
"joint_path_length": 4.293899526914995,
"orientation_path_length": 2.434780394497472,
"avg_cartesian_jerk": 5.107304692751312,
"rms_cartesian_jerk": 6.734672144932911,
"avg_joint_jerk": 19.299853013362167,
"rms_joint_jerk": 27.260068352... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0000.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0000.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0001 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,001 | 1 | train_v1 | 132 | 6.6 | false | false | false | {
"episode_length": 132,
"cartesian_path_length": 0.7937179911690924,
"joint_path_length": 4.158112862383209,
"orientation_path_length": 2.444188177368469,
"avg_cartesian_jerk": 5.8952395945267675,
"rms_cartesian_jerk": 9.7903013409297,
"avg_joint_jerk": 20.456620379214232,
"rms_joint_jerk": 30.11865627... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0001.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0001.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0002 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,002 | 2 | train_v1 | 133 | 6.65 | false | false | false | {
"episode_length": 133,
"cartesian_path_length": 0.7892254637886296,
"joint_path_length": 4.147653151081769,
"orientation_path_length": 2.4473751247499047,
"avg_cartesian_jerk": 5.8856516549629845,
"rms_cartesian_jerk": 9.312454241792535,
"avg_joint_jerk": 20.370718108796304,
"rms_joint_jerk": 29.69541... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0002.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0002.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0003 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,003 | 3 | train_v1 | 183 | 9.15 | true | false | true | {
"episode_length": 183,
"cartesian_path_length": 1.26165165861307,
"joint_path_length": 5.889656127263426,
"orientation_path_length": 2.578689129807581,
"avg_cartesian_jerk": 4.627434469538649,
"rms_cartesian_jerk": 6.622841304953366,
"avg_joint_jerk": 17.748780302940986,
"rms_joint_jerk": 25.914337601... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0003.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0003.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0004 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,004 | 4 | train_v1 | 186 | 9.3 | true | false | true | {
"episode_length": 186,
"cartesian_path_length": 1.2457105460129223,
"joint_path_length": 5.802925719956374,
"orientation_path_length": 2.5691914024906555,
"avg_cartesian_jerk": 5.235458908826754,
"rms_cartesian_jerk": 7.80098792529548,
"avg_joint_jerk": 18.70054652328448,
"rms_joint_jerk": 27.19801581... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0004.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0004.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0005 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,005 | 5 | train_v1 | 127 | 6.35 | true | false | true | {
"episode_length": 127,
"cartesian_path_length": 0.8874744194860481,
"joint_path_length": 4.34515368519743,
"orientation_path_length": 1.7913700264210135,
"avg_cartesian_jerk": 4.357747619207005,
"rms_cartesian_jerk": 6.543813871016734,
"avg_joint_jerk": 15.989871004034713,
"rms_joint_jerk": 23.2654511... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0005.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0005.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0006 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,006 | 6 | train_v1 | 133 | 6.65 | false | false | false | {
"episode_length": 133,
"cartesian_path_length": 0.8039376336130111,
"joint_path_length": 4.1863546207019855,
"orientation_path_length": 2.4545721136845517,
"avg_cartesian_jerk": 5.492982310503425,
"rms_cartesian_jerk": 7.769724744747591,
"avg_joint_jerk": 20.16076073610474,
"rms_joint_jerk": 29.474285... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0006.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0006.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0007 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,007 | 7 | train_v1 | 132 | 6.6 | false | false | false | {
"episode_length": 132,
"cartesian_path_length": 0.8250294852996152,
"joint_path_length": 4.251870840944673,
"orientation_path_length": 2.443958809357053,
"avg_cartesian_jerk": 5.6859298540375836,
"rms_cartesian_jerk": 8.17751246291216,
"avg_joint_jerk": 20.31683520466169,
"rms_joint_jerk": 29.05574156... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0007.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0007.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0008 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,008 | 8 | train_v1 | 132 | 6.6 | false | false | false | {
"episode_length": 132,
"cartesian_path_length": 0.7962798285446233,
"joint_path_length": 4.154458218924853,
"orientation_path_length": 2.446403281405125,
"avg_cartesian_jerk": 5.803804709560626,
"rms_cartesian_jerk": 9.106246100466308,
"avg_joint_jerk": 20.285163288822375,
"rms_joint_jerk": 29.5414654... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0008.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0008.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0009 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,009 | 9 | train_v1 | 129 | 6.45 | true | false | true | {
"episode_length": 129,
"cartesian_path_length": 0.9141439201154917,
"joint_path_length": 4.496364403871078,
"orientation_path_length": 1.795350196889108,
"avg_cartesian_jerk": 4.144815510060089,
"rms_cartesian_jerk": 6.433711954052096,
"avg_joint_jerk": 15.538620920550356,
"rms_joint_jerk": 22.9677225... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0009.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0009.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0010 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,010 | 10 | train_v1 | 131 | 6.55 | false | false | false | {
"episode_length": 131,
"cartesian_path_length": 0.8287073385152525,
"joint_path_length": 4.271152531194061,
"orientation_path_length": 2.436175923796148,
"avg_cartesian_jerk": 5.105856102177498,
"rms_cartesian_jerk": 6.7685981650274,
"avg_joint_jerk": 19.198130343450067,
"rms_joint_jerk": 27.341452933... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0010.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0010.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0011 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,011 | 11 | train_v1 | 131 | 6.55 | false | false | false | {
"episode_length": 131,
"cartesian_path_length": 0.8271859060736491,
"joint_path_length": 4.261283294233657,
"orientation_path_length": 2.4332943785290357,
"avg_cartesian_jerk": 5.152368300641028,
"rms_cartesian_jerk": 6.826162939043117,
"avg_joint_jerk": 19.46699814997176,
"rms_joint_jerk": 27.4824169... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0011.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0011.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0012 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,012 | 12 | train_v1 | 131 | 6.55 | false | false | false | {
"episode_length": 131,
"cartesian_path_length": 0.8179033796234623,
"joint_path_length": 4.235072760378561,
"orientation_path_length": 2.431425223230891,
"avg_cartesian_jerk": 5.122640658583299,
"rms_cartesian_jerk": 6.77341731118353,
"avg_joint_jerk": 19.31024436931785,
"rms_joint_jerk": 27.320885412... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0012.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0012.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0013 | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table | libero_90 | {
"kind": "canonical",
"detail": ""
} | take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding | [
"take the black bowl out of the top drawer of the cabinet and put it back on the table behind the chocolate pudding",
"remove the black bowl from the top drawer of the cabinet and put it on the table to the left of the butter at the back",
"lift the black bowl from the top drawer of the cabinet and put it back ... | 110,013 | 13 | train_v1 | 130 | 6.5 | true | false | true | {
"episode_length": 130,
"cartesian_path_length": 0.9269211081913149,
"joint_path_length": 4.551356248539838,
"orientation_path_length": 1.7939369504903282,
"avg_cartesian_jerk": 4.198032149476855,
"rms_cartesian_jerk": 6.515374287612862,
"avg_joint_jerk": 15.75105557836837,
"rms_joint_jerk": 23.2215283... | [
"akita_black_bowl_1",
"wooden_cabinet_1"
] | competition_dev/work/oracle_data/train_v1/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/episode_0013.hdf5 | {
"path": "episodes/KITCHEN_SCENE10_take_the_black_bowl_out_of_the_cabinet_and_put_it_on_the_table/train_v1-ep0013.mp4",
"fps": 20,
"layout": "front|wrist",
"orientation": "vflip",
"size": [
512,
256
]
} | {
"t": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,... |
End of preview.
No dataset card yet
- Downloads last month
- 99