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
codebase_version: string
robot_type: string
total_episodes: int64
total_frames: int64
total_tasks: int64
chunks_size: int64
fps: int64
splits: struct<train: string>
  child 0, train: string
data_path: string
video_path: string
metainfo_path: string
annotation_path: string
features: struct<observation.images.rgb.left_wrist: struct<dtype: string, shape: list<item: int64>, names: lis (... 4644 chars omitted)
  child 0, observation.images.rgb.left_wrist: struct<dtype: string, shape: list<item: int64>, names: list<item: string>, info: struct<video.fps: d (... 158 chars omitted)
      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 3, info: struct<video.fps: double, video.height: int64, video.width: int64, video.channels: int64, video.code (... 76 chars omitted)
          child 0, video.fps: double
          child 1, video.height: int64
          child 2, video.width: int64
          child 3, video.channels: int64
          child 4, video.codec: string
          child 5, video.pix_fmt: string
          child 6, video.is_depth_map: bool
          child 7, has_audio: bool
  child 1, observation.images.rgb.right_wrist: struct<dtype: string, shape: list<item: int64>, names: list<item: string>, info: struct<video.fps: d (... 158 chars omitted)
      child 0, dtype: string
      child 1, shape: list<item: int64>
          child 0, item: int64
      child 2, n
...
tring>>
          child 0, item: list<item: string>
              child 0, item: string
      child 4, manipulating_object_id: list<item: string>
          child 0, item: string
      child 5, spatial_prefix: list<item: list<item: string>>
          child 0, item: list<item: string>
              child 0, item: string
      child 6, frame_duration: list<item: int64>
          child 0, item: int64
      child 7, mp_ef: list<item: null>
          child 0, item: null
      child 8, skill_type: list<item: string>
          child 0, item: string
primitive_annotation: list<item: struct<primitive_idx: int64, primitive_id: list<item: int64>, primitive_description: list (... 204 chars omitted)
  child 0, item: struct<primitive_idx: int64, primitive_id: list<item: int64>, primitive_description: list<item: stri (... 192 chars omitted)
      child 0, primitive_idx: int64
      child 1, primitive_id: list<item: int64>
          child 0, item: int64
      child 2, primitive_description: list<item: string>
          child 0, item: string
      child 3, object_id: list<item: list<item: string>>
          child 0, item: list<item: string>
              child 0, item: string
      child 4, manipulating_object_id: list<item: string>
          child 0, item: string
      child 5, spatial_prefix: list<item: null>
          child 0, item: null
      child 6, frame_duration: list<item: int64>
          child 0, item: int64
      child 7, skill_idxes: list<item: int64>
          child 0, item: int64
to
{'task_name': Value('string'), 'data_folder': Value('string'), 'meta_data': {'task_duration': Value('int64'), 'valid_duration': List(Value('int64'))}, 'skill_annotation': List({'skill_idx': Value('int64'), 'skill_id': List(Value('int64')), 'skill_description': List(Value('string')), 'object_id': List(List(Value('string'))), 'manipulating_object_id': List(Value('string')), 'spatial_prefix': List(List(Value('string'))), 'frame_duration': List(Value('int64')), 'mp_ef': List(Value('null')), 'skill_type': List(Value('string'))}), 'primitive_annotation': List({'primitive_idx': Value('int64'), 'primitive_id': List(Value('int64')), 'primitive_description': List(Value('string')), 'object_id': List(List(Value('string'))), 'manipulating_object_id': List(Value('string')), 'spatial_prefix': List(Value('null')), 'frame_duration': List(Value('int64')), 'skill_idxes': List(Value('int64'))})}
because column names don't match
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 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              codebase_version: string
              robot_type: string
              total_episodes: int64
              total_frames: int64
              total_tasks: int64
              chunks_size: int64
              fps: int64
              splits: struct<train: string>
                child 0, train: string
              data_path: string
              video_path: string
              metainfo_path: string
              annotation_path: string
              features: struct<observation.images.rgb.left_wrist: struct<dtype: string, shape: list<item: int64>, names: lis (... 4644 chars omitted)
                child 0, observation.images.rgb.left_wrist: struct<dtype: string, shape: list<item: int64>, names: list<item: string>, info: struct<video.fps: d (... 158 chars omitted)
                    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 3, info: struct<video.fps: double, video.height: int64, video.width: int64, video.channels: int64, video.code (... 76 chars omitted)
                        child 0, video.fps: double
                        child 1, video.height: int64
                        child 2, video.width: int64
                        child 3, video.channels: int64
                        child 4, video.codec: string
                        child 5, video.pix_fmt: string
                        child 6, video.is_depth_map: bool
                        child 7, has_audio: bool
                child 1, observation.images.rgb.right_wrist: struct<dtype: string, shape: list<item: int64>, names: list<item: string>, info: struct<video.fps: d (... 158 chars omitted)
                    child 0, dtype: string
                    child 1, shape: list<item: int64>
                        child 0, item: int64
                    child 2, n
              ...
              tring>>
                        child 0, item: list<item: string>
                            child 0, item: string
                    child 4, manipulating_object_id: list<item: string>
                        child 0, item: string
                    child 5, spatial_prefix: list<item: list<item: string>>
                        child 0, item: list<item: string>
                            child 0, item: string
                    child 6, frame_duration: list<item: int64>
                        child 0, item: int64
                    child 7, mp_ef: list<item: null>
                        child 0, item: null
                    child 8, skill_type: list<item: string>
                        child 0, item: string
              primitive_annotation: list<item: struct<primitive_idx: int64, primitive_id: list<item: int64>, primitive_description: list (... 204 chars omitted)
                child 0, item: struct<primitive_idx: int64, primitive_id: list<item: int64>, primitive_description: list<item: stri (... 192 chars omitted)
                    child 0, primitive_idx: int64
                    child 1, primitive_id: list<item: int64>
                        child 0, item: int64
                    child 2, primitive_description: list<item: string>
                        child 0, item: string
                    child 3, object_id: list<item: list<item: string>>
                        child 0, item: list<item: string>
                            child 0, item: string
                    child 4, manipulating_object_id: list<item: string>
                        child 0, item: string
                    child 5, spatial_prefix: list<item: null>
                        child 0, item: null
                    child 6, frame_duration: list<item: int64>
                        child 0, item: int64
                    child 7, skill_idxes: list<item: int64>
                        child 0, item: int64
              to
              {'task_name': Value('string'), 'data_folder': Value('string'), 'meta_data': {'task_duration': Value('int64'), 'valid_duration': List(Value('int64'))}, 'skill_annotation': List({'skill_idx': Value('int64'), 'skill_id': List(Value('int64')), 'skill_description': List(Value('string')), 'object_id': List(List(Value('string'))), 'manipulating_object_id': List(Value('string')), 'spatial_prefix': List(List(Value('string'))), 'frame_duration': List(Value('int64')), 'mp_ef': List(Value('null')), 'skill_type': List(Value('string'))}), 'primitive_annotation': List({'primitive_idx': Value('int64'), 'primitive_id': List(Value('int64')), 'primitive_description': List(Value('string')), 'object_id': List(List(Value('string'))), 'manipulating_object_id': List(Value('string')), 'spatial_prefix': List(Value('null')), 'frame_duration': List(Value('int64')), 'skill_idxes': List(Value('int64'))})}
              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 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 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.

