markhsp commited on
Commit
c22a42d
·
0 Parent(s):

RoboDyna LeRobot v2.1: 4 tasks x 100 episodes (re-indexed standard)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +2 -0
  2. README.md +14 -0
  3. annotations/chunk-000/episode_000000.json +36 -0
  4. annotations/chunk-000/episode_000001.json +36 -0
  5. annotations/chunk-000/episode_000002.json +36 -0
  6. annotations/chunk-000/episode_000003.json +36 -0
  7. annotations/chunk-000/episode_000004.json +36 -0
  8. annotations/chunk-000/episode_000005.json +36 -0
  9. annotations/chunk-000/episode_000006.json +36 -0
  10. annotations/chunk-000/episode_000007.json +36 -0
  11. annotations/chunk-000/episode_000008.json +36 -0
  12. annotations/chunk-000/episode_000009.json +36 -0
  13. annotations/chunk-000/episode_000010.json +36 -0
  14. annotations/chunk-000/episode_000011.json +36 -0
  15. annotations/chunk-000/episode_000012.json +36 -0
  16. annotations/chunk-000/episode_000013.json +36 -0
  17. annotations/chunk-000/episode_000014.json +36 -0
  18. annotations/chunk-000/episode_000015.json +36 -0
  19. annotations/chunk-000/episode_000016.json +36 -0
  20. annotations/chunk-000/episode_000017.json +36 -0
  21. annotations/chunk-000/episode_000018.json +36 -0
  22. annotations/chunk-000/episode_000019.json +36 -0
  23. annotations/chunk-000/episode_000020.json +36 -0
  24. annotations/chunk-000/episode_000021.json +36 -0
  25. annotations/chunk-000/episode_000022.json +36 -0
  26. annotations/chunk-000/episode_000023.json +36 -0
  27. annotations/chunk-000/episode_000024.json +36 -0
  28. annotations/chunk-000/episode_000025.json +36 -0
  29. annotations/chunk-000/episode_000026.json +36 -0
  30. annotations/chunk-000/episode_000027.json +36 -0
  31. annotations/chunk-000/episode_000028.json +36 -0
  32. annotations/chunk-000/episode_000029.json +36 -0
  33. annotations/chunk-000/episode_000030.json +36 -0
  34. annotations/chunk-000/episode_000031.json +36 -0
  35. annotations/chunk-000/episode_000032.json +36 -0
  36. annotations/chunk-000/episode_000033.json +36 -0
  37. annotations/chunk-000/episode_000034.json +36 -0
  38. annotations/chunk-000/episode_000035.json +36 -0
  39. annotations/chunk-000/episode_000036.json +36 -0
  40. annotations/chunk-000/episode_000037.json +36 -0
  41. annotations/chunk-000/episode_000038.json +36 -0
  42. annotations/chunk-000/episode_000039.json +36 -0
  43. annotations/chunk-000/episode_000040.json +36 -0
  44. annotations/chunk-000/episode_000041.json +36 -0
  45. annotations/chunk-000/episode_000042.json +36 -0
  46. annotations/chunk-000/episode_000043.json +36 -0
  47. annotations/chunk-000/episode_000044.json +36 -0
  48. annotations/chunk-000/episode_000045.json +36 -0
  49. annotations/chunk-000/episode_000046.json +36 -0
  50. annotations/chunk-000/episode_000047.json +36 -0
