The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
task_id: string
schema_id: string
eval_task_type: string
source_id: string
episode_id: string
expected_output: struct<success: bool, outcome_type: string>
child 0, success: bool
child 1, outcome_type: string
split: string
outcome: null
verification: struct<status: string, method: string, evidence: list<item: null>>
child 0, status: string
child 1, method: string
child 2, evidence: list<item: null>
child 0, item: null
task_type: string
confidence: double
timestep_id: string
input: struct<instruction: string, observation_refs: list<item: struct<type: string, camera: string, file: (... 250 chars omitted)
child 0, instruction: string
child 1, observation_refs: list<item: struct<type: string, camera: string, file: string, episode_from_timestamp: double, episod (... 49 chars omitted)
child 0, item: struct<type: string, camera: string, file: string, episode_from_timestamp: double, episode_to_timest (... 37 chars omitted)
child 0, type: string
child 1, camera: string
child 2, file: string
child 3, episode_from_timestamp: double
child 4, episode_to_timestamp: double
child 5, frame_timestamp: double
child 2, robot_state: struct<state: list<item: double>, end_effector_pose: list<item: double>, state_layout: string, gripp (... 20 chars omitted)
child 0, state: list<item: double>
child 0, item: double
child 1, end_effector_pose: list<item: double>
child 0, item: double
child 2, state_layout: string
child 3, gripper_position: double
child 3, task_goal: string
rights_status: string
quality_flags: list<item: null>
child 0, item: null
to
{'task_id': Value('string'), 'schema_id': Value('string'), 'task_type': Value('string'), 'source_id': Value('string'), 'episode_id': Value('string'), 'timestep_id': Value('string'), 'input': {'instruction': Value('string'), 'observation_refs': List({'type': Value('string'), 'camera': Value('string'), 'file': Value('string'), 'episode_from_timestamp': Value('float64'), 'episode_to_timestamp': Value('float64'), 'frame_timestamp': Value('float64')}), 'robot_state': {'state': List(Value('float64')), 'end_effector_pose': List(Value('float64')), 'state_layout': Value('string'), 'gripper_position': Value('float64')}, 'task_goal': Value('string')}, 'expected_output': {'action_type': Value('string'), 'action_vector': List(Value('float64'))}, 'outcome': Json(decode=True), 'verification': {'status': Value('string'), 'method': Value('string'), 'evidence': List(Value('null'))}, 'confidence': Value('float64'), 'quality_flags': List(Value('null')), 'rights_status': Value('string'), 'split': Value('string')}
because column names don't match
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 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 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
task_id: string
schema_id: string
eval_task_type: string
source_id: string
episode_id: string
expected_output: struct<success: bool, outcome_type: string>
child 0, success: bool
child 1, outcome_type: string
split: string
outcome: null
verification: struct<status: string, method: string, evidence: list<item: null>>
child 0, status: string
child 1, method: string
child 2, evidence: list<item: null>
child 0, item: null
task_type: string
confidence: double
timestep_id: string
input: struct<instruction: string, observation_refs: list<item: struct<type: string, camera: string, file: (... 250 chars omitted)
child 0, instruction: string
child 1, observation_refs: list<item: struct<type: string, camera: string, file: string, episode_from_timestamp: double, episod (... 49 chars omitted)
child 0, item: struct<type: string, camera: string, file: string, episode_from_timestamp: double, episode_to_timest (... 37 chars omitted)
child 0, type: string
child 1, camera: string
child 2, file: string
child 3, episode_from_timestamp: double
child 4, episode_to_timestamp: double
child 5, frame_timestamp: double
child 2, robot_state: struct<state: list<item: double>, end_effector_pose: list<item: double>, state_layout: string, gripp (... 20 chars omitted)
child 0, state: list<item: double>
child 0, item: double
child 1, end_effector_pose: list<item: double>
child 0, item: double
child 2, state_layout: string
child 3, gripper_position: double
child 3, task_goal: string
rights_status: string
quality_flags: list<item: null>
child 0, item: null
to
{'task_id': Value('string'), 'schema_id': Value('string'), 'task_type': Value('string'), 'source_id': Value('string'), 'episode_id': Value('string'), 'timestep_id': Value('string'), 'input': {'instruction': Value('string'), 'observation_refs': List({'type': Value('string'), 'camera': Value('string'), 'file': Value('string'), 'episode_from_timestamp': Value('float64'), 'episode_to_timestamp': Value('float64'), 'frame_timestamp': Value('float64')}), 'robot_state': {'state': List(Value('float64')), 'end_effector_pose': List(Value('float64')), 'state_layout': Value('string'), 'gripper_position': Value('float64')}, 'task_goal': Value('string')}, 'expected_output': {'action_type': Value('string'), 'action_vector': List(Value('float64'))}, 'outcome': Json(decode=True), 'verification': {'status': Value('string'), 'method': Value('string'), 'evidence': List(Value('null'))}, 'confidence': Value('float64'), 'quality_flags': List(Value('null')), 'rights_status': Value('string'), 'split': Value('string')}
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 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.
task_id string | schema_id string | task_type string | source_id string | episode_id string | timestep_id string | input dict | expected_output dict | outcome unknown | verification dict | confidence float64 | quality_flags list | rights_status string | split string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d11629041f9a720d8e4b0a41:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | d11629041f9a720d8e4b0a41 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0
},
{
"... | {
"action_type": "continuous",
"action_vector": [
-0.2201297879,
-0.4209160805,
-0.1341398656,
-2.3519082069,
-0.1984667927,
2.2142367363,
0.0276581272,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
13bee241b0efeeea15561845:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 13bee241b0efeeea15561845 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.0666666701
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2208068818,
-0.4209378362,
-0.135385111,
-2.3519101143,
-0.1983821094,
2.2142517567,
0.0275954064,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
490dd6baca8c4811585db83d:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 490dd6baca8c4811585db83d | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.1333333403
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2210274339,
-0.4209254682,
-0.1363811344,
-2.3519175053,
-0.1982698143,
2.214266777,
0.0275134388,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
c07455e387e715b29e08a2ac:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | c07455e387e715b29e08a2ac | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.200000003
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211027741,
-0.420904845,
-0.1367263347,
-2.3519189358,
-0.1982332468,
2.2142715454,
0.0274869911,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
24d28a7bcb01d6a9f31ce057:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 24d28a7bcb01d6a9f31ce057 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.2666666806
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2210712135,
-0.4209221601,
-0.1367033273,
-2.3519172668,
-0.1982334852,
2.2142753601,
0.0274877213,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
149da75e96fc74a031605468:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 149da75e96fc74a031605468 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.3333333433
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211121023,
-0.4209241867,
-0.1367889792,
-2.3519251347,
-0.1982260197,
2.2142796516,
0.0274799783,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
6d480e33608f31bd67da3113:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 6d480e33608f31bd67da3113 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.400000006
},
... | {
"action_type": "continuous",
"action_vector": [
-0.221106559,
-0.4209115803,
-0.1367944777,
-2.3519232273,
-0.1982244253,
2.2142765522,
0.0274812635,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
c3be05bb10107bf75aa2051a:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | c3be05bb10107bf75aa2051a | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.4666666687
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211101949,
-0.4209137261,
-0.1368037313,
-2.3519201279,
-0.1982206553,
2.2142755985,
0.0274769086,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
7669b178fcfcab3862f0da52:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 7669b178fcfcab3862f0da52 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.5333333611
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211081088,
-0.4209182858,
-0.1368003339,
-2.3519165516,
-0.1982204616,
2.2142755985,
0.0274808481,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
d2b5ee6555ceb7a0e29d1d12:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | d2b5ee6555ceb7a0e29d1d12 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.6000000238
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211101204,
-0.4209163785,
-0.1368122697,
-2.3519151211,
-0.1982200742,
2.2142777443,
0.0274746493,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
24b9eebd012caf36047472c4:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 24b9eebd012caf36047472c4 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.6666666865
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211149633,
-0.4209143221,
-0.1368190199,
-2.3519225121,
-0.1982178241,
2.2142746449,
0.0274809599,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
4b6d23796c6c35586da06739:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 4b6d23796c6c35586da06739 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.7333333492
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211076915,
-0.4209160805,
-0.1368085444,
-2.3519160748,
-0.1982192248,
2.2142779827,
0.0274770055,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
8b426c27d5f5bd9424057e98:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 8b426c27d5f5bd9424057e98 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.8000000119
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211129367,
-0.420910269,
-0.1368185431,
-2.3519184589,
-0.198221609,
2.2142746449,
0.0274773706,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
803b42be78f0ff224008a1de:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 803b42be78f0ff224008a1de | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.8666666746
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211131752,
-0.4209193289,
-0.1368184984,
-2.3519182205,
-0.1982190013,
2.2142779827,
0.0274768751,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
976a839c2aad8579d6906277:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 976a839c2aad8579d6906277 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 0.9333333373
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211150974,
-0.4209201336,
-0.1368200779,
-2.3519182205,
-0.1982183903,
2.2142772675,
0.0274794064,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
3040ff7788050c2c43d2bfe2:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 3040ff7788050c2c43d2bfe2 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1
},
{
"... | {
"action_type": "continuous",
"action_vector": [
-0.2211141735,
-0.4209153354,
-0.1368166208,
-2.3519184589,
-0.1982175112,
2.2142755985,
0.0274813883,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
da47c059afb0d68f6bb0d49d:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | da47c059afb0d68f6bb0d49d | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.0666667223
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211119235,
-0.4209114909,
-0.1368205547,
-2.3519184589,
-0.1982180923,
2.2142779827,
0.027476294,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
17b2f062b9d1fcfe4bbb226a:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 17b2f062b9d1fcfe4bbb226a | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.1333333254
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211173177,
-0.4209159315,
-0.1368236244,
-2.3519170284,
-0.1982186586,
2.2142763138,
0.0274775978,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
028a6e205d87a38eee48627d:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 028a6e205d87a38eee48627d | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.2000000477
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211162746,
-0.4209179282,
-0.136820659,
-2.3519163132,
-0.1982186288,
2.2142739296,
0.0274752006,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
5dcc73e7f173a537362d0414:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 5dcc73e7f173a537362d0414 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.2666666508
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211130708,
-0.4209162593,
-0.1368220598,
-2.3519170284,
-0.1982177496,
2.2142758369,
0.0274825543,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
e9e489c5561583b9568f0fe9:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | e9e489c5561583b9568f0fe9 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.3333333731
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211138755,
-0.4209152758,
-0.1368241161,
-2.3519163132,
-0.1982168555,
2.214277029,
0.0274730846,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
870637f7c02812366f26bc3f:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 870637f7c02812366f26bc3f | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.3999999762
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2211141884,
-0.4209180474,
-0.1368249208,
-2.3519141674,
-0.1982177198,
2.2142734528,
0.0274758134,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
e4c72a91c80cb5264799bb40:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | e4c72a91c80cb5264799bb40 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.4666666985
},
... | {
"action_type": "continuous",
"action_vector": [
-0.2094095647,
-0.4273005724,
-0.1365537047,
-2.3589544296,
-0.1941221207,
2.2778699398,
0.0148664685,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
02b6344906e8444f842c3cb4:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 02b6344906e8444f842c3cb4 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.5333333015
},
... | {
"action_type": "continuous",
"action_vector": [
-0.1956509948,
-0.4179056287,
-0.1333759427,
-2.3295764923,
-0.1807505786,
2.3536887169,
0.0157563929,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
3b15e33be64a0c7424c74956:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 3b15e33be64a0c7424c74956 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.6000000238
},
... | {
"action_type": "continuous",
"action_vector": [
-0.1880713701,
-0.4036244452,
-0.1312305629,
-2.287248373,
-0.1597971469,
2.3828017712,
0.0245292075,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
51bdb6cf0791945fdfe48d09:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 51bdb6cf0791945fdfe48d09 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.6666666269
},
... | {
"action_type": "continuous",
"action_vector": [
-0.171588704,
-0.3924643397,
-0.1294223517,
-2.2217714787,
-0.1406268179,
2.3970038891,
0.0037861001,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
d1b47a017f50a53e676deeb9:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | d1b47a017f50a53e676deeb9 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.7333333492
},
... | {
"action_type": "continuous",
"action_vector": [
-0.152993679,
-0.3768448234,
-0.1256552488,
-2.1683349609,
-0.1284080744,
2.4189255238,
-0.0156867523,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
98506b4edd5193683f3bd946:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 98506b4edd5193683f3bd946 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.7999999523
},
... | {
"action_type": "continuous",
"action_vector": [
-0.1304444075,
-0.3487832844,
-0.1104769632,
-2.1072673798,
-0.1318049878,
2.429759264,
-0.0405142233,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
6d7bc9067da1e607a9e7c17e:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 6d7bc9067da1e607a9e7c17e | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.8666666746
},
... | {
"action_type": "continuous",
"action_vector": [
-0.1078603566,
-0.31028229,
-0.0997334421,
-2.0458655357,
-0.1281882524,
2.4497611523,
-0.0599477142,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
265c964aee0e3b0c5875f028:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 265c964aee0e3b0c5875f028 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 1.9333332777
},
... | {
"action_type": "continuous",
"action_vector": [
-0.0780042335,
-0.2668084204,
-0.094395414,
-1.98571527,
-0.1114570946,
2.4666624069,
-0.0916597843,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
1a2a929277d049515b2a3e71:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 1a2a929277d049515b2a3e71 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2
},
{
"... | {
"action_type": "continuous",
"action_vector": [
-0.0495608449,
-0.2257710397,
-0.0888618976,
-1.9223201275,
-0.095029071,
2.466483593,
-0.130591169,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
d19003f1954c9aa5fccf06af:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | d19003f1954c9aa5fccf06af | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.0666666031
},
... | {
"action_type": "continuous",
"action_vector": [
-0.0168633312,
-0.1784881651,
-0.0864970163,
-1.8592430353,
-0.0625287145,
2.4487335682,
-0.1804989278,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
135c7150f46d10f25eb893d4:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 135c7150f46d10f25eb893d4 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.1333334446
},
... | {
"action_type": "continuous",
"action_vector": [
0.0097193941,
-0.1278285086,
-0.084394902,
-1.7950878143,
-0.0261152834,
2.4289972782,
-0.2303552628,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
38d7d46fef3eea39715d3067:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 38d7d46fef3eea39715d3067 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.2000000477
},
... | {
"action_type": "continuous",
"action_vector": [
0.0301314853,
-0.0761561096,
-0.0784932971,
-1.7303701639,
0.0089967549,
2.3991103172,
-0.2817651033,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
e4671faf368fd58a82a1d182:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | e4671faf368fd58a82a1d182 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.2666666508
},
... | {
"action_type": "continuous",
"action_vector": [
0.0433172509,
-0.0332112312,
-0.0710235834,
-1.6736660004,
0.041616939,
2.367967844,
-0.3322058022,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
90c3c16265ae8401aed0f789:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 90c3c16265ae8401aed0f789 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.3333332539
},
... | {
"action_type": "continuous",
"action_vector": [
0.048481971,
-0.0003605038,
-0.0664384887,
-1.623513341,
0.0809749067,
2.3334298134,
-0.3975595236,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
99c5af801768378b7a60eeec:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 99c5af801768378b7a60eeec | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.4000000954
},
... | {
"action_type": "continuous",
"action_vector": [
0.0463344529,
-0.0078905746,
-0.0589202046,
-1.6235607862,
0.124321118,
2.3050563335,
-0.4644625783,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
6ab24603e7989f66252a6249:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 6ab24603e7989f66252a6249 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.4666666985
},
... | {
"action_type": "continuous",
"action_vector": [
0.03677053,
-0.0181979053,
-0.0468786173,
-1.6274044514,
0.122239098,
2.2685372829,
-0.4941780865,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
f9b4d16fc6e56c4989551c42:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | f9b4d16fc6e56c4989551c42 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.5333333015
},
... | {
"action_type": "continuous",
"action_vector": [
0.0276251864,
-0.0321204551,
-0.0356594622,
-1.6484882832,
0.0394522585,
2.2415020466,
-0.4442886412,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
6a77b6d8d89124b60b459135:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 6a77b6d8d89124b60b459135 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.5999999046
},
... | {
"action_type": "continuous",
"action_vector": [
0.0242374316,
-0.0439166501,
-0.0335984863,
-1.6662248373,
0.0259342454,
2.1948778629,
-0.4551438689,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
c391173b7037cb5a277d6607:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | c391173b7037cb5a277d6607 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.6666667461
},
... | {
"action_type": "continuous",
"action_vector": [
0.0199990515,
-0.0564082228,
-0.035024628,
-1.688021183,
-0.0274938829,
2.1579494476,
-0.4328413904,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
bf33c22e882f3ce90fc1dca6:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | bf33c22e882f3ce90fc1dca6 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.7333333492
},
... | {
"action_type": "continuous",
"action_vector": [
0.0150193758,
-0.0644928813,
-0.0379214138,
-1.7054197788,
-0.0543253236,
2.1134462357,
-0.4313700497,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
32dee87a600f4e927dcb4fba:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 32dee87a600f4e927dcb4fba | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.7999999523
},
... | {
"action_type": "continuous",
"action_vector": [
0.0123486128,
-0.0676215664,
-0.0361437798,
-1.7123388052,
-0.1061491966,
2.0844049454,
-0.4006282389,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
72b51177a5e262060b7bbfab:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 72b51177a5e262060b7bbfab | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.8666665554
},
... | {
"action_type": "continuous",
"action_vector": [
0.018056307,
-0.0292079654,
-0.0319860205,
-1.65655303,
-0.0414596759,
2.127177,
-0.4262869656,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
1193a4df2e3a5785f94353b3:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 1193a4df2e3a5785f94353b3 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 2.9333333969
},
... | {
"action_type": "continuous",
"action_vector": [
0.015908692,
-0.0295459162,
-0.0322891772,
-1.6581635475,
-0.0502491184,
2.1187002659,
-0.4225926399,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
af15c8b318bb5bc844dc6487:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | af15c8b318bb5bc844dc6487 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3
},
{
"... | {
"action_type": "continuous",
"action_vector": [
0.0158888251,
-0.0284835752,
-0.031787619,
-1.6550341845,
-0.0495762229,
2.1196651459,
-0.4225946367,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
89adcc008d05bc6b93beb233:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 89adcc008d05bc6b93beb233 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.0666666031
},
... | {
"action_type": "continuous",
"action_vector": [
0.0164078064,
-0.0279260185,
-0.029752532,
-1.6525900364,
-0.0495472476,
2.1197185516,
-0.4225754738,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
2bbb5076ebc3082554b0eee7:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 2bbb5076ebc3082554b0eee7 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.1333334446
},
... | {
"action_type": "continuous",
"action_vector": [
0.0169937536,
-0.0272760559,
-0.0272550378,
-1.6507694721,
-0.04958627,
2.1196775436,
-0.4225381315,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
9cf8f820c534efdf46798b91:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 9cf8f820c534efdf46798b91 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.2000000477
},
... | {
"action_type": "continuous",
"action_vector": [
0.0244459715,
-0.027816657,
-0.0154118203,
-1.6434112787,
-0.1110318005,
2.0426015854,
-0.4154964387,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
a078da3290d16cdfd79df507:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | a078da3290d16cdfd79df507 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.2666666508
},
... | {
"action_type": "continuous",
"action_vector": [
0.0291110817,
-0.0255881809,
-0.0090596154,
-1.6438480616,
-0.1026218981,
2.0328540802,
-0.4079697132,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
fccd75bd3e7fa79f32125aae:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | fccd75bd3e7fa79f32125aae | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.3333332539
},
... | {
"action_type": "continuous",
"action_vector": [
0.035888616,
-0.0171269383,
0.0005532857,
-1.6409312487,
-0.0826953724,
2.0141699314,
-0.4139792621,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
8592285ec25af014f405c2b0:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 8592285ec25af014f405c2b0 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.4000000954
},
... | {
"action_type": "continuous",
"action_vector": [
0.040418759,
-0.0092498232,
0.0083982646,
-1.6374834776,
-0.0570967868,
2.0038223267,
-0.4171954095,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
6d3a75d96c68df6937670b1a:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 6d3a75d96c68df6937670b1a | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.4666666985
},
... | {
"action_type": "continuous",
"action_vector": [
0.0433051921,
-0.0012838431,
0.0136290025,
-1.6392433643,
0.0044579282,
2.0076863766,
-0.4366951883,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
9d4f5fbba8dae03df115f3c0:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 9d4f5fbba8dae03df115f3c0 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.5333333015
},
... | {
"action_type": "continuous",
"action_vector": [
0.0443731248,
0.0095738769,
0.0189065728,
-1.643925786,
0.0519267358,
2.011456728,
-0.4331423342,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
376eb20eb1b4e2c8f345baba:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 376eb20eb1b4e2c8f345baba | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.5999999046
},
... | {
"action_type": "continuous",
"action_vector": [
0.0415035859,
0.0221682303,
0.021857651,
-1.6509330273,
0.0533922203,
2.010181427,
-0.3921001852,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
5701683e35e48f6d0daf66da:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 5701683e35e48f6d0daf66da | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.6666667461
},
... | {
"action_type": "continuous",
"action_vector": [
0.0365194343,
0.0300872643,
0.0220891871,
-1.6627964973,
0.0416332409,
2.0077183247,
-0.3518447876,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
750cd6152ec8eb9027953486:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 750cd6152ec8eb9027953486 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.7333333492
},
... | {
"action_type": "continuous",
"action_vector": [
0.0340133309,
0.0284703039,
0.0212281384,
-1.6817737818,
-0.0160587784,
1.9897258282,
-0.3005350828,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
e43b925551d05b3f45a351fb:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | e43b925551d05b3f45a351fb | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.7999999523
},
... | {
"action_type": "continuous",
"action_vector": [
0.0358093828,
0.0270923227,
0.0214056857,
-1.6972308159,
-0.08038003,
1.9634919167,
-0.2632060945,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
c04b69581c5e307a629324bf:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | c04b69581c5e307a629324bf | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.8666665554
},
... | {
"action_type": "continuous",
"action_vector": [
0.0359320678,
0.0325998291,
0.0201360229,
-1.7083710432,
-0.1259219646,
1.9489620924,
-0.228143543,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
c710dfac7b948466bc8d9b01:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | c710dfac7b948466bc8d9b01 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 3.9333333969
},
... | {
"action_type": "continuous",
"action_vector": [
0.0345757566,
0.0370222852,
0.0195947606,
-1.7144267559,
-0.1437430531,
1.9281525612,
-0.2047465444,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
780145c44e7749da3d659390:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 780145c44e7749da3d659390 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4
},
{
"... | {
"action_type": "continuous",
"action_vector": [
0.0343650728,
0.0400332659,
0.0194758475,
-1.7189515829,
-0.1524903774,
1.9119135141,
-0.1833415031,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
c759461a6c087faa338ec54a:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | c759461a6c087faa338ec54a | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.0666666031
},
... | {
"action_type": "continuous",
"action_vector": [
0.0335904248,
0.0439047702,
0.0197818968,
-1.7218766212,
-0.1524135917,
1.899741292,
-0.1706710458,
0
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
3e9f2d296f2d9cab607c85c8:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 3e9f2d296f2d9cab607c85c8 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.1333332062
},
... | {
"action_type": "continuous",
"action_vector": [
0.032440871,
0.0446300805,
0.0209923666,
-1.7252795696,
-0.1365207285,
1.8890502453,
-0.1668809801,
0.00274725
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
971dce206c17bccf39d6a8c2:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 971dce206c17bccf39d6a8c2 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.1999998093
},
... | {
"action_type": "continuous",
"action_vector": [
0.0327231623,
0.0449202619,
0.0229627509,
-1.7270351648,
-0.1212841943,
1.8825788498,
-0.1682910919,
0.25
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
1c6fba114842bb89113173c7:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 1c6fba114842bb89113173c7 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.2666668892
},
... | {
"action_type": "continuous",
"action_vector": [
0.0339354649,
0.0459271818,
0.0242987722,
-1.7270801067,
-0.1231923252,
1.8797653913,
-0.1647477001,
0.2720264494
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
856f7bb245aadb97dd165870:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 856f7bb245aadb97dd165870 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.3333334923
},
... | {
"action_type": "continuous",
"action_vector": [
0.034973599,
0.0478041619,
0.0250516981,
-1.7289397717,
-0.1288455129,
1.8932204247,
-0.1503873467,
0.3425110579
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
bb917c137b832d7447775914:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | bb917c137b832d7447775914 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.4000000954
},
... | {
"action_type": "continuous",
"action_vector": [
0.0356044285,
0.0503016859,
0.0253795404,
-1.7329288721,
-0.1342192888,
1.9197459221,
-0.1323411316,
0.4174008667
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
b097e3ff23053b1b056c9430:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | b097e3ff23053b1b056c9430 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.4666666985
},
... | {
"action_type": "continuous",
"action_vector": [
0.0368668959,
0.0554414876,
0.0258252621,
-1.7366884947,
-0.1468412876,
1.9441071749,
-0.110645175,
0.5143171549
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
d699d2ce2fa2d1483075d4f5:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | d699d2ce2fa2d1483075d4f5 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.5333333015
},
... | {
"action_type": "continuous",
"action_vector": [
0.0386738144,
0.0599351898,
0.0266433395,
-1.7371737957,
-0.1625499874,
1.9565676451,
-0.0936191976,
0.5803964734
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
60475ed35ddf16e76958dd22:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 60475ed35ddf16e76958dd22 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.5999999046
},
... | {
"action_type": "continuous",
"action_vector": [
0.0405910052,
0.0666967109,
0.0276733246,
-1.7359136343,
-0.1714952588,
1.9671497345,
-0.0809665173,
0.650881052
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
4457be46a3363cc700e79490:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 4457be46a3363cc700e79490 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.6666665077
},
... | {
"action_type": "continuous",
"action_vector": [
0.0429906771,
0.0733870342,
0.0285178889,
-1.7346330881,
-0.1821023226,
1.9715703726,
-0.0706587359,
0.7345815301
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
c195a8d46b7883d89e2847b6:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | c195a8d46b7883d89e2847b6 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.7333331108
},
... | {
"action_type": "continuous",
"action_vector": [
0.0446531884,
0.0799334943,
0.0296904203,
-1.7348922491,
-0.1869270205,
1.9803878069,
-0.0620016456,
0.5365017056
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
513a9c45bf6cd7285e4c2a44:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 513a9c45bf6cd7285e4c2a44 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.8000001907
},
... | {
"action_type": "continuous",
"action_vector": [
0.0459674038,
0.0849597901,
0.0308562797,
-1.7334241867,
-0.1942147315,
1.9774266481,
-0.055722598,
0.5736616254
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
255292f15fe7d13f785187f6:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 255292f15fe7d13f785187f6 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.8666667938
},
... | {
"action_type": "continuous",
"action_vector": [
0.0465621948,
0.0875393227,
0.0318682529,
-1.7336790562,
-0.1982711405,
1.9811205864,
-0.0516412482,
0.8430032134
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
2b4d8b01ad8f9c475edcb982:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 2b4d8b01ad8f9c475edcb982 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 4.9333333969
},
... | {
"action_type": "continuous",
"action_vector": [
0.0478667691,
0.090271607,
0.0321697891,
-1.7346642017,
-0.2079991847,
1.9845778942,
-0.0418238379,
0.8270925283
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
7423d30f8a5a0261ee88f2ab:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 7423d30f8a5a0261ee88f2ab | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5
},
{
"... | {
"action_type": "continuous",
"action_vector": [
0.0485724509,
0.0917953923,
0.0316309221,
-1.7341475487,
-0.2128951848,
1.9895207882,
-0.0341461562,
0.8359031081
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
e1731d8e12fdf6b188a8a50f:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | e1731d8e12fdf6b188a8a50f | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.0666666031
},
... | {
"action_type": "continuous",
"action_vector": [
0.0485461205,
0.0896004513,
0.0310010407,
-1.7309509516,
-0.2175454497,
1.9902162552,
-0.025412716,
0.8799559474
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
61cd85328c7b0642f026e84d:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 61cd85328c7b0642f026e84d | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.1333332062
},
... | {
"action_type": "continuous",
"action_vector": [
0.0472196899,
0.0845138282,
0.0307431351,
-1.7288715839,
-0.2130942196,
1.9913218021,
-0.023621507,
0.8622512221
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
90527e8b3ad75aca1eae8589:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 90527e8b3ad75aca1eae8589 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.1999998093
},
... | {
"action_type": "continuous",
"action_vector": [
0.0446479172,
0.0747120529,
0.0278417226,
-1.7238494158,
-0.2176722884,
1.9879101515,
-0.0266942196,
0.8626172543
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
79801a19e88c835ab476e254:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 79801a19e88c835ab476e254 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.2666668892
},
... | {
"action_type": "continuous",
"action_vector": [
0.0418682955,
0.0651856065,
0.0252424739,
-1.7207186222,
-0.2213307023,
1.9862999916,
-0.0317911729,
0.8642657399
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
d6a94375563a699e30bffdc8:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | d6a94375563a699e30bffdc8 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.3333334923
},
... | {
"action_type": "continuous",
"action_vector": [
0.0359555297,
0.0494101532,
0.0227098148,
-1.7181135416,
-0.208360061,
1.9916549921,
-0.0560493767,
0.8681212664
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
f245b28444a751a9157cad5a:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | f245b28444a751a9157cad5a | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.4000000954
},
... | {
"action_type": "continuous",
"action_vector": [
0.0282972641,
0.0289615467,
0.0202935487,
-1.7125211954,
-0.1917006075,
2.0004878044,
-0.0958151966,
0.8721631169
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
008098145fe6cf3b1929b3aa:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 008098145fe6cf3b1929b3aa | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.4666666985
},
... | {
"action_type": "continuous",
"action_vector": [
0.0239236057,
0.014680557,
0.0177040361,
-1.7030334473,
-0.1921622157,
2.0078849792,
-0.1295665801,
0.8653714657
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
a142daa044bd610a99a20a40:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | a142daa044bd610a99a20a40 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.5333333015
},
... | {
"action_type": "continuous",
"action_vector": [
0.0195332635,
-0.0033956915,
0.0168140251,
-1.6853607893,
-0.1861370355,
2.0257828236,
-0.1801726073,
0.8648224473
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
7517a3dec601c2c51f300051:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 7517a3dec601c2c51f300051 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.5999999046
},
... | {
"action_type": "continuous",
"action_vector": [
0.0184265915,
-0.0107072257,
0.0182089321,
-1.662497282,
-0.1728583425,
2.0317583084,
-0.2245557159,
0.8651884794
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
a4d34f5f5801ce5ab3e9913b:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | a4d34f5f5801ce5ab3e9913b | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.6666665077
},
... | {
"action_type": "continuous",
"action_vector": [
0.0207527243,
-0.0137341097,
0.0223541148,
-1.6343024969,
-0.1470113248,
2.029955864,
-0.2706229985,
0.8661041856
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
b17d50bcac69c4626be7e43f:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | b17d50bcac69c4626be7e43f | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.7333331108
},
... | {
"action_type": "continuous",
"action_vector": [
0.0254361704,
-0.0201933272,
0.0265304893,
-1.6094458103,
-0.1161319762,
2.0249800682,
-0.3122464418,
0.8655552268
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
2b5dcc71857a49669f50f9a5:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 2b5dcc71857a49669f50f9a5 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.8000001907
},
... | {
"action_type": "continuous",
"action_vector": [
0.0329890624,
-0.0228810273,
0.0325528421,
-1.5810647011,
-0.0958923772,
2.0191650391,
-0.3506495059,
0.8651884794
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
72f316588caf10c25c285343:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 72f316588caf10c25c285343 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.8666667938
},
... | {
"action_type": "continuous",
"action_vector": [
0.0459650047,
-0.0226628967,
0.0434919745,
-1.5446306467,
-0.0770339966,
2.0040326118,
-0.3837001324,
0.8659211993
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
19b7b6e3043d0ae95843ad21:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 19b7b6e3043d0ae95843ad21 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 5.9333333969
},
... | {
"action_type": "continuous",
"action_vector": [
0.0582721941,
-0.0199713111,
0.0550567657,
-1.5131347179,
-0.0583824217,
2.0005390644,
-0.4116695225,
0.8679357171
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
4667a87dc1b906b19219aff2:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 4667a87dc1b906b19219aff2 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 6
},
{
"... | {
"action_type": "continuous",
"action_vector": [
0.0696997344,
-0.0126045542,
0.0669699162,
-1.4843666553,
-0.0422633402,
2.0024247169,
-0.4392330647,
0.8688514233
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
3825a489d03aebaae43caebc:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 3825a489d03aebaae43caebc | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 6.0666666031
},
... | {
"action_type": "continuous",
"action_vector": [
0.0839410797,
-0.0037266668,
0.0829366148,
-1.450012207,
-0.0239906237,
1.9990570545,
-0.461325258,
0.869767189
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
6f792564a8e6ffef702609b7:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 6f792564a8e6ffef702609b7 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 6.1333332062
},
... | {
"action_type": "continuous",
"action_vector": [
0.0986576974,
0.0073180292,
0.0983975604,
-1.4208563566,
-0.0034413897,
1.9997209311,
-0.4843666255,
0.8704999685
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
e1f438cfc51214aa11f5bbcc:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | e1f438cfc51214aa11f5bbcc | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 6.1999998093
},
... | {
"action_type": "continuous",
"action_vector": [
0.1134782881,
0.0178373791,
0.1153661013,
-1.3925453424,
0.0145847872,
1.994658947,
-0.5068205595,
0.8706829548
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
ff844de60e04539d0d3d9906:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | ff844de60e04539d0d3d9906 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 6.2666668892
},
... | {
"action_type": "continuous",
"action_vector": [
0.1289976239,
0.0300055705,
0.132915318,
-1.365748167,
0.0318747312,
1.990267396,
-0.5297890902,
0.8712326884
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
fc9a8d5989392f8520edbdc0:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | fc9a8d5989392f8520edbdc0 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 6.3333334923
},
... | {
"action_type": "continuous",
"action_vector": [
0.1437160671,
0.0390089564,
0.1500941664,
-1.3447458744,
0.0504437014,
1.9854584932,
-0.5541411042,
0.8712326884
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
1ee3a59db2c6124295988d2f:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 1ee3a59db2c6124295988d2f | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 6.4000000954
},
... | {
"action_type": "continuous",
"action_vector": [
0.1564102024,
0.0420631543,
0.1693239361,
-1.334435463,
0.0665760785,
1.9829069376,
-0.5790446401,
0.8715987206
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
34b163578f02830367f81f0e:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | 34b163578f02830367f81f0e | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 6.4666666985
},
... | {
"action_type": "continuous",
"action_vector": [
0.1687191427,
0.0506990105,
0.1856804043,
-1.3213635683,
0.0853742212,
1.9789292812,
-0.6092492938,
0.8721484542
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
c2525da105aecac50cbeba37:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | c2525da105aecac50cbeba37 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 6.5333333015
},
... | {
"action_type": "continuous",
"action_vector": [
0.180407092,
0.0519745462,
0.2023242116,
-1.3198354244,
0.1040773839,
1.9764721394,
-0.6391432881,
0.8726974726
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
fa84d88de72a65b1910f6014:act | roboticsgraph | observation_to_action | droid_lerobot | d62b4a036bcd84c3ecde0a09 | fa84d88de72a65b1910f6014 | {
"instruction": "",
"observation_refs": [
{
"type": "video",
"camera": "exterior_1_left",
"file": "videos/observation.images.exterior_1_left/chunk-000/file-000.mp4",
"episode_from_timestamp": 0,
"episode_to_timestamp": 11.1333333333,
"frame_timestamp": 6.5999999046
},
... | {
"action_type": "continuous",
"action_vector": [
0.1904179603,
0.0527524464,
0.2170620561,
-1.3269577026,
0.1242271513,
1.979249239,
-0.6734107733,
0.87306422
]
} | {} | {
"status": "unverified",
"method": "",
"evidence": []
} | 1 | [] | open_license_reviewed | train |
RoboticsGraph · DROID — FREE SAMPLE (327 episodes, videos included)
This is a free sample of a much larger commercial release. The full version — 1,700,000 frames / 5,819 episodes / 70 collection sites, with a 13.7M-edge relationship graph and full video linkage — is available for purchase. Contact: energea@energeatech.com.
MatrixNorm RoboticsGraph turns raw robot-learning corpora into
training-ready, rights-tracked, leakage-safe datasets: the verified chain
instruction → observation → state → action → outcome as structured rows —
not raw robot video dumps.
What's in the sample
327 real-world Franka manipulation episodes (96,183 timesteps, 45 collection sites) — and every sample episode's exterior-camera video is included and frame-addressable from the data rows.
| file | what it is |
|---|---|
roboticsgraph_dataset.jsonl / .csv |
THE flat normalized table — one row per timestep, 38 columns |
training_tasks.jsonl.gz |
96,183 training tasks: instruction + full robot_state → action vector |
train.jsonl.gz / validation.jsonl.gz / test.jsonl.gz |
the same tasks, materialized by episode-grouped split (220/47/60 episodes — zero episode leakage) |
eval_tasks.jsonl |
327 held-out predict_success eval tasks |
hin_edges.jsonl.gz |
774,067-edge relationship graph (episode/timestep/state/action/outcome/task) |
videos/ + videos_index.* |
the covering exterior-camera MP4 + per-episode/per-camera windows; video_frame_timestamp on every row seeks straight to the frame |
source_manifest.json / rights_manifest.csv |
provenance, license trail, raw-archive SHA256 |
from datasets import load_dataset
rows = load_dataset("json", data_files="roboticsgraph_dataset.jsonl", split="train")
tasks = load_dataset("json", data_files="train.jsonl.gz", split="train")
Field coverage (this sample)
robot_embodiment(Franka, verified from source metadata): 100%- state / end-effector pose / gripper / action vectors: 100%
- video linkage (file + exact frame timestamp per row): 100%
- collection site + collector provenance: 100%
- outcome (success/failure ground truth): 100%
- language instruction: 72.8% — the remainder have no label anywhere in the
source; they are flagged, never invented, and their tasks are typed
observation_to_action. Alternate source phrasings are preserved.
Why this beats using the raw source directly
- Training-ready tasks — every timestep is already an (instruction, robot_state, video-frame ref) → action_vector pair; no parsing, joining, or episode reconstruction needed.
- Leakage-safe splits — episode-grouped, hash-materialized, auditable via
split_group_key. No silent train/test contamination. - Honesty contract — every label traces to a real source field; gaps are flagged, not filled. Two corrupt source columns were detected and excluded (documented below).
- Rights tracked end-to-end — apache-2.0 verified at the source, rights manifest + raw-archive SHA256 included.
- Relationship graph — HIN edges connect timesteps, states, actions, outcomes and tasks for graph-based learning and retrieval.
The full release (for sale)
- 1,700,000 frames / 5,819 episodes / 70 sites (≈18× this sample)
- 1.7M training tasks + 5,819 eval tasks, 13,682,009 HIN edges
- full video index for all episodes × 3 cameras (exterior 1/2 + wrist)
- same validated 100% coverage on embodiment/state/video/provenance fields
- custom normalization runs (other robots, other corpora, up to the full 95,658-episode DROID) available on request
Contact: energea@energeatech.com
Honesty notes
- The source mirror's
task_categoryanddatecolumns are corrupt duplicates ofbuildingandcollector_id(verified) — excluded rather than shipped as fake labels. gripper_action_stateopen/closed is a disclosed 0.5 threshold over the continuousgripper_position(preserved verbatim).- Instructions are never synthesized; unlabeled episodes stay unlabeled.
License
This packaged sample (the flat table, task construction, splits, HIN graph, video index, and this documentation) is licensed CC BY-NC 4.0 — attribution required, non-commercial use only. Commercial use requires a license — contact energea@energeatech.com (the full 1.7M-frame release is sold under a separate commercial license).
Scope note: this NC restriction covers williamTLmiller's normalization and
packaging work. It does not and cannot restrict the underlying DROID
recordings themselves, which remain separately available under Apache
License 2.0 from their original source
(lerobot/droid_1.0.1).
See LICENSE (CC BY-NC 4.0, this package) and
LICENSE-APACHE-2.0-UNDERLYING-DATA.txt (the source data's own license).
Attribution
Derived from DROID via the official
LeRobot-format mirror lerobot/droid_1.0.1
(Apache-2.0). Please cite the DROID paper when using the underlying data.
- Downloads last month
- 87