task_name
string
data_folder
string
meta_data
dict
skill_annotation
list
primitive_annotation
list
setting the fire
{ "task_duration": 9561, "valid_duration": [ 97, 9658 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 97, 173 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 9626, "valid_duration": [ 23, 9649 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 23, 432 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 8732, "valid_duration": [ 21, 8753 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 21, 447 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 7807, "valid_duration": [ 39, 7846 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 39, 222 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 6971, "valid_duration": [ 0, 6971 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 0, 190 ], "mp_ef": [], "skill_type": [...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 9255, "valid_duration": [ 45, 9300 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 45, 822 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 11100, "valid_duration": [ 0, 11100 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 0, 722 ], "mp_ef": [], "skill_type": [...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 8070, "valid_duration": [ 0, 8070 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 0, 186 ], "mp_ef": [], "skill_type": [...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 7722, "valid_duration": [ 0, 7722 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 0, 189 ], "mp_ef": [], "skill_type": [...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 9679, "valid_duration": [ 0, 9679 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 0, 805 ], "mp_ef": [], "skill_type": [...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 9129, "valid_duration": [ 30, 9159 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 30, 531 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 8331, "valid_duration": [ 0, 8331 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 0, 453 ], "mp_ef": [], "skill_type": [...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 10584, "valid_duration": [ 84, 10668 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 84, 270 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 11266, "valid_duration": [ 0, 11266 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 0, 991 ], "mp_ef": [], "skill_type": [...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 9792, "valid_duration": [ 106, 9898 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 106, 824 ], "mp_ef": [], "skill_type":...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 10134, "valid_duration": [ 0, 10134 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 0, 559 ], "mp_ef": [], "skill_type": [...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 8928, "valid_duration": [ 137, 9065 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 137, 609 ], "mp_ef": [], "skill_type":...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 13158, "valid_duration": [ 117, 13275 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 117, 668 ], "mp_ef": [], "skill_type":...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 10605, "valid_duration": [ 130, 10735 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 130, 607 ], "mp_ef": [], "skill_type":...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 12082, "valid_duration": [ 46, 12128 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 46, 724 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 12420, "valid_duration": [ 60, 12480 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 60, 390 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 9013, "valid_duration": [ 54, 9067 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 54, 382 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 11480, "valid_duration": [ 59, 11539 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 59, 218 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 9072, "valid_duration": [ 60, 9132 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 60, 734 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 13514, "valid_duration": [ 0, 13514 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 0, 784 ], "mp_ef": [], "skill_type": [...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 11367, "valid_duration": [ 57, 11424 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 57, 1087 ], "mp_ef": [], "skill_type":...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 9780, "valid_duration": [ 23, 9803 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 23, 301 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 6611, "valid_duration": [ 0, 6611 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 0, 540 ], "mp_ef": [], "skill_type": [...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 13997, "valid_duration": [ 0, 13997 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 0, 1175 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 9286, "valid_duration": [ 90, 9376 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 90, 972 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
setting the fire
{ "task_duration": 11765, "valid_duration": [ 85, 11850 ] }
[ { "skill_idx": 0, "skill_id": [ 1 ], "skill_description": [ "move to" ], "object_id": [ [ "newspaper_74" ] ], "manipulating_object_id": [], "spatial_prefix": [], "frame_duration": [ 85, 381 ], "mp_ef": [], "skill_type": ...
[ { "primitive_idx": 0, "primitive_id": [ 2, 4 ], "primitive_description": [ "pick up from", "place in" ], "object_id": [ [ "newspaper_74", "coffee_table_koagbh_0" ], [ "newspaper_74", "wood_fireplace_gpnsij_0" ] ...
End of preview.

No dataset card yet

Downloads last month
185

Collection including phicoltan/behavior1k-task0030