.gitattributes ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ *.parquet filter=lfs diff=lfs merge=lfs -text
2
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories: [robotics]
4
+ tags: [robotics, manipulation, lerobot, dual-arm, dynamic]
5
+ ---
6
+
7
+ # RoboDyna — LeRobot dataset
8
+
9
+ Expert demonstrations for the **RoboDyna** dynamic dual-arm manipulation benchmark
10
+ (forked from [DOMINO](https://github.com/h-embodvis/DOMINO), RoboTwin 2.0 + SAPIEN 3.0.3),
11
+ in **LeRobot v2.1** format. Project: https://github.com/EAI-RSM/RoboDyna · site: https://eai-rsm.github.io/RoboDyna/
12
+
13
+ **4 tasks × 100 episodes** (dual-UR5 + WSG, 16.67 Hz): `cook_meat`, `sort_apples_belt`,
14
+ `pick_ripe_apple`, `catch_ramp_ball`. Cameras: head, countertop, left_wrist, right_wrist.
annotations/chunk-000/episode_000000.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 350
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 0,
28
+ "meta_data": {
29
+ "length": 350,
30
+ "valid_range": [
31
+ 0,
32
+ 350
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000001.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 430
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 1,
28
+ "meta_data": {
29
+ "length": 430,
30
+ "valid_range": [
31
+ 0,
32
+ 430
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000002.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 317
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 2,
28
+ "meta_data": {
29
+ "length": 317,
30
+ "valid_range": [
31
+ 0,
32
+ 317
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000003.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 346
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 3,
28
+ "meta_data": {
29
+ "length": 346,
30
+ "valid_range": [
31
+ 0,
32
+ 346
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000004.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 317
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 4,
28
+ "meta_data": {
29
+ "length": 317,
30
+ "valid_range": [
31
+ 0,
32
+ 317
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000005.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 414
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 5,
28
+ "meta_data": {
29
+ "length": 414,
30
+ "valid_range": [
31
+ 0,
32
+ 414
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000006.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 467
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 6,
28
+ "meta_data": {
29
+ "length": 467,
30
+ "valid_range": [
31
+ 0,
32
+ 467
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000007.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 278
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 7,
28
+ "meta_data": {
29
+ "length": 278,
30
+ "valid_range": [
31
+ 0,
32
+ 278
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000008.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 443
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 8,
28
+ "meta_data": {
29
+ "length": 443,
30
+ "valid_range": [
31
+ 0,
32
+ 443
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000009.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 419
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 9,
28
+ "meta_data": {
29
+ "length": 419,
30
+ "valid_range": [
31
+ 0,
32
+ 419
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000010.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 346
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 10,
28
+ "meta_data": {
29
+ "length": 346,
30
+ "valid_range": [
31
+ 0,
32
+ 346
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000011.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 324
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 11,
28
+ "meta_data": {
29
+ "length": 324,
30
+ "valid_range": [
31
+ 0,
32
+ 324
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000012.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 458
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 12,
28
+ "meta_data": {
29
+ "length": 458,
30
+ "valid_range": [
31
+ 0,
32
+ 458
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000013.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 281
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 13,
28
+ "meta_data": {
29
+ "length": 281,
30
+ "valid_range": [
31
+ 0,
32
+ 281
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000014.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 394
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 14,
28
+ "meta_data": {
29
+ "length": 394,
30
+ "valid_range": [
31
+ 0,
32
+ 394
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000015.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 423
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 15,
28
+ "meta_data": {
29
+ "length": 423,
30
+ "valid_range": [
31
+ 0,
32
+ 423
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000016.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 404
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 16,
28
+ "meta_data": {
29
+ "length": 404,
30
+ "valid_range": [
31
+ 0,
32
+ 404
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000017.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 441
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 17,
28
+ "meta_data": {
29
+ "length": 441,
30
+ "valid_range": [
31
+ 0,
32
+ 441
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000018.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 313
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 18,
28
+ "meta_data": {
29
+ "length": 313,
30
+ "valid_range": [
31
+ 0,
32
+ 313
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000019.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 444
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 19,
28
+ "meta_data": {
29
+ "length": 444,
30
+ "valid_range": [
31
+ 0,
32
+ 444
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000020.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 441
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 20,
28
+ "meta_data": {
29
+ "length": 441,
30
+ "valid_range": [
31
+ 0,
32
+ 441
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000021.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 442
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 21,
28
+ "meta_data": {
29
+ "length": 442,
30
+ "valid_range": [
31
+ 0,
32
+ 442
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000022.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 358
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 22,
28
+ "meta_data": {
29
+ "length": 358,
30
+ "valid_range": [
31
+ 0,
32
+ 358
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000023.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 330
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 23,
28
+ "meta_data": {
29
+ "length": 330,
30
+ "valid_range": [
31
+ 0,
32
+ 330
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000024.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 419
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 24,
28
+ "meta_data": {
29
+ "length": 419,
30
+ "valid_range": [
31
+ 0,
32
+ 419
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000025.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 276
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 25,
28
+ "meta_data": {
29
+ "length": 276,
30
+ "valid_range": [
31
+ 0,
32
+ 276
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000026.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 435
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 26,
28
+ "meta_data": {
29
+ "length": 435,
30
+ "valid_range": [
31
+ 0,
32
+ 435
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000027.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 397
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 27,
28
+ "meta_data": {
29
+ "length": 397,
30
+ "valid_range": [
31
+ 0,
32
+ 397
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000028.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 300
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 28,
28
+ "meta_data": {
29
+ "length": 300,
30
+ "valid_range": [
31
+ 0,
32
+ 300
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000029.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 412
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 29,
28
+ "meta_data": {
29
+ "length": 412,
30
+ "valid_range": [
31
+ 0,
32
+ 412
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000030.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 361
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 30,
28
+ "meta_data": {
29
+ "length": 361,
30
+ "valid_range": [
31
+ 0,
32
+ 361
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000031.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 326
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 31,
28
+ "meta_data": {
29
+ "length": 326,
30
+ "valid_range": [
31
+ 0,
32
+ 326
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000032.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 321
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 32,
28
+ "meta_data": {
29
+ "length": 321,
30
+ "valid_range": [
31
+ 0,
32
+ 321
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000033.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 352
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 33,
28
+ "meta_data": {
29
+ "length": 352,
30
+ "valid_range": [
31
+ 0,
32
+ 352
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000034.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 434
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 34,
28
+ "meta_data": {
29
+ "length": 434,
30
+ "valid_range": [
31
+ 0,
32
+ 434
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000035.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 268
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 35,
28
+ "meta_data": {
29
+ "length": 268,
30
+ "valid_range": [
31
+ 0,
32
+ 268
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000036.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 353
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 36,
28
+ "meta_data": {
29
+ "length": 353,
30
+ "valid_range": [
31
+ 0,
32
+ 353
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000037.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 485
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 37,
28
+ "meta_data": {
29
+ "length": 485,
30
+ "valid_range": [
31
+ 0,
32
+ 485
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000038.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 347
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 38,
28
+ "meta_data": {
29
+ "length": 347,
30
+ "valid_range": [
31
+ 0,
32
+ 347
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000039.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 324
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 39,
28
+ "meta_data": {
29
+ "length": 324,
30
+ "valid_range": [
31
+ 0,
32
+ 324
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000040.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 462
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 40,
28
+ "meta_data": {
29
+ "length": 462,
30
+ "valid_range": [
31
+ 0,
32
+ 462
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000041.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 358
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 41,
28
+ "meta_data": {
29
+ "length": 358,
30
+ "valid_range": [
31
+ 0,
32
+ 358
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000042.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 356
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 42,
28
+ "meta_data": {
29
+ "length": 356,
30
+ "valid_range": [
31
+ 0,
32
+ 356
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000043.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 362
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 43,
28
+ "meta_data": {
29
+ "length": 362,
30
+ "valid_range": [
31
+ 0,
32
+ 362
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000044.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 320
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 44,
28
+ "meta_data": {
29
+ "length": 320,
30
+ "valid_range": [
31
+ 0,
32
+ 320
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000045.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 446
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 45,
28
+ "meta_data": {
29
+ "length": 446,
30
+ "valid_range": [
31
+ 0,
32
+ 446
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000046.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 400
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 46,
28
+ "meta_data": {
29
+ "length": 400,
30
+ "valid_range": [
31
+ 0,
32
+ 400
33
+ ],
34
+ "success": true
35
+ }
36
+ }
annotations/chunk-000/episode_000047.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "pick up the raw meat from the table, cook it on the pan until done, then put it back on the table",
3
+ "primitive_annotation": [
4
+ {
5
+ "label": "demo",
6
+ "frame_duration": [
7
+ 0,
8
+ 432
9
+ ]
10
+ }
11
+ ],
12
+ "dynamic_state": {
13
+ "schema": [
14
+ "cooking.cook_steps",
15
+ "cooking.doneness",
16
+ "cooking.pan_xy[0]",
17
+ "cooking.pan_xy[1]",
18
+ "cooking.place_offset[0]",
19
+ "cooking.place_offset[1]",
20
+ "cooking.steak_xy[0]",
21
+ "cooking.steak_xy[1]",
22
+ "cooking.target_doneness"
23
+ ],
24
+ "dim": 32
25
+ },
26
+ "task_name": "cook_meat",
27
+ "episode_index": 47,
28
+ "meta_data": {
29
+ "length": 432,
30
+ "valid_range": [
31
+ 0,
32
+ 432
33
+ ],
34
+ "success": true
35
+ }
36
+ }