posky02 commited on
Commit
161f936
·
verified ·
1 Parent(s): 18275df

Upload 10 files

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34ba60e8a815d448fd56d3d62a4cf4857a14008a2ba5f7ff381c90b4adcc9218
3
+ size 3079269
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74f350392e521091a1363fb175bd85d816a1208da3ab84453308097e2da1a5df
3
+ size 973141
meta/info.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so_follower",
4
+ "total_episodes": 200,
5
+ "total_frames": 142325,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:200"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "names": [
20
+ "shoulder_pan.pos",
21
+ "shoulder_lift.pos",
22
+ "elbow_flex.pos",
23
+ "wrist_flex.pos",
24
+ "wrist_roll.pos",
25
+ "gripper.pos"
26
+ ],
27
+ "shape": [
28
+ 6
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "names": [
34
+ "shoulder_pan.pos",
35
+ "shoulder_lift.pos",
36
+ "elbow_flex.pos",
37
+ "wrist_flex.pos",
38
+ "wrist_roll.pos",
39
+ "gripper.pos"
40
+ ],
41
+ "shape": [
42
+ 6
43
+ ]
44
+ },
45
+ "observation.images.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "h264",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.right": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "h264",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.up": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.codec": "h264",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ },
149
+ "subtask_index": {
150
+ "dtype": "int64",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": null
155
+ }
156
+ }
157
+ }
meta/lerobot_annotations.json ADDED
@@ -0,0 +1,2990 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": 1,
3
+ "episodes": {
4
+ "0": {
5
+ "subtasks": [
6
+ {
7
+ "start": 0.0,
8
+ "end": 11.183333333333334,
9
+ "label": "pick up the blue object"
10
+ },
11
+ {
12
+ "start": 11.183333333333334,
13
+ "end": 23.75,
14
+ "label": "move and drop the object"
15
+ }
16
+ ],
17
+ "high_levels": []
18
+ },
19
+ "1": {
20
+ "subtasks": [
21
+ {
22
+ "start": 0.0,
23
+ "end": 13.616666666666667,
24
+ "label": "pick up the blue object"
25
+ },
26
+ {
27
+ "start": 13.616666666666667,
28
+ "end": 26.183333333333334,
29
+ "label": "move and drop the object"
30
+ }
31
+ ],
32
+ "high_levels": []
33
+ },
34
+ "2": {
35
+ "subtasks": [
36
+ {
37
+ "start": 0.0,
38
+ "end": 11.716666666666667,
39
+ "label": "pick up the blue object"
40
+ },
41
+ {
42
+ "start": 11.716666666666667,
43
+ "end": 22.35,
44
+ "label": "move and drop the object"
45
+ }
46
+ ],
47
+ "high_levels": []
48
+ },
49
+ "3": {
50
+ "subtasks": [
51
+ {
52
+ "start": 0.0,
53
+ "end": 13.416666666666666,
54
+ "label": "pick up the blue object"
55
+ },
56
+ {
57
+ "start": 13.416666666666666,
58
+ "end": 25.65,
59
+ "label": "move and drop the object"
60
+ }
61
+ ],
62
+ "high_levels": []
63
+ },
64
+ "4": {
65
+ "subtasks": [
66
+ {
67
+ "start": 0.0,
68
+ "end": 14.683333333333334,
69
+ "label": "pick up the blue object"
70
+ },
71
+ {
72
+ "start": 14.683333333333334,
73
+ "end": 26.816666666666666,
74
+ "label": "move and drop the object"
75
+ }
76
+ ],
77
+ "high_levels": []
78
+ },
79
+ "5": {
80
+ "subtasks": [
81
+ {
82
+ "start": 0.0,
83
+ "end": 10.283333333333333,
84
+ "label": "pick up the blue object"
85
+ },
86
+ {
87
+ "start": 10.283333333333333,
88
+ "end": 21.783333333333335,
89
+ "label": "move and drop the object"
90
+ }
91
+ ],
92
+ "high_levels": []
93
+ },
94
+ "6": {
95
+ "subtasks": [
96
+ {
97
+ "start": 0.0,
98
+ "end": 12.75,
99
+ "label": "pick up the blue object"
100
+ },
101
+ {
102
+ "start": 12.75,
103
+ "end": 22.95,
104
+ "label": "move and drop the object"
105
+ }
106
+ ],
107
+ "high_levels": []
108
+ },
109
+ "7": {
110
+ "subtasks": [
111
+ {
112
+ "start": 0.0,
113
+ "end": 12.05,
114
+ "label": "pick up the blue object"
115
+ },
116
+ {
117
+ "start": 12.05,
118
+ "end": 23.95,
119
+ "label": "move and drop the object"
120
+ }
121
+ ],
122
+ "high_levels": []
123
+ },
124
+ "8": {
125
+ "subtasks": [
126
+ {
127
+ "start": 0.0,
128
+ "end": 12.416666666666666,
129
+ "label": "pick up the blue object"
130
+ },
131
+ {
132
+ "start": 12.416666666666666,
133
+ "end": 23.183333333333334,
134
+ "label": "move and drop the object"
135
+ }
136
+ ],
137
+ "high_levels": []
138
+ },
139
+ "9": {
140
+ "subtasks": [
141
+ {
142
+ "start": 0.0,
143
+ "end": 10.616666666666667,
144
+ "label": "pick up the blue object"
145
+ },
146
+ {
147
+ "start": 10.616666666666667,
148
+ "end": 22.816666666666666,
149
+ "label": "move and drop the object"
150
+ }
151
+ ],
152
+ "high_levels": []
153
+ },
154
+ "10": {
155
+ "subtasks": [
156
+ {
157
+ "start": 0.0,
158
+ "end": 17.016666666666666,
159
+ "label": "pick up the blue object"
160
+ },
161
+ {
162
+ "start": 17.016666666666666,
163
+ "end": 29.25,
164
+ "label": "move and drop the object"
165
+ }
166
+ ],
167
+ "high_levels": []
168
+ },
169
+ "11": {
170
+ "subtasks": [
171
+ {
172
+ "start": 0.0,
173
+ "end": 13.383333333333333,
174
+ "label": "pick up the blue object"
175
+ },
176
+ {
177
+ "start": 13.383333333333333,
178
+ "end": 25.95,
179
+ "label": "move and drop the object"
180
+ }
181
+ ],
182
+ "high_levels": []
183
+ },
184
+ "12": {
185
+ "subtasks": [
186
+ {
187
+ "start": 0.0,
188
+ "end": 13.683333333333334,
189
+ "label": "pick up the blue object"
190
+ },
191
+ {
192
+ "start": 13.683333333333334,
193
+ "end": 25.15,
194
+ "label": "move and drop the object"
195
+ }
196
+ ],
197
+ "high_levels": []
198
+ },
199
+ "13": {
200
+ "subtasks": [
201
+ {
202
+ "start": 0.0,
203
+ "end": 12.183333333333334,
204
+ "label": "pick up the blue object"
205
+ },
206
+ {
207
+ "start": 12.183333333333334,
208
+ "end": 25.483333333333334,
209
+ "label": "move and drop the object"
210
+ }
211
+ ],
212
+ "high_levels": []
213
+ },
214
+ "14": {
215
+ "subtasks": [
216
+ {
217
+ "start": 0.0,
218
+ "end": 11.05,
219
+ "label": "pick up the blue object"
220
+ },
221
+ {
222
+ "start": 11.05,
223
+ "end": 23.416666666666668,
224
+ "label": "move and drop the object"
225
+ }
226
+ ],
227
+ "high_levels": []
228
+ },
229
+ "15": {
230
+ "subtasks": [
231
+ {
232
+ "start": 0.0,
233
+ "end": 11.316666666666666,
234
+ "label": "pick up the blue object"
235
+ },
236
+ {
237
+ "start": 11.316666666666666,
238
+ "end": 24.083333333333332,
239
+ "label": "move and drop the object"
240
+ }
241
+ ],
242
+ "high_levels": []
243
+ },
244
+ "16": {
245
+ "subtasks": [
246
+ {
247
+ "start": 0.0,
248
+ "end": 12.116666666666667,
249
+ "label": "pick up the blue object"
250
+ },
251
+ {
252
+ "start": 12.116666666666667,
253
+ "end": 25.216666666666665,
254
+ "label": "move and drop the object"
255
+ }
256
+ ],
257
+ "high_levels": []
258
+ },
259
+ "17": {
260
+ "subtasks": [
261
+ {
262
+ "start": 0.0,
263
+ "end": 13.016666666666667,
264
+ "label": "pick up the blue object"
265
+ },
266
+ {
267
+ "start": 13.016666666666667,
268
+ "end": 26.316666666666666,
269
+ "label": "move and drop the object"
270
+ }
271
+ ],
272
+ "high_levels": []
273
+ },
274
+ "18": {
275
+ "subtasks": [
276
+ {
277
+ "start": 0.0,
278
+ "end": 13.583333333333334,
279
+ "label": "pick up the blue object"
280
+ },
281
+ {
282
+ "start": 13.583333333333334,
283
+ "end": 25.416666666666668,
284
+ "label": "move and drop the object"
285
+ }
286
+ ],
287
+ "high_levels": []
288
+ },
289
+ "19": {
290
+ "subtasks": [
291
+ {
292
+ "start": 0.0,
293
+ "end": 9.116666666666667,
294
+ "label": "pick up the blue object"
295
+ },
296
+ {
297
+ "start": 9.116666666666667,
298
+ "end": 20.15,
299
+ "label": "move and drop the object"
300
+ }
301
+ ],
302
+ "high_levels": []
303
+ },
304
+ "20": {
305
+ "subtasks": [
306
+ {
307
+ "start": 0.0,
308
+ "end": 13.25,
309
+ "label": "pick up the blue object"
310
+ },
311
+ {
312
+ "start": 13.25,
313
+ "end": 25.15,
314
+ "label": "move and drop the object"
315
+ }
316
+ ],
317
+ "high_levels": []
318
+ },
319
+ "22": {
320
+ "subtasks": [
321
+ {
322
+ "start": 0.0,
323
+ "end": 19.15,
324
+ "label": "pick up the blue object"
325
+ },
326
+ {
327
+ "start": 19.15,
328
+ "end": 31.083333333333332,
329
+ "label": "move and drop the object"
330
+ }
331
+ ],
332
+ "high_levels": []
333
+ },
334
+ "23": {
335
+ "subtasks": [
336
+ {
337
+ "start": 0.0,
338
+ "end": 12.95,
339
+ "label": "pick up the blue object"
340
+ },
341
+ {
342
+ "start": 12.95,
343
+ "end": 25.35,
344
+ "label": "move and drop the object"
345
+ }
346
+ ],
347
+ "high_levels": []
348
+ },
349
+ "24": {
350
+ "subtasks": [
351
+ {
352
+ "start": 0.0,
353
+ "end": 12.85,
354
+ "label": "pick up the blue object"
355
+ },
356
+ {
357
+ "start": 12.85,
358
+ "end": 24.216666666666665,
359
+ "label": "move and drop the object"
360
+ }
361
+ ],
362
+ "high_levels": []
363
+ },
364
+ "25": {
365
+ "subtasks": [
366
+ {
367
+ "start": 0.0,
368
+ "end": 11.45,
369
+ "label": "pick up the blue object"
370
+ },
371
+ {
372
+ "start": 11.45,
373
+ "end": 24.35,
374
+ "label": "move and drop the object"
375
+ }
376
+ ],
377
+ "high_levels": []
378
+ },
379
+ "26": {
380
+ "subtasks": [
381
+ {
382
+ "start": 0.0,
383
+ "end": 12.616666666666667,
384
+ "label": "pick up the blue object"
385
+ },
386
+ {
387
+ "start": 12.616666666666667,
388
+ "end": 23.483333333333334,
389
+ "label": "move and drop the object"
390
+ }
391
+ ],
392
+ "high_levels": []
393
+ },
394
+ "27": {
395
+ "subtasks": [
396
+ {
397
+ "start": 0.0,
398
+ "end": 12.283333333333333,
399
+ "label": "pick up the blue object"
400
+ },
401
+ {
402
+ "start": 12.283333333333333,
403
+ "end": 23.816666666666666,
404
+ "label": "move and drop the object"
405
+ }
406
+ ],
407
+ "high_levels": []
408
+ },
409
+ "28": {
410
+ "subtasks": [
411
+ {
412
+ "start": 0.0,
413
+ "end": 11.016666666666667,
414
+ "label": "pick up the blue object"
415
+ },
416
+ {
417
+ "start": 11.016666666666667,
418
+ "end": 22.15,
419
+ "label": "move and drop the object"
420
+ }
421
+ ],
422
+ "high_levels": []
423
+ },
424
+ "29": {
425
+ "subtasks": [
426
+ {
427
+ "start": 0.0,
428
+ "end": 10.416666666666666,
429
+ "label": "pick up the blue object"
430
+ },
431
+ {
432
+ "start": 10.416666666666666,
433
+ "end": 21.516666666666666,
434
+ "label": "move and drop the object"
435
+ }
436
+ ],
437
+ "high_levels": []
438
+ },
439
+ "30": {
440
+ "subtasks": [
441
+ {
442
+ "start": 0.0,
443
+ "end": 13.05,
444
+ "label": "pick up the blue object"
445
+ },
446
+ {
447
+ "start": 13.05,
448
+ "end": 24.05,
449
+ "label": "move and drop the object"
450
+ }
451
+ ],
452
+ "high_levels": []
453
+ },
454
+ "31": {
455
+ "subtasks": [
456
+ {
457
+ "start": 0.0,
458
+ "end": 10.35,
459
+ "label": "pick up the blue object"
460
+ },
461
+ {
462
+ "start": 10.35,
463
+ "end": 22.216666666666665,
464
+ "label": "move and drop the object"
465
+ }
466
+ ],
467
+ "high_levels": []
468
+ },
469
+ "32": {
470
+ "subtasks": [
471
+ {
472
+ "start": 0.0,
473
+ "end": 13.05,
474
+ "label": "pick up the blue object"
475
+ },
476
+ {
477
+ "start": 13.05,
478
+ "end": 24.35,
479
+ "label": "move and drop the object"
480
+ }
481
+ ],
482
+ "high_levels": []
483
+ },
484
+ "33": {
485
+ "subtasks": [
486
+ {
487
+ "start": 0.0,
488
+ "end": 11.216666666666667,
489
+ "label": "pick up the blue object"
490
+ },
491
+ {
492
+ "start": 11.216666666666667,
493
+ "end": 23.216666666666665,
494
+ "label": "move and drop the object"
495
+ }
496
+ ],
497
+ "high_levels": []
498
+ },
499
+ "34": {
500
+ "subtasks": [
501
+ {
502
+ "start": 0.0,
503
+ "end": 12.45,
504
+ "label": "pick up the blue object"
505
+ },
506
+ {
507
+ "start": 12.45,
508
+ "end": 22.383333333333333,
509
+ "label": "move and drop the object"
510
+ }
511
+ ],
512
+ "high_levels": []
513
+ },
514
+ "35": {
515
+ "subtasks": [
516
+ {
517
+ "start": 0.0,
518
+ "end": 14.216666666666667,
519
+ "label": "pick up the blue object"
520
+ },
521
+ {
522
+ "start": 14.216666666666667,
523
+ "end": 25.683333333333334,
524
+ "label": "move and drop the object"
525
+ }
526
+ ],
527
+ "high_levels": []
528
+ },
529
+ "36": {
530
+ "subtasks": [
531
+ {
532
+ "start": 0.0,
533
+ "end": 11.583333333333334,
534
+ "label": "pick up the blue object"
535
+ },
536
+ {
537
+ "start": 11.583333333333334,
538
+ "end": 24.016666666666666,
539
+ "label": "move and drop the object"
540
+ }
541
+ ],
542
+ "high_levels": []
543
+ },
544
+ "37": {
545
+ "subtasks": [
546
+ {
547
+ "start": 0.0,
548
+ "end": 11.483333333333333,
549
+ "label": "pick up the blue object"
550
+ },
551
+ {
552
+ "start": 11.483333333333333,
553
+ "end": 22.483333333333334,
554
+ "label": "move and drop the object"
555
+ }
556
+ ],
557
+ "high_levels": []
558
+ },
559
+ "38": {
560
+ "subtasks": [
561
+ {
562
+ "start": 0.0,
563
+ "end": 11.683333333333334,
564
+ "label": "pick up the blue object"
565
+ },
566
+ {
567
+ "start": 11.683333333333334,
568
+ "end": 22.75,
569
+ "label": "move and drop the object"
570
+ }
571
+ ],
572
+ "high_levels": []
573
+ },
574
+ "39": {
575
+ "subtasks": [
576
+ {
577
+ "start": 0.0,
578
+ "end": 12.383333333333333,
579
+ "label": "pick up the blue object"
580
+ },
581
+ {
582
+ "start": 12.383333333333333,
583
+ "end": 24.65,
584
+ "label": "move and drop the object"
585
+ }
586
+ ],
587
+ "high_levels": []
588
+ },
589
+ "40": {
590
+ "subtasks": [
591
+ {
592
+ "start": 0.0,
593
+ "end": 10.95,
594
+ "label": "pick up the blue object"
595
+ },
596
+ {
597
+ "start": 10.95,
598
+ "end": 23.483333333333334,
599
+ "label": "move and drop the object"
600
+ }
601
+ ],
602
+ "high_levels": []
603
+ },
604
+ "41": {
605
+ "subtasks": [
606
+ {
607
+ "start": 0.0,
608
+ "end": 10.983333333333333,
609
+ "label": "pick up the blue object"
610
+ },
611
+ {
612
+ "start": 10.983333333333333,
613
+ "end": 23.483333333333334,
614
+ "label": "move and drop the object"
615
+ }
616
+ ],
617
+ "high_levels": []
618
+ },
619
+ "42": {
620
+ "subtasks": [
621
+ {
622
+ "start": 0.0,
623
+ "end": 10.583333333333334,
624
+ "label": "pick up the blue object"
625
+ },
626
+ {
627
+ "start": 10.583333333333334,
628
+ "end": 24.45,
629
+ "label": "move and drop the object"
630
+ }
631
+ ],
632
+ "high_levels": []
633
+ },
634
+ "43": {
635
+ "subtasks": [
636
+ {
637
+ "start": 0.0,
638
+ "end": 11.016666666666667,
639
+ "label": "pick up the blue object"
640
+ },
641
+ {
642
+ "start": 11.016666666666667,
643
+ "end": 23.783333333333335,
644
+ "label": "move and drop the object"
645
+ }
646
+ ],
647
+ "high_levels": []
648
+ },
649
+ "44": {
650
+ "subtasks": [
651
+ {
652
+ "start": 0.0,
653
+ "end": 10.416666666666666,
654
+ "label": "pick up the blue object"
655
+ },
656
+ {
657
+ "start": 10.416666666666666,
658
+ "end": 22.616666666666667,
659
+ "label": "move and drop the object"
660
+ }
661
+ ],
662
+ "high_levels": []
663
+ },
664
+ "45": {
665
+ "subtasks": [
666
+ {
667
+ "start": 0.0,
668
+ "end": 10.716666666666667,
669
+ "label": "pick up the blue object"
670
+ },
671
+ {
672
+ "start": 10.716666666666667,
673
+ "end": 22.45,
674
+ "label": "move and drop the object"
675
+ }
676
+ ],
677
+ "high_levels": []
678
+ },
679
+ "46": {
680
+ "subtasks": [
681
+ {
682
+ "start": 0.0,
683
+ "end": 14.016666666666667,
684
+ "label": "pick up the blue object"
685
+ },
686
+ {
687
+ "start": 14.016666666666667,
688
+ "end": 26.583333333333332,
689
+ "label": "move and drop the object"
690
+ }
691
+ ],
692
+ "high_levels": []
693
+ },
694
+ "47": {
695
+ "subtasks": [
696
+ {
697
+ "start": 0.0,
698
+ "end": 12.183333333333334,
699
+ "label": "pick up the blue object"
700
+ },
701
+ {
702
+ "start": 12.183333333333334,
703
+ "end": 23.416666666666668,
704
+ "label": "move and drop the object"
705
+ }
706
+ ],
707
+ "high_levels": []
708
+ },
709
+ "48": {
710
+ "subtasks": [
711
+ {
712
+ "start": 0.0,
713
+ "end": 11.283333333333333,
714
+ "label": "pick up the blue object"
715
+ },
716
+ {
717
+ "start": 11.283333333333333,
718
+ "end": 23.116666666666667,
719
+ "label": "move and drop the object"
720
+ }
721
+ ],
722
+ "high_levels": []
723
+ },
724
+ "49": {
725
+ "subtasks": [
726
+ {
727
+ "start": 0.0,
728
+ "end": 12.55,
729
+ "label": "pick up the blue object"
730
+ },
731
+ {
732
+ "start": 12.55,
733
+ "end": 24.683333333333334,
734
+ "label": "move and drop the object"
735
+ }
736
+ ],
737
+ "high_levels": []
738
+ },
739
+ "50": {
740
+ "subtasks": [
741
+ {
742
+ "start": 0.0,
743
+ "end": 10.916666666666666,
744
+ "label": "pick up the blue object"
745
+ },
746
+ {
747
+ "start": 10.916666666666666,
748
+ "end": 25.05,
749
+ "label": "move and drop the object"
750
+ }
751
+ ],
752
+ "high_levels": []
753
+ },
754
+ "51": {
755
+ "subtasks": [
756
+ {
757
+ "start": 0.0,
758
+ "end": 12.716666666666667,
759
+ "label": "pick up the blue object"
760
+ },
761
+ {
762
+ "start": 12.716666666666667,
763
+ "end": 23.416666666666668,
764
+ "label": "move and drop the object"
765
+ }
766
+ ],
767
+ "high_levels": []
768
+ },
769
+ "52": {
770
+ "subtasks": [
771
+ {
772
+ "start": 0.0,
773
+ "end": 13.816666666666666,
774
+ "label": "pick up the blue object"
775
+ },
776
+ {
777
+ "start": 13.816666666666666,
778
+ "end": 25.616666666666667,
779
+ "label": "move and drop the object"
780
+ }
781
+ ],
782
+ "high_levels": []
783
+ },
784
+ "53": {
785
+ "subtasks": [
786
+ {
787
+ "start": 0.0,
788
+ "end": 12.183333333333334,
789
+ "label": "pick up the blue object"
790
+ },
791
+ {
792
+ "start": 12.183333333333334,
793
+ "end": 24.083333333333332,
794
+ "label": "move and drop the object"
795
+ }
796
+ ],
797
+ "high_levels": []
798
+ },
799
+ "54": {
800
+ "subtasks": [
801
+ {
802
+ "start": 0.0,
803
+ "end": 12.65,
804
+ "label": "pick up the blue object"
805
+ },
806
+ {
807
+ "start": 12.65,
808
+ "end": 23.916666666666668,
809
+ "label": "move and drop the object"
810
+ }
811
+ ],
812
+ "high_levels": []
813
+ },
814
+ "55": {
815
+ "subtasks": [
816
+ {
817
+ "start": 0.0,
818
+ "end": 10.383333333333333,
819
+ "label": "pick up the blue object"
820
+ },
821
+ {
822
+ "start": 10.383333333333333,
823
+ "end": 21.85,
824
+ "label": "move and drop the object"
825
+ }
826
+ ],
827
+ "high_levels": []
828
+ },
829
+ "56": {
830
+ "subtasks": [
831
+ {
832
+ "start": 0.0,
833
+ "end": 11.083333333333334,
834
+ "label": "pick up the blue object"
835
+ },
836
+ {
837
+ "start": 11.083333333333334,
838
+ "end": 21.85,
839
+ "label": "move and drop the object"
840
+ }
841
+ ],
842
+ "high_levels": []
843
+ },
844
+ "57": {
845
+ "subtasks": [
846
+ {
847
+ "start": 0.0,
848
+ "end": 11.083333333333334,
849
+ "label": "pick up the blue object"
850
+ },
851
+ {
852
+ "start": 11.083333333333334,
853
+ "end": 20.75,
854
+ "label": "move and drop the object"
855
+ }
856
+ ],
857
+ "high_levels": []
858
+ },
859
+ "58": {
860
+ "subtasks": [
861
+ {
862
+ "start": 0.0,
863
+ "end": 13.85,
864
+ "label": "pick up the blue object"
865
+ },
866
+ {
867
+ "start": 13.85,
868
+ "end": 26.55,
869
+ "label": "move and drop the object"
870
+ }
871
+ ],
872
+ "high_levels": []
873
+ },
874
+ "59": {
875
+ "subtasks": [
876
+ {
877
+ "start": 0.0,
878
+ "end": 10.283333333333333,
879
+ "label": "pick up the blue object"
880
+ },
881
+ {
882
+ "start": 10.283333333333333,
883
+ "end": 20.383333333333333,
884
+ "label": "move and drop the object"
885
+ }
886
+ ],
887
+ "high_levels": []
888
+ },
889
+ "60": {
890
+ "subtasks": [
891
+ {
892
+ "start": 0.0,
893
+ "end": 12.916666666666666,
894
+ "label": "pick up the blue object"
895
+ },
896
+ {
897
+ "start": 12.916666666666666,
898
+ "end": 24.716666666666665,
899
+ "label": "move and drop the object"
900
+ }
901
+ ],
902
+ "high_levels": []
903
+ },
904
+ "61": {
905
+ "subtasks": [
906
+ {
907
+ "start": 0.0,
908
+ "end": 12.05,
909
+ "label": "pick up the blue object"
910
+ },
911
+ {
912
+ "start": 12.05,
913
+ "end": 26.216666666666665,
914
+ "label": "move and drop the object"
915
+ }
916
+ ],
917
+ "high_levels": []
918
+ },
919
+ "62": {
920
+ "subtasks": [
921
+ {
922
+ "start": 0.0,
923
+ "end": 14.816666666666666,
924
+ "label": "pick up the blue object"
925
+ },
926
+ {
927
+ "start": 14.816666666666666,
928
+ "end": 27.483333333333334,
929
+ "label": "move and drop the object"
930
+ }
931
+ ],
932
+ "high_levels": []
933
+ },
934
+ "63": {
935
+ "subtasks": [
936
+ {
937
+ "start": 0.0,
938
+ "end": 9.783333333333333,
939
+ "label": "pick up the blue object"
940
+ },
941
+ {
942
+ "start": 9.783333333333333,
943
+ "end": 23.95,
944
+ "label": "move and drop the object"
945
+ }
946
+ ],
947
+ "high_levels": []
948
+ },
949
+ "64": {
950
+ "subtasks": [
951
+ {
952
+ "start": 0.0,
953
+ "end": 12.916666666666666,
954
+ "label": "pick up the blue object"
955
+ },
956
+ {
957
+ "start": 12.916666666666666,
958
+ "end": 27.716666666666665,
959
+ "label": "move and drop the object"
960
+ }
961
+ ],
962
+ "high_levels": []
963
+ },
964
+ "65": {
965
+ "subtasks": [
966
+ {
967
+ "start": 0.0,
968
+ "end": 12.016666666666667,
969
+ "label": "pick up the blue object"
970
+ },
971
+ {
972
+ "start": 12.016666666666667,
973
+ "end": 24.55,
974
+ "label": "move and drop the object"
975
+ }
976
+ ],
977
+ "high_levels": []
978
+ },
979
+ "66": {
980
+ "subtasks": [
981
+ {
982
+ "start": 0.0,
983
+ "end": 11.616666666666667,
984
+ "label": "pick up the blue object"
985
+ },
986
+ {
987
+ "start": 11.616666666666667,
988
+ "end": 22.116666666666667,
989
+ "label": "move and drop the object"
990
+ }
991
+ ],
992
+ "high_levels": []
993
+ },
994
+ "67": {
995
+ "subtasks": [
996
+ {
997
+ "start": 0.0,
998
+ "end": 10.816666666666666,
999
+ "label": "pick up the blue object"
1000
+ },
1001
+ {
1002
+ "start": 10.816666666666666,
1003
+ "end": 24.25,
1004
+ "label": "move and drop the object"
1005
+ }
1006
+ ],
1007
+ "high_levels": []
1008
+ },
1009
+ "68": {
1010
+ "subtasks": [
1011
+ {
1012
+ "start": 0.0,
1013
+ "end": 10.183333333333334,
1014
+ "label": "pick up the blue object"
1015
+ },
1016
+ {
1017
+ "start": 10.183333333333334,
1018
+ "end": 23.616666666666667,
1019
+ "label": "move and drop the object"
1020
+ }
1021
+ ],
1022
+ "high_levels": []
1023
+ },
1024
+ "69": {
1025
+ "subtasks": [
1026
+ {
1027
+ "start": 0.0,
1028
+ "end": 12.016666666666667,
1029
+ "label": "pick up the blue object"
1030
+ },
1031
+ {
1032
+ "start": 12.016666666666667,
1033
+ "end": 25.516666666666666,
1034
+ "label": "move and drop the object"
1035
+ }
1036
+ ],
1037
+ "high_levels": []
1038
+ },
1039
+ "70": {
1040
+ "subtasks": [
1041
+ {
1042
+ "start": 0.0,
1043
+ "end": 12.25,
1044
+ "label": "pick up the blue object"
1045
+ },
1046
+ {
1047
+ "start": 12.25,
1048
+ "end": 26.116666666666667,
1049
+ "label": "move and drop the object"
1050
+ }
1051
+ ],
1052
+ "high_levels": []
1053
+ },
1054
+ "71": {
1055
+ "subtasks": [
1056
+ {
1057
+ "start": 0.0,
1058
+ "end": 13.05,
1059
+ "label": "pick up the blue object"
1060
+ },
1061
+ {
1062
+ "start": 13.05,
1063
+ "end": 28.083333333333332,
1064
+ "label": "move and drop the object"
1065
+ }
1066
+ ],
1067
+ "high_levels": []
1068
+ },
1069
+ "72": {
1070
+ "subtasks": [
1071
+ {
1072
+ "start": 0.0,
1073
+ "end": 11.783333333333333,
1074
+ "label": "pick up the blue object"
1075
+ },
1076
+ {
1077
+ "start": 11.783333333333333,
1078
+ "end": 26.383333333333333,
1079
+ "label": "move and drop the object"
1080
+ }
1081
+ ],
1082
+ "high_levels": []
1083
+ },
1084
+ "73": {
1085
+ "subtasks": [
1086
+ {
1087
+ "start": 0.0,
1088
+ "end": 12.65,
1089
+ "label": "pick up the blue object"
1090
+ },
1091
+ {
1092
+ "start": 12.65,
1093
+ "end": 26.283333333333335,
1094
+ "label": "move and drop the object"
1095
+ }
1096
+ ],
1097
+ "high_levels": []
1098
+ },
1099
+ "74": {
1100
+ "subtasks": [
1101
+ {
1102
+ "start": 0.0,
1103
+ "end": 11.316666666666666,
1104
+ "label": "pick up the blue object"
1105
+ },
1106
+ {
1107
+ "start": 11.316666666666666,
1108
+ "end": 23.95,
1109
+ "label": "move and drop the object"
1110
+ }
1111
+ ],
1112
+ "high_levels": []
1113
+ },
1114
+ "75": {
1115
+ "subtasks": [
1116
+ {
1117
+ "start": 0.0,
1118
+ "end": 10.616666666666667,
1119
+ "label": "pick up the blue object"
1120
+ },
1121
+ {
1122
+ "start": 10.616666666666667,
1123
+ "end": 23.183333333333334,
1124
+ "label": "move and drop the object"
1125
+ }
1126
+ ],
1127
+ "high_levels": []
1128
+ },
1129
+ "76": {
1130
+ "subtasks": [
1131
+ {
1132
+ "start": 0.0,
1133
+ "end": 11.816666666666666,
1134
+ "label": "pick up the blue object"
1135
+ },
1136
+ {
1137
+ "start": 11.816666666666666,
1138
+ "end": 24.25,
1139
+ "label": "move and drop the object"
1140
+ }
1141
+ ],
1142
+ "high_levels": []
1143
+ },
1144
+ "77": {
1145
+ "subtasks": [
1146
+ {
1147
+ "start": 0.0,
1148
+ "end": 11.05,
1149
+ "label": "pick up the blue object"
1150
+ },
1151
+ {
1152
+ "start": 11.05,
1153
+ "end": 23.183333333333334,
1154
+ "label": "move and drop the object"
1155
+ }
1156
+ ],
1157
+ "high_levels": []
1158
+ },
1159
+ "78": {
1160
+ "subtasks": [
1161
+ {
1162
+ "start": 0.0,
1163
+ "end": 12.45,
1164
+ "label": "pick up the blue object"
1165
+ },
1166
+ {
1167
+ "start": 12.45,
1168
+ "end": 26.45,
1169
+ "label": "move and drop the object"
1170
+ }
1171
+ ],
1172
+ "high_levels": []
1173
+ },
1174
+ "79": {
1175
+ "subtasks": [
1176
+ {
1177
+ "start": 0.0,
1178
+ "end": 12.783333333333333,
1179
+ "label": "pick up the blue object"
1180
+ },
1181
+ {
1182
+ "start": 12.783333333333333,
1183
+ "end": 25.283333333333335,
1184
+ "label": "move and drop the object"
1185
+ }
1186
+ ],
1187
+ "high_levels": []
1188
+ },
1189
+ "80": {
1190
+ "subtasks": [
1191
+ {
1192
+ "start": 0.0,
1193
+ "end": 10.95,
1194
+ "label": "pick up the blue object"
1195
+ },
1196
+ {
1197
+ "start": 10.95,
1198
+ "end": 23.016666666666666,
1199
+ "label": "move and drop the object"
1200
+ }
1201
+ ],
1202
+ "high_levels": []
1203
+ },
1204
+ "81": {
1205
+ "subtasks": [
1206
+ {
1207
+ "start": 0.0,
1208
+ "end": 11.85,
1209
+ "label": "pick up the blue object"
1210
+ },
1211
+ {
1212
+ "start": 11.85,
1213
+ "end": 24.883333333333333,
1214
+ "label": "move and drop the object"
1215
+ }
1216
+ ],
1217
+ "high_levels": []
1218
+ },
1219
+ "82": {
1220
+ "subtasks": [
1221
+ {
1222
+ "start": 0.0,
1223
+ "end": 10.783333333333333,
1224
+ "label": "pick up the blue object"
1225
+ },
1226
+ {
1227
+ "start": 10.783333333333333,
1228
+ "end": 23.316666666666666,
1229
+ "label": "move and drop the object"
1230
+ }
1231
+ ],
1232
+ "high_levels": []
1233
+ },
1234
+ "83": {
1235
+ "subtasks": [
1236
+ {
1237
+ "start": 0.0,
1238
+ "end": 10.35,
1239
+ "label": "pick up the blue object"
1240
+ },
1241
+ {
1242
+ "start": 10.35,
1243
+ "end": 24.016666666666666,
1244
+ "label": "move and drop the object"
1245
+ }
1246
+ ],
1247
+ "high_levels": []
1248
+ },
1249
+ "84": {
1250
+ "subtasks": [
1251
+ {
1252
+ "start": 0.0,
1253
+ "end": 10.65,
1254
+ "label": "pick up the blue object"
1255
+ },
1256
+ {
1257
+ "start": 10.65,
1258
+ "end": 22.983333333333334,
1259
+ "label": "move and drop the object"
1260
+ }
1261
+ ],
1262
+ "high_levels": []
1263
+ },
1264
+ "85": {
1265
+ "subtasks": [
1266
+ {
1267
+ "start": 0.0,
1268
+ "end": 11.016666666666667,
1269
+ "label": "pick up the blue object"
1270
+ },
1271
+ {
1272
+ "start": 11.016666666666667,
1273
+ "end": 24.283333333333335,
1274
+ "label": "move and drop the object"
1275
+ }
1276
+ ],
1277
+ "high_levels": []
1278
+ },
1279
+ "86": {
1280
+ "subtasks": [
1281
+ {
1282
+ "start": 0.0,
1283
+ "end": 11.683333333333334,
1284
+ "label": "pick up the blue object"
1285
+ },
1286
+ {
1287
+ "start": 11.683333333333334,
1288
+ "end": 23.15,
1289
+ "label": "move and drop the object"
1290
+ }
1291
+ ],
1292
+ "high_levels": []
1293
+ },
1294
+ "87": {
1295
+ "subtasks": [
1296
+ {
1297
+ "start": 0.0,
1298
+ "end": 12.95,
1299
+ "label": "pick up the blue object"
1300
+ },
1301
+ {
1302
+ "start": 12.95,
1303
+ "end": 24.816666666666666,
1304
+ "label": "move and drop the object"
1305
+ }
1306
+ ],
1307
+ "high_levels": []
1308
+ },
1309
+ "88": {
1310
+ "subtasks": [
1311
+ {
1312
+ "start": 0.0,
1313
+ "end": 12.016666666666667,
1314
+ "label": "pick up the blue object"
1315
+ },
1316
+ {
1317
+ "start": 12.016666666666667,
1318
+ "end": 25.816666666666666,
1319
+ "label": "move and drop the object"
1320
+ }
1321
+ ],
1322
+ "high_levels": []
1323
+ },
1324
+ "89": {
1325
+ "subtasks": [
1326
+ {
1327
+ "start": 0.0,
1328
+ "end": 11.116666666666667,
1329
+ "label": "pick up the blue object"
1330
+ },
1331
+ {
1332
+ "start": 11.116666666666667,
1333
+ "end": 21.183333333333334,
1334
+ "label": "move and drop the object"
1335
+ }
1336
+ ],
1337
+ "high_levels": []
1338
+ },
1339
+ "90": {
1340
+ "subtasks": [
1341
+ {
1342
+ "start": 0.0,
1343
+ "end": 12.116666666666667,
1344
+ "label": "pick up the blue object"
1345
+ },
1346
+ {
1347
+ "start": 12.116666666666667,
1348
+ "end": 25.116666666666667,
1349
+ "label": "move and drop the object"
1350
+ }
1351
+ ],
1352
+ "high_levels": []
1353
+ },
1354
+ "91": {
1355
+ "subtasks": [
1356
+ {
1357
+ "start": 0.0,
1358
+ "end": 12.75,
1359
+ "label": "pick up the blue object"
1360
+ },
1361
+ {
1362
+ "start": 12.75,
1363
+ "end": 24.916666666666668,
1364
+ "label": "move and drop the object"
1365
+ }
1366
+ ],
1367
+ "high_levels": []
1368
+ },
1369
+ "92": {
1370
+ "subtasks": [
1371
+ {
1372
+ "start": 0.0,
1373
+ "end": 13.483333333333333,
1374
+ "label": "pick up the blue object"
1375
+ },
1376
+ {
1377
+ "start": 13.483333333333333,
1378
+ "end": 24.516666666666666,
1379
+ "label": "move and drop the object"
1380
+ }
1381
+ ],
1382
+ "high_levels": []
1383
+ },
1384
+ "93": {
1385
+ "subtasks": [
1386
+ {
1387
+ "start": 0.0,
1388
+ "end": 13.016666666666667,
1389
+ "label": "pick up the blue object"
1390
+ },
1391
+ {
1392
+ "start": 13.016666666666667,
1393
+ "end": 24.583333333333332,
1394
+ "label": "move and drop the object"
1395
+ }
1396
+ ],
1397
+ "high_levels": []
1398
+ },
1399
+ "94": {
1400
+ "subtasks": [
1401
+ {
1402
+ "start": 0.0,
1403
+ "end": 9.083333333333334,
1404
+ "label": "pick up the blue object"
1405
+ },
1406
+ {
1407
+ "start": 9.083333333333334,
1408
+ "end": 21.05,
1409
+ "label": "move and drop the object"
1410
+ }
1411
+ ],
1412
+ "high_levels": []
1413
+ },
1414
+ "95": {
1415
+ "subtasks": [
1416
+ {
1417
+ "start": 0.0,
1418
+ "end": 11.316666666666666,
1419
+ "label": "pick up the blue object"
1420
+ },
1421
+ {
1422
+ "start": 11.316666666666666,
1423
+ "end": 23.616666666666667,
1424
+ "label": "move and drop the object"
1425
+ }
1426
+ ],
1427
+ "high_levels": []
1428
+ },
1429
+ "96": {
1430
+ "subtasks": [
1431
+ {
1432
+ "start": 0.0,
1433
+ "end": 13.483333333333333,
1434
+ "label": "pick up the blue object"
1435
+ },
1436
+ {
1437
+ "start": 13.483333333333333,
1438
+ "end": 25.716666666666665,
1439
+ "label": "move and drop the object"
1440
+ }
1441
+ ],
1442
+ "high_levels": []
1443
+ },
1444
+ "97": {
1445
+ "subtasks": [
1446
+ {
1447
+ "start": 0.0,
1448
+ "end": 11.283333333333333,
1449
+ "label": "pick up the blue object"
1450
+ },
1451
+ {
1452
+ "start": 11.283333333333333,
1453
+ "end": 24.683333333333334,
1454
+ "label": "move and drop the object"
1455
+ }
1456
+ ],
1457
+ "high_levels": []
1458
+ },
1459
+ "98": {
1460
+ "subtasks": [
1461
+ {
1462
+ "start": 0.0,
1463
+ "end": 10.683333333333334,
1464
+ "label": "pick up the blue object"
1465
+ },
1466
+ {
1467
+ "start": 10.683333333333334,
1468
+ "end": 23.316666666666666,
1469
+ "label": "move and drop the object"
1470
+ }
1471
+ ],
1472
+ "high_levels": []
1473
+ },
1474
+ "99": {
1475
+ "subtasks": [
1476
+ {
1477
+ "start": 0.0,
1478
+ "end": 11.65,
1479
+ "label": "pick up the blue object"
1480
+ },
1481
+ {
1482
+ "start": 11.65,
1483
+ "end": 22.783333333333335,
1484
+ "label": "move and drop the object"
1485
+ }
1486
+ ],
1487
+ "high_levels": []
1488
+ },
1489
+ "100": {
1490
+ "subtasks": [
1491
+ {
1492
+ "start": 0.0,
1493
+ "end": 12.616666666666667,
1494
+ "label": "pick up the blue object"
1495
+ },
1496
+ {
1497
+ "start": 12.616666666666667,
1498
+ "end": 26.816666666666666,
1499
+ "label": "move and drop the object"
1500
+ }
1501
+ ],
1502
+ "high_levels": []
1503
+ },
1504
+ "101": {
1505
+ "subtasks": [
1506
+ {
1507
+ "start": 0.0,
1508
+ "end": 11.55,
1509
+ "label": "pick up the blue object"
1510
+ },
1511
+ {
1512
+ "start": 11.55,
1513
+ "end": 23.216666666666665,
1514
+ "label": "move and drop the object"
1515
+ }
1516
+ ],
1517
+ "high_levels": []
1518
+ },
1519
+ "102": {
1520
+ "subtasks": [
1521
+ {
1522
+ "start": 0.0,
1523
+ "end": 11.316666666666666,
1524
+ "label": "pick up the blue object"
1525
+ },
1526
+ {
1527
+ "start": 11.316666666666666,
1528
+ "end": 23.516666666666666,
1529
+ "label": "move and drop the object"
1530
+ }
1531
+ ],
1532
+ "high_levels": []
1533
+ },
1534
+ "103": {
1535
+ "subtasks": [
1536
+ {
1537
+ "start": 0.0,
1538
+ "end": 13.683333333333334,
1539
+ "label": "pick up the blue object"
1540
+ },
1541
+ {
1542
+ "start": 13.683333333333334,
1543
+ "end": 25.483333333333334,
1544
+ "label": "move and drop the object"
1545
+ }
1546
+ ],
1547
+ "high_levels": []
1548
+ },
1549
+ "104": {
1550
+ "subtasks": [
1551
+ {
1552
+ "start": 0.0,
1553
+ "end": 11.85,
1554
+ "label": "pick up the blue object"
1555
+ },
1556
+ {
1557
+ "start": 11.85,
1558
+ "end": 24.083333333333332,
1559
+ "label": "move and drop the object"
1560
+ }
1561
+ ],
1562
+ "high_levels": []
1563
+ },
1564
+ "105": {
1565
+ "subtasks": [
1566
+ {
1567
+ "start": 0.0,
1568
+ "end": 11.983333333333333,
1569
+ "label": "pick up the blue object"
1570
+ },
1571
+ {
1572
+ "start": 11.983333333333333,
1573
+ "end": 24.85,
1574
+ "label": "move and drop the object"
1575
+ }
1576
+ ],
1577
+ "high_levels": []
1578
+ },
1579
+ "106": {
1580
+ "subtasks": [
1581
+ {
1582
+ "start": 0.0,
1583
+ "end": 11.816666666666666,
1584
+ "label": "pick up the blue object"
1585
+ },
1586
+ {
1587
+ "start": 11.816666666666666,
1588
+ "end": 24.516666666666666,
1589
+ "label": "move and drop the object"
1590
+ }
1591
+ ],
1592
+ "high_levels": []
1593
+ },
1594
+ "107": {
1595
+ "subtasks": [
1596
+ {
1597
+ "start": 0.0,
1598
+ "end": 9.85,
1599
+ "label": "pick up the blue object"
1600
+ },
1601
+ {
1602
+ "start": 9.85,
1603
+ "end": 23.983333333333334,
1604
+ "label": "move and drop the object"
1605
+ }
1606
+ ],
1607
+ "high_levels": []
1608
+ },
1609
+ "108": {
1610
+ "subtasks": [
1611
+ {
1612
+ "start": 0.0,
1613
+ "end": 12.35,
1614
+ "label": "pick up the blue object"
1615
+ },
1616
+ {
1617
+ "start": 12.35,
1618
+ "end": 23.583333333333332,
1619
+ "label": "move and drop the object"
1620
+ }
1621
+ ],
1622
+ "high_levels": []
1623
+ },
1624
+ "109": {
1625
+ "subtasks": [
1626
+ {
1627
+ "start": 0.0,
1628
+ "end": 12.383333333333333,
1629
+ "label": "pick up the blue object"
1630
+ },
1631
+ {
1632
+ "start": 12.383333333333333,
1633
+ "end": 25.516666666666666,
1634
+ "label": "move and drop the object"
1635
+ }
1636
+ ],
1637
+ "high_levels": []
1638
+ },
1639
+ "110": {
1640
+ "subtasks": [
1641
+ {
1642
+ "start": 0.0,
1643
+ "end": 10.483333333333333,
1644
+ "label": "pick up the blue object"
1645
+ },
1646
+ {
1647
+ "start": 10.483333333333333,
1648
+ "end": 27.55,
1649
+ "label": "move and drop the object"
1650
+ }
1651
+ ],
1652
+ "high_levels": []
1653
+ },
1654
+ "111": {
1655
+ "subtasks": [
1656
+ {
1657
+ "start": 0.0,
1658
+ "end": 11.45,
1659
+ "label": "pick up the blue object"
1660
+ },
1661
+ {
1662
+ "start": 11.45,
1663
+ "end": 24.983333333333334,
1664
+ "label": "move and drop the object"
1665
+ }
1666
+ ],
1667
+ "high_levels": []
1668
+ },
1669
+ "112": {
1670
+ "subtasks": [
1671
+ {
1672
+ "start": 0.0,
1673
+ "end": 12.083333333333334,
1674
+ "label": "pick up the blue object"
1675
+ },
1676
+ {
1677
+ "start": 12.083333333333334,
1678
+ "end": 23.35,
1679
+ "label": "move and drop the object"
1680
+ }
1681
+ ],
1682
+ "high_levels": []
1683
+ },
1684
+ "113": {
1685
+ "subtasks": [
1686
+ {
1687
+ "start": 0.0,
1688
+ "end": 9.85,
1689
+ "label": "pick up the blue object"
1690
+ },
1691
+ {
1692
+ "start": 9.85,
1693
+ "end": 23.65,
1694
+ "label": "move and drop the object"
1695
+ }
1696
+ ],
1697
+ "high_levels": []
1698
+ },
1699
+ "114": {
1700
+ "subtasks": [
1701
+ {
1702
+ "start": 0.0,
1703
+ "end": 13.683333333333334,
1704
+ "label": "pick up the blue object"
1705
+ },
1706
+ {
1707
+ "start": 13.683333333333334,
1708
+ "end": 25.75,
1709
+ "label": "move and drop the object"
1710
+ }
1711
+ ],
1712
+ "high_levels": []
1713
+ },
1714
+ "115": {
1715
+ "subtasks": [
1716
+ {
1717
+ "start": 0.0,
1718
+ "end": 12.016666666666667,
1719
+ "label": "pick up the blue object"
1720
+ },
1721
+ {
1722
+ "start": 12.016666666666667,
1723
+ "end": 25.183333333333334,
1724
+ "label": "move and drop the object"
1725
+ }
1726
+ ],
1727
+ "high_levels": []
1728
+ },
1729
+ "116": {
1730
+ "subtasks": [
1731
+ {
1732
+ "start": 0.0,
1733
+ "end": 14.683333333333334,
1734
+ "label": "pick up the blue object"
1735
+ },
1736
+ {
1737
+ "start": 14.683333333333334,
1738
+ "end": 27.883333333333333,
1739
+ "label": "move and drop the object"
1740
+ }
1741
+ ],
1742
+ "high_levels": []
1743
+ },
1744
+ "117": {
1745
+ "subtasks": [
1746
+ {
1747
+ "start": 0.0,
1748
+ "end": 13.016666666666667,
1749
+ "label": "pick up the blue object"
1750
+ },
1751
+ {
1752
+ "start": 13.016666666666667,
1753
+ "end": 25.283333333333335,
1754
+ "label": "move and drop the object"
1755
+ }
1756
+ ],
1757
+ "high_levels": []
1758
+ },
1759
+ "118": {
1760
+ "subtasks": [
1761
+ {
1762
+ "start": 0.0,
1763
+ "end": 13.616666666666667,
1764
+ "label": "pick up the blue object"
1765
+ },
1766
+ {
1767
+ "start": 13.616666666666667,
1768
+ "end": 26.683333333333334,
1769
+ "label": "move and drop the object"
1770
+ }
1771
+ ],
1772
+ "high_levels": []
1773
+ },
1774
+ "119": {
1775
+ "subtasks": [
1776
+ {
1777
+ "start": 0.0,
1778
+ "end": 14.916666666666666,
1779
+ "label": "pick up the blue object"
1780
+ },
1781
+ {
1782
+ "start": 14.916666666666666,
1783
+ "end": 27.016666666666666,
1784
+ "label": "move and drop the object"
1785
+ }
1786
+ ],
1787
+ "high_levels": []
1788
+ },
1789
+ "120": {
1790
+ "subtasks": [
1791
+ {
1792
+ "start": 0.0,
1793
+ "end": 11.083333333333334,
1794
+ "label": "pick up the blue object"
1795
+ },
1796
+ {
1797
+ "start": 11.083333333333334,
1798
+ "end": 23.35,
1799
+ "label": "move and drop the object"
1800
+ }
1801
+ ],
1802
+ "high_levels": []
1803
+ },
1804
+ "121": {
1805
+ "subtasks": [
1806
+ {
1807
+ "start": 0.0,
1808
+ "end": 12.783333333333333,
1809
+ "label": "pick up the blue object"
1810
+ },
1811
+ {
1812
+ "start": 12.783333333333333,
1813
+ "end": 23.25,
1814
+ "label": "move and drop the object"
1815
+ }
1816
+ ],
1817
+ "high_levels": []
1818
+ },
1819
+ "122": {
1820
+ "subtasks": [
1821
+ {
1822
+ "start": 0.0,
1823
+ "end": 10.483333333333333,
1824
+ "label": "pick up the blue object"
1825
+ },
1826
+ {
1827
+ "start": 10.483333333333333,
1828
+ "end": 23.35,
1829
+ "label": "move and drop the object"
1830
+ }
1831
+ ],
1832
+ "high_levels": []
1833
+ },
1834
+ "123": {
1835
+ "subtasks": [
1836
+ {
1837
+ "start": 0.0,
1838
+ "end": 12.483333333333333,
1839
+ "label": "pick up the blue object"
1840
+ },
1841
+ {
1842
+ "start": 12.483333333333333,
1843
+ "end": 26.35,
1844
+ "label": "move and drop the object"
1845
+ }
1846
+ ],
1847
+ "high_levels": []
1848
+ },
1849
+ "124": {
1850
+ "subtasks": [
1851
+ {
1852
+ "start": 0.0,
1853
+ "end": 10.65,
1854
+ "label": "pick up the blue object"
1855
+ },
1856
+ {
1857
+ "start": 10.65,
1858
+ "end": 23.05,
1859
+ "label": "move and drop the object"
1860
+ }
1861
+ ],
1862
+ "high_levels": []
1863
+ },
1864
+ "125": {
1865
+ "subtasks": [
1866
+ {
1867
+ "start": 0.0,
1868
+ "end": 11.783333333333333,
1869
+ "label": "pick up the blue object"
1870
+ },
1871
+ {
1872
+ "start": 11.783333333333333,
1873
+ "end": 23.983333333333334,
1874
+ "label": "move and drop the object"
1875
+ }
1876
+ ],
1877
+ "high_levels": []
1878
+ },
1879
+ "126": {
1880
+ "subtasks": [
1881
+ {
1882
+ "start": 0.0,
1883
+ "end": 12.75,
1884
+ "label": "pick up the blue object"
1885
+ },
1886
+ {
1887
+ "start": 12.75,
1888
+ "end": 26.816666666666666,
1889
+ "label": "move and drop the object"
1890
+ }
1891
+ ],
1892
+ "high_levels": []
1893
+ },
1894
+ "127": {
1895
+ "subtasks": [
1896
+ {
1897
+ "start": 0.0,
1898
+ "end": 12.916666666666666,
1899
+ "label": "pick up the blue object"
1900
+ },
1901
+ {
1902
+ "start": 12.916666666666666,
1903
+ "end": 25.116666666666667,
1904
+ "label": "move and drop the object"
1905
+ }
1906
+ ],
1907
+ "high_levels": []
1908
+ },
1909
+ "128": {
1910
+ "subtasks": [
1911
+ {
1912
+ "start": 0.0,
1913
+ "end": 10.45,
1914
+ "label": "pick up the blue object"
1915
+ },
1916
+ {
1917
+ "start": 10.45,
1918
+ "end": 23.716666666666665,
1919
+ "label": "move and drop the object"
1920
+ }
1921
+ ],
1922
+ "high_levels": []
1923
+ },
1924
+ "129": {
1925
+ "subtasks": [
1926
+ {
1927
+ "start": 0.0,
1928
+ "end": 12.283333333333333,
1929
+ "label": "pick up the blue object"
1930
+ },
1931
+ {
1932
+ "start": 12.283333333333333,
1933
+ "end": 26.316666666666666,
1934
+ "label": "move and drop the object"
1935
+ }
1936
+ ],
1937
+ "high_levels": []
1938
+ },
1939
+ "130": {
1940
+ "subtasks": [
1941
+ {
1942
+ "start": 0.0,
1943
+ "end": 10.616666666666667,
1944
+ "label": "pick up the blue object"
1945
+ },
1946
+ {
1947
+ "start": 10.616666666666667,
1948
+ "end": 21.816666666666666,
1949
+ "label": "move and drop the object"
1950
+ }
1951
+ ],
1952
+ "high_levels": []
1953
+ },
1954
+ "131": {
1955
+ "subtasks": [
1956
+ {
1957
+ "start": 0.0,
1958
+ "end": 12.716666666666667,
1959
+ "label": "pick up the blue object"
1960
+ },
1961
+ {
1962
+ "start": 12.716666666666667,
1963
+ "end": 25.75,
1964
+ "label": "move and drop the object"
1965
+ }
1966
+ ],
1967
+ "high_levels": []
1968
+ },
1969
+ "132": {
1970
+ "subtasks": [
1971
+ {
1972
+ "start": 0.0,
1973
+ "end": 13.45,
1974
+ "label": "pick up the blue object"
1975
+ },
1976
+ {
1977
+ "start": 13.45,
1978
+ "end": 27.516666666666666,
1979
+ "label": "move and drop the object"
1980
+ }
1981
+ ],
1982
+ "high_levels": []
1983
+ },
1984
+ "133": {
1985
+ "subtasks": [
1986
+ {
1987
+ "start": 0.0,
1988
+ "end": 11.083333333333334,
1989
+ "label": "pick up the blue object"
1990
+ },
1991
+ {
1992
+ "start": 11.083333333333334,
1993
+ "end": 23.083333333333332,
1994
+ "label": "move and drop the object"
1995
+ }
1996
+ ],
1997
+ "high_levels": []
1998
+ },
1999
+ "134": {
2000
+ "subtasks": [
2001
+ {
2002
+ "start": 0.0,
2003
+ "end": 11.716666666666667,
2004
+ "label": "pick up the blue object"
2005
+ },
2006
+ {
2007
+ "start": 11.716666666666667,
2008
+ "end": 23.416666666666668,
2009
+ "label": "move and drop the object"
2010
+ }
2011
+ ],
2012
+ "high_levels": []
2013
+ },
2014
+ "135": {
2015
+ "subtasks": [
2016
+ {
2017
+ "start": 0.0,
2018
+ "end": 12.883333333333333,
2019
+ "label": "pick up the blue object"
2020
+ },
2021
+ {
2022
+ "start": 12.883333333333333,
2023
+ "end": 24.95,
2024
+ "label": "move and drop the object"
2025
+ }
2026
+ ],
2027
+ "high_levels": []
2028
+ },
2029
+ "136": {
2030
+ "subtasks": [
2031
+ {
2032
+ "start": 0.0,
2033
+ "end": 12.116666666666667,
2034
+ "label": "pick up the blue object"
2035
+ },
2036
+ {
2037
+ "start": 12.116666666666667,
2038
+ "end": 23.483333333333334,
2039
+ "label": "move and drop the object"
2040
+ }
2041
+ ],
2042
+ "high_levels": []
2043
+ },
2044
+ "137": {
2045
+ "subtasks": [
2046
+ {
2047
+ "start": 0.0,
2048
+ "end": 11.216666666666667,
2049
+ "label": "pick up the blue object"
2050
+ },
2051
+ {
2052
+ "start": 11.216666666666667,
2053
+ "end": 24.383333333333333,
2054
+ "label": "move and drop the object"
2055
+ }
2056
+ ],
2057
+ "high_levels": []
2058
+ },
2059
+ "138": {
2060
+ "subtasks": [
2061
+ {
2062
+ "start": 0.0,
2063
+ "end": 10.283333333333333,
2064
+ "label": "pick up the blue object"
2065
+ },
2066
+ {
2067
+ "start": 10.283333333333333,
2068
+ "end": 23.916666666666668,
2069
+ "label": "move and drop the object"
2070
+ }
2071
+ ],
2072
+ "high_levels": []
2073
+ },
2074
+ "139": {
2075
+ "subtasks": [
2076
+ {
2077
+ "start": 0.0,
2078
+ "end": 11.416666666666666,
2079
+ "label": "pick up the blue object"
2080
+ },
2081
+ {
2082
+ "start": 11.416666666666666,
2083
+ "end": 23.416666666666668,
2084
+ "label": "move and drop the object"
2085
+ }
2086
+ ],
2087
+ "high_levels": []
2088
+ },
2089
+ "140": {
2090
+ "subtasks": [
2091
+ {
2092
+ "start": 0.0,
2093
+ "end": 12.483333333333333,
2094
+ "label": "pick up the blue object"
2095
+ },
2096
+ {
2097
+ "start": 12.483333333333333,
2098
+ "end": 24.716666666666665,
2099
+ "label": "move and drop the object"
2100
+ }
2101
+ ],
2102
+ "high_levels": []
2103
+ },
2104
+ "141": {
2105
+ "subtasks": [
2106
+ {
2107
+ "start": 0.0,
2108
+ "end": 11.216666666666667,
2109
+ "label": "pick up the blue object"
2110
+ },
2111
+ {
2112
+ "start": 11.216666666666667,
2113
+ "end": 23.083333333333332,
2114
+ "label": "move and drop the object"
2115
+ }
2116
+ ],
2117
+ "high_levels": []
2118
+ },
2119
+ "142": {
2120
+ "subtasks": [
2121
+ {
2122
+ "start": 0.0,
2123
+ "end": 10.883333333333333,
2124
+ "label": "pick up the blue object"
2125
+ },
2126
+ {
2127
+ "start": 10.883333333333333,
2128
+ "end": 22.816666666666666,
2129
+ "label": "move and drop the object"
2130
+ }
2131
+ ],
2132
+ "high_levels": []
2133
+ },
2134
+ "143": {
2135
+ "subtasks": [
2136
+ {
2137
+ "start": 0.0,
2138
+ "end": 13.15,
2139
+ "label": "pick up the blue object"
2140
+ },
2141
+ {
2142
+ "start": 13.15,
2143
+ "end": 25.25,
2144
+ "label": "move and drop the object"
2145
+ }
2146
+ ],
2147
+ "high_levels": []
2148
+ },
2149
+ "144": {
2150
+ "subtasks": [
2151
+ {
2152
+ "start": 0.0,
2153
+ "end": 14.016666666666667,
2154
+ "label": "pick up the blue object"
2155
+ },
2156
+ {
2157
+ "start": 14.016666666666667,
2158
+ "end": 26.616666666666667,
2159
+ "label": "move and drop the object"
2160
+ }
2161
+ ],
2162
+ "high_levels": []
2163
+ },
2164
+ "145": {
2165
+ "subtasks": [
2166
+ {
2167
+ "start": 0.0,
2168
+ "end": 13.083333333333334,
2169
+ "label": "pick up the blue object"
2170
+ },
2171
+ {
2172
+ "start": 13.083333333333334,
2173
+ "end": 23.916666666666668,
2174
+ "label": "move and drop the object"
2175
+ }
2176
+ ],
2177
+ "high_levels": []
2178
+ },
2179
+ "146": {
2180
+ "subtasks": [
2181
+ {
2182
+ "start": 0.0,
2183
+ "end": 10.016666666666667,
2184
+ "label": "pick up the blue object"
2185
+ },
2186
+ {
2187
+ "start": 10.016666666666667,
2188
+ "end": 22.35,
2189
+ "label": "move and drop the object"
2190
+ }
2191
+ ],
2192
+ "high_levels": []
2193
+ },
2194
+ "147": {
2195
+ "subtasks": [
2196
+ {
2197
+ "start": 0.0,
2198
+ "end": 10.883333333333333,
2199
+ "label": "pick up the blue object"
2200
+ },
2201
+ {
2202
+ "start": 10.883333333333333,
2203
+ "end": 23.516666666666666,
2204
+ "label": "move and drop the object"
2205
+ }
2206
+ ],
2207
+ "high_levels": []
2208
+ },
2209
+ "148": {
2210
+ "subtasks": [
2211
+ {
2212
+ "start": 0.0,
2213
+ "end": 12.416666666666666,
2214
+ "label": "pick up the blue object"
2215
+ },
2216
+ {
2217
+ "start": 12.416666666666666,
2218
+ "end": 24.083333333333332,
2219
+ "label": "move and drop the object"
2220
+ }
2221
+ ],
2222
+ "high_levels": []
2223
+ },
2224
+ "149": {
2225
+ "subtasks": [
2226
+ {
2227
+ "start": 0.0,
2228
+ "end": 13.316666666666666,
2229
+ "label": "pick up the blue object"
2230
+ },
2231
+ {
2232
+ "start": 13.316666666666666,
2233
+ "end": 25.55,
2234
+ "label": "move and drop the object"
2235
+ }
2236
+ ],
2237
+ "high_levels": []
2238
+ },
2239
+ "150": {
2240
+ "subtasks": [
2241
+ {
2242
+ "start": 0.0,
2243
+ "end": 12.25,
2244
+ "label": "pick up the blue object"
2245
+ },
2246
+ {
2247
+ "start": 12.25,
2248
+ "end": 24.95,
2249
+ "label": "move and drop the object"
2250
+ }
2251
+ ],
2252
+ "high_levels": []
2253
+ },
2254
+ "151": {
2255
+ "subtasks": [
2256
+ {
2257
+ "start": 0.0,
2258
+ "end": 13.75,
2259
+ "label": "pick up the blue object"
2260
+ },
2261
+ {
2262
+ "start": 13.75,
2263
+ "end": 27.283333333333335,
2264
+ "label": "move and drop the object"
2265
+ }
2266
+ ],
2267
+ "high_levels": []
2268
+ },
2269
+ "152": {
2270
+ "subtasks": [
2271
+ {
2272
+ "start": 0.0,
2273
+ "end": 14.883333333333333,
2274
+ "label": "pick up the blue object"
2275
+ },
2276
+ {
2277
+ "start": 14.883333333333333,
2278
+ "end": 27.916666666666668,
2279
+ "label": "move and drop the object"
2280
+ }
2281
+ ],
2282
+ "high_levels": []
2283
+ },
2284
+ "153": {
2285
+ "subtasks": [
2286
+ {
2287
+ "start": 0.0,
2288
+ "end": 9.783333333333333,
2289
+ "label": "pick up the blue object"
2290
+ },
2291
+ {
2292
+ "start": 9.783333333333333,
2293
+ "end": 23.05,
2294
+ "label": "move and drop the object"
2295
+ }
2296
+ ],
2297
+ "high_levels": []
2298
+ },
2299
+ "154": {
2300
+ "subtasks": [
2301
+ {
2302
+ "start": 0.0,
2303
+ "end": 13.416666666666666,
2304
+ "label": "pick up the blue object"
2305
+ },
2306
+ {
2307
+ "start": 13.416666666666666,
2308
+ "end": 24.816666666666666,
2309
+ "label": "move and drop the object"
2310
+ }
2311
+ ],
2312
+ "high_levels": []
2313
+ },
2314
+ "155": {
2315
+ "subtasks": [
2316
+ {
2317
+ "start": 0.0,
2318
+ "end": 10.916666666666666,
2319
+ "label": "pick up the blue object"
2320
+ },
2321
+ {
2322
+ "start": 10.916666666666666,
2323
+ "end": 25.55,
2324
+ "label": "move and drop the object"
2325
+ }
2326
+ ],
2327
+ "high_levels": []
2328
+ },
2329
+ "156": {
2330
+ "subtasks": [
2331
+ {
2332
+ "start": 0.0,
2333
+ "end": 11.316666666666666,
2334
+ "label": "pick up the blue object"
2335
+ },
2336
+ {
2337
+ "start": 11.316666666666666,
2338
+ "end": 23.15,
2339
+ "label": "move and drop the object"
2340
+ }
2341
+ ],
2342
+ "high_levels": []
2343
+ },
2344
+ "157": {
2345
+ "subtasks": [
2346
+ {
2347
+ "start": 0.0,
2348
+ "end": 15.183333333333334,
2349
+ "label": "pick up the blue object"
2350
+ },
2351
+ {
2352
+ "start": 15.183333333333334,
2353
+ "end": 26.15,
2354
+ "label": "move and drop the object"
2355
+ }
2356
+ ],
2357
+ "high_levels": []
2358
+ },
2359
+ "158": {
2360
+ "subtasks": [
2361
+ {
2362
+ "start": 0.0,
2363
+ "end": 10.516666666666667,
2364
+ "label": "pick up the blue object"
2365
+ },
2366
+ {
2367
+ "start": 10.516666666666667,
2368
+ "end": 22.55,
2369
+ "label": "move and drop the object"
2370
+ }
2371
+ ],
2372
+ "high_levels": []
2373
+ },
2374
+ "159": {
2375
+ "subtasks": [
2376
+ {
2377
+ "start": 0.0,
2378
+ "end": 11.783333333333333,
2379
+ "label": "pick up the blue object"
2380
+ },
2381
+ {
2382
+ "start": 11.783333333333333,
2383
+ "end": 23.85,
2384
+ "label": "move and drop the object"
2385
+ }
2386
+ ],
2387
+ "high_levels": []
2388
+ },
2389
+ "160": {
2390
+ "subtasks": [
2391
+ {
2392
+ "start": 0.0,
2393
+ "end": 11.783333333333333,
2394
+ "label": "pick up the blue object"
2395
+ },
2396
+ {
2397
+ "start": 11.783333333333333,
2398
+ "end": 23.583333333333332,
2399
+ "label": "move and drop the object"
2400
+ }
2401
+ ],
2402
+ "high_levels": []
2403
+ },
2404
+ "161": {
2405
+ "subtasks": [
2406
+ {
2407
+ "start": 0.0,
2408
+ "end": 10.116666666666667,
2409
+ "label": "pick up the blue object"
2410
+ },
2411
+ {
2412
+ "start": 10.116666666666667,
2413
+ "end": 22.816666666666666,
2414
+ "label": "move and drop the object"
2415
+ }
2416
+ ],
2417
+ "high_levels": []
2418
+ },
2419
+ "162": {
2420
+ "subtasks": [
2421
+ {
2422
+ "start": 0.0,
2423
+ "end": 10.85,
2424
+ "label": "pick up the blue object"
2425
+ },
2426
+ {
2427
+ "start": 10.85,
2428
+ "end": 23.983333333333334,
2429
+ "label": "move and drop the object"
2430
+ }
2431
+ ],
2432
+ "high_levels": []
2433
+ },
2434
+ "163": {
2435
+ "subtasks": [
2436
+ {
2437
+ "start": 0.0,
2438
+ "end": 11.35,
2439
+ "label": "pick up the blue object"
2440
+ },
2441
+ {
2442
+ "start": 11.35,
2443
+ "end": 22.95,
2444
+ "label": "move and drop the object"
2445
+ }
2446
+ ],
2447
+ "high_levels": []
2448
+ },
2449
+ "164": {
2450
+ "subtasks": [
2451
+ {
2452
+ "start": 0.0,
2453
+ "end": 10.183333333333334,
2454
+ "label": "pick up the blue object"
2455
+ },
2456
+ {
2457
+ "start": 10.183333333333334,
2458
+ "end": 22.916666666666668,
2459
+ "label": "move and drop the object"
2460
+ }
2461
+ ],
2462
+ "high_levels": []
2463
+ },
2464
+ "165": {
2465
+ "subtasks": [
2466
+ {
2467
+ "start": 0.0,
2468
+ "end": 11.25,
2469
+ "label": "pick up the blue object"
2470
+ },
2471
+ {
2472
+ "start": 11.25,
2473
+ "end": 24.083333333333332,
2474
+ "label": "move and drop the object"
2475
+ }
2476
+ ],
2477
+ "high_levels": []
2478
+ },
2479
+ "166": {
2480
+ "subtasks": [
2481
+ {
2482
+ "start": 0.0,
2483
+ "end": 11.616666666666667,
2484
+ "label": "pick up the blue object"
2485
+ },
2486
+ {
2487
+ "start": 11.616666666666667,
2488
+ "end": 24.55,
2489
+ "label": "move and drop the object"
2490
+ }
2491
+ ],
2492
+ "high_levels": []
2493
+ },
2494
+ "167": {
2495
+ "subtasks": [
2496
+ {
2497
+ "start": 0.0,
2498
+ "end": 9.716666666666667,
2499
+ "label": "pick up the blue object"
2500
+ },
2501
+ {
2502
+ "start": 9.716666666666667,
2503
+ "end": 21.95,
2504
+ "label": "move and drop the object"
2505
+ }
2506
+ ],
2507
+ "high_levels": []
2508
+ },
2509
+ "168": {
2510
+ "subtasks": [
2511
+ {
2512
+ "start": 0.0,
2513
+ "end": 10.716666666666667,
2514
+ "label": "pick up the blue object"
2515
+ },
2516
+ {
2517
+ "start": 10.716666666666667,
2518
+ "end": 22.416666666666668,
2519
+ "label": "move and drop the object"
2520
+ }
2521
+ ],
2522
+ "high_levels": []
2523
+ },
2524
+ "169": {
2525
+ "subtasks": [
2526
+ {
2527
+ "start": 0.0,
2528
+ "end": 10.15,
2529
+ "label": "pick up the blue object"
2530
+ },
2531
+ {
2532
+ "start": 10.15,
2533
+ "end": 23.783333333333335,
2534
+ "label": "move and drop the object"
2535
+ }
2536
+ ],
2537
+ "high_levels": []
2538
+ },
2539
+ "170": {
2540
+ "subtasks": [
2541
+ {
2542
+ "start": 0.0,
2543
+ "end": 9.383333333333333,
2544
+ "label": "pick up the blue object"
2545
+ },
2546
+ {
2547
+ "start": 9.383333333333333,
2548
+ "end": 21.85,
2549
+ "label": "move and drop the object"
2550
+ }
2551
+ ],
2552
+ "high_levels": []
2553
+ },
2554
+ "171": {
2555
+ "subtasks": [
2556
+ {
2557
+ "start": 0.0,
2558
+ "end": 10.516666666666667,
2559
+ "label": "pick up the blue object"
2560
+ },
2561
+ {
2562
+ "start": 10.516666666666667,
2563
+ "end": 22.316666666666666,
2564
+ "label": "move and drop the object"
2565
+ }
2566
+ ],
2567
+ "high_levels": []
2568
+ },
2569
+ "172": {
2570
+ "subtasks": [
2571
+ {
2572
+ "start": 0.0,
2573
+ "end": 10.183333333333334,
2574
+ "label": "pick up the blue object"
2575
+ },
2576
+ {
2577
+ "start": 10.183333333333334,
2578
+ "end": 20.516666666666666,
2579
+ "label": "move and drop the object"
2580
+ }
2581
+ ],
2582
+ "high_levels": []
2583
+ },
2584
+ "173": {
2585
+ "subtasks": [
2586
+ {
2587
+ "start": 0.0,
2588
+ "end": 10.316666666666666,
2589
+ "label": "pick up the blue object"
2590
+ },
2591
+ {
2592
+ "start": 10.316666666666666,
2593
+ "end": 21.45,
2594
+ "label": "move and drop the object"
2595
+ }
2596
+ ],
2597
+ "high_levels": []
2598
+ },
2599
+ "174": {
2600
+ "subtasks": [
2601
+ {
2602
+ "start": 0.0,
2603
+ "end": 11.416666666666666,
2604
+ "label": "pick up the blue object"
2605
+ },
2606
+ {
2607
+ "start": 11.416666666666666,
2608
+ "end": 21.516666666666666,
2609
+ "label": "move and drop the object"
2610
+ }
2611
+ ],
2612
+ "high_levels": []
2613
+ },
2614
+ "175": {
2615
+ "subtasks": [
2616
+ {
2617
+ "start": 0.0,
2618
+ "end": 9.216666666666667,
2619
+ "label": "pick up the blue object"
2620
+ },
2621
+ {
2622
+ "start": 9.216666666666667,
2623
+ "end": 18.283333333333335,
2624
+ "label": "move and drop the object"
2625
+ }
2626
+ ],
2627
+ "high_levels": []
2628
+ },
2629
+ "176": {
2630
+ "subtasks": [
2631
+ {
2632
+ "start": 0.0,
2633
+ "end": 10.583333333333334,
2634
+ "label": "pick up the blue object"
2635
+ },
2636
+ {
2637
+ "start": 10.583333333333334,
2638
+ "end": 21.65,
2639
+ "label": "move and drop the object"
2640
+ }
2641
+ ],
2642
+ "high_levels": []
2643
+ },
2644
+ "177": {
2645
+ "subtasks": [
2646
+ {
2647
+ "start": 0.0,
2648
+ "end": 9.883333333333333,
2649
+ "label": "pick up the blue object"
2650
+ },
2651
+ {
2652
+ "start": 9.883333333333333,
2653
+ "end": 19.816666666666666,
2654
+ "label": "move and drop the object"
2655
+ }
2656
+ ],
2657
+ "high_levels": []
2658
+ },
2659
+ "178": {
2660
+ "subtasks": [
2661
+ {
2662
+ "start": 0.0,
2663
+ "end": 12.116666666666667,
2664
+ "label": "pick up the blue object"
2665
+ },
2666
+ {
2667
+ "start": 12.116666666666667,
2668
+ "end": 23.716666666666665,
2669
+ "label": "move and drop the object"
2670
+ }
2671
+ ],
2672
+ "high_levels": []
2673
+ },
2674
+ "179": {
2675
+ "subtasks": [
2676
+ {
2677
+ "start": 0.0,
2678
+ "end": 11.216666666666667,
2679
+ "label": "pick up the blue object"
2680
+ },
2681
+ {
2682
+ "start": 11.216666666666667,
2683
+ "end": 22.516666666666666,
2684
+ "label": "move and drop the object"
2685
+ }
2686
+ ],
2687
+ "high_levels": []
2688
+ },
2689
+ "180": {
2690
+ "subtasks": [
2691
+ {
2692
+ "start": 0.0,
2693
+ "end": 10.15,
2694
+ "label": "pick up the blue object"
2695
+ },
2696
+ {
2697
+ "start": 10.15,
2698
+ "end": 19.716666666666665,
2699
+ "label": "move and drop the object"
2700
+ }
2701
+ ],
2702
+ "high_levels": []
2703
+ },
2704
+ "181": {
2705
+ "subtasks": [
2706
+ {
2707
+ "start": 0.0,
2708
+ "end": 10.416666666666666,
2709
+ "label": "pick up the blue object"
2710
+ },
2711
+ {
2712
+ "start": 10.416666666666666,
2713
+ "end": 19.85,
2714
+ "label": "move and drop the object"
2715
+ }
2716
+ ],
2717
+ "high_levels": []
2718
+ },
2719
+ "182": {
2720
+ "subtasks": [
2721
+ {
2722
+ "start": 0.0,
2723
+ "end": 11.85,
2724
+ "label": "pick up the blue object"
2725
+ },
2726
+ {
2727
+ "start": 11.85,
2728
+ "end": 22.883333333333333,
2729
+ "label": "move and drop the object"
2730
+ }
2731
+ ],
2732
+ "high_levels": []
2733
+ },
2734
+ "183": {
2735
+ "subtasks": [
2736
+ {
2737
+ "start": 0.0,
2738
+ "end": 10.516666666666667,
2739
+ "label": "pick up the blue object"
2740
+ },
2741
+ {
2742
+ "start": 10.516666666666667,
2743
+ "end": 20.783333333333335,
2744
+ "label": "move and drop the object"
2745
+ }
2746
+ ],
2747
+ "high_levels": []
2748
+ },
2749
+ "184": {
2750
+ "subtasks": [
2751
+ {
2752
+ "start": 0.0,
2753
+ "end": 10.283333333333333,
2754
+ "label": "pick up the blue object"
2755
+ },
2756
+ {
2757
+ "start": 10.283333333333333,
2758
+ "end": 20.516666666666666,
2759
+ "label": "move and drop the object"
2760
+ }
2761
+ ],
2762
+ "high_levels": []
2763
+ },
2764
+ "185": {
2765
+ "subtasks": [
2766
+ {
2767
+ "start": 0.0,
2768
+ "end": 10.883333333333333,
2769
+ "label": "pick up the blue object"
2770
+ },
2771
+ {
2772
+ "start": 10.883333333333333,
2773
+ "end": 20.916666666666668,
2774
+ "label": "move and drop the object"
2775
+ }
2776
+ ],
2777
+ "high_levels": []
2778
+ },
2779
+ "186": {
2780
+ "subtasks": [
2781
+ {
2782
+ "start": 0.0,
2783
+ "end": 10.783333333333333,
2784
+ "label": "pick up the blue object"
2785
+ },
2786
+ {
2787
+ "start": 10.783333333333333,
2788
+ "end": 22.583333333333332,
2789
+ "label": "move and drop the object"
2790
+ }
2791
+ ],
2792
+ "high_levels": []
2793
+ },
2794
+ "187": {
2795
+ "subtasks": [
2796
+ {
2797
+ "start": 0.0,
2798
+ "end": 9.883333333333333,
2799
+ "label": "pick up the blue object"
2800
+ },
2801
+ {
2802
+ "start": 9.883333333333333,
2803
+ "end": 20.916666666666668,
2804
+ "label": "move and drop the object"
2805
+ }
2806
+ ],
2807
+ "high_levels": []
2808
+ },
2809
+ "188": {
2810
+ "subtasks": [
2811
+ {
2812
+ "start": 0.0,
2813
+ "end": 10.55,
2814
+ "label": "pick up the blue object"
2815
+ },
2816
+ {
2817
+ "start": 10.55,
2818
+ "end": 20.916666666666668,
2819
+ "label": "move and drop the object"
2820
+ }
2821
+ ],
2822
+ "high_levels": []
2823
+ },
2824
+ "189": {
2825
+ "subtasks": [
2826
+ {
2827
+ "start": 0.0,
2828
+ "end": 9.983333333333333,
2829
+ "label": "pick up the blue object"
2830
+ },
2831
+ {
2832
+ "start": 9.983333333333333,
2833
+ "end": 19.75,
2834
+ "label": "move and drop the object"
2835
+ }
2836
+ ],
2837
+ "high_levels": []
2838
+ },
2839
+ "190": {
2840
+ "subtasks": [
2841
+ {
2842
+ "start": 0.0,
2843
+ "end": 9.083333333333334,
2844
+ "label": "pick up the blue object"
2845
+ },
2846
+ {
2847
+ "start": 9.083333333333334,
2848
+ "end": 20.45,
2849
+ "label": "move and drop the object"
2850
+ }
2851
+ ],
2852
+ "high_levels": []
2853
+ },
2854
+ "191": {
2855
+ "subtasks": [
2856
+ {
2857
+ "start": 0.0,
2858
+ "end": 9.483333333333333,
2859
+ "label": "pick up the blue object"
2860
+ },
2861
+ {
2862
+ "start": 9.483333333333333,
2863
+ "end": 19.15,
2864
+ "label": "move and drop the object"
2865
+ }
2866
+ ],
2867
+ "high_levels": []
2868
+ },
2869
+ "192": {
2870
+ "subtasks": [
2871
+ {
2872
+ "start": 0.0,
2873
+ "end": 12.416666666666666,
2874
+ "label": "pick up the blue object"
2875
+ },
2876
+ {
2877
+ "start": 12.416666666666666,
2878
+ "end": 21.783333333333335,
2879
+ "label": "move and drop the object"
2880
+ }
2881
+ ],
2882
+ "high_levels": []
2883
+ },
2884
+ "193": {
2885
+ "subtasks": [
2886
+ {
2887
+ "start": 0.0,
2888
+ "end": 10.116666666666667,
2889
+ "label": "pick up the blue object"
2890
+ },
2891
+ {
2892
+ "start": 10.116666666666667,
2893
+ "end": 20.483333333333334,
2894
+ "label": "move and drop the object"
2895
+ }
2896
+ ],
2897
+ "high_levels": []
2898
+ },
2899
+ "194": {
2900
+ "subtasks": [
2901
+ {
2902
+ "start": 0.0,
2903
+ "end": 11.55,
2904
+ "label": "pick up the blue object"
2905
+ },
2906
+ {
2907
+ "start": 11.55,
2908
+ "end": 22.583333333333332,
2909
+ "label": "move and drop the object"
2910
+ }
2911
+ ],
2912
+ "high_levels": []
2913
+ },
2914
+ "195": {
2915
+ "subtasks": [
2916
+ {
2917
+ "start": 0.0,
2918
+ "end": 11.25,
2919
+ "label": "pick up the blue object"
2920
+ },
2921
+ {
2922
+ "start": 11.25,
2923
+ "end": 20.816666666666666,
2924
+ "label": "move and drop the object"
2925
+ }
2926
+ ],
2927
+ "high_levels": []
2928
+ },
2929
+ "196": {
2930
+ "subtasks": [
2931
+ {
2932
+ "start": 0.0,
2933
+ "end": 9.183333333333334,
2934
+ "label": "pick up the blue object"
2935
+ },
2936
+ {
2937
+ "start": 9.183333333333334,
2938
+ "end": 19.616666666666667,
2939
+ "label": "move and drop the object"
2940
+ }
2941
+ ],
2942
+ "high_levels": []
2943
+ },
2944
+ "197": {
2945
+ "subtasks": [
2946
+ {
2947
+ "start": 0.0,
2948
+ "end": 9.916666666666666,
2949
+ "label": "pick up the blue object"
2950
+ },
2951
+ {
2952
+ "start": 9.916666666666666,
2953
+ "end": 22.383333333333333,
2954
+ "label": "move and drop the object"
2955
+ }
2956
+ ],
2957
+ "high_levels": []
2958
+ },
2959
+ "198": {
2960
+ "subtasks": [
2961
+ {
2962
+ "start": 0.0,
2963
+ "end": 8.583333333333334,
2964
+ "label": "pick up the blue object"
2965
+ },
2966
+ {
2967
+ "start": 8.583333333333334,
2968
+ "end": 17.25,
2969
+ "label": "move and drop the object"
2970
+ }
2971
+ ],
2972
+ "high_levels": []
2973
+ },
2974
+ "199": {
2975
+ "subtasks": [
2976
+ {
2977
+ "start": 0.0,
2978
+ "end": 8.75,
2979
+ "label": "pick up the blue object"
2980
+ },
2981
+ {
2982
+ "start": 8.75,
2983
+ "end": 17.45,
2984
+ "label": "move and drop the object"
2985
+ }
2986
+ ],
2987
+ "high_levels": []
2988
+ }
2989
+ }
2990
+ }
meta/stats.json ADDED
@@ -0,0 +1,790 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.images.up": {
3
+ "min": [
4
+ [
5
+ [
6
+ 0.0
7
+ ]
8
+ ],
9
+ [
10
+ [
11
+ 0.0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ 0.0
17
+ ]
18
+ ]
19
+ ],
20
+ "max": [
21
+ [
22
+ [
23
+ 1.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 1.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 1.0
34
+ ]
35
+ ]
36
+ ],
37
+ "mean": [
38
+ [
39
+ [
40
+ 0.5807280993959442
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 0.5164209132589158
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 0.32560144938343066
51
+ ]
52
+ ]
53
+ ],
54
+ "std": [
55
+ [
56
+ [
57
+ 0.01286810932351457
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.013152252872239988
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.024852935593154726
68
+ ]
69
+ ]
70
+ ],
71
+ "count": [
72
+ 2732640000
73
+ ],
74
+ "q01": [
75
+ [
76
+ [
77
+ 0.12139721897135035
78
+ ]
79
+ ],
80
+ [
81
+ [
82
+ 0.11209755608441187
83
+ ]
84
+ ],
85
+ [
86
+ [
87
+ 0.10030169791717093
88
+ ]
89
+ ]
90
+ ],
91
+ "q10": [
92
+ [
93
+ [
94
+ 0.1885775083649283
95
+ ]
96
+ ],
97
+ [
98
+ [
99
+ 0.3679597532951728
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.2046445777114612
105
+ ]
106
+ ]
107
+ ],
108
+ "q50": [
109
+ [
110
+ [
111
+ 0.641126807125435
112
+ ]
113
+ ],
114
+ [
115
+ [
116
+ 0.5367500809805099
117
+ ]
118
+ ],
119
+ [
120
+ [
121
+ 0.3132656535348557
122
+ ]
123
+ ]
124
+ ],
125
+ "q90": [
126
+ [
127
+ [
128
+ 0.7125151146202274
129
+ ]
130
+ ],
131
+ [
132
+ [
133
+ 0.6134932020089834
134
+ ]
135
+ ],
136
+ [
137
+ [
138
+ 0.447292046789829
139
+ ]
140
+ ]
141
+ ],
142
+ "q99": [
143
+ [
144
+ [
145
+ 0.7894675263321035
146
+ ]
147
+ ],
148
+ [
149
+ [
150
+ 0.7707478099660025
151
+ ]
152
+ ],
153
+ [
154
+ [
155
+ 0.708358926995564
156
+ ]
157
+ ]
158
+ ]
159
+ },
160
+ "index": {
161
+ "min": [
162
+ 0
163
+ ],
164
+ "max": [
165
+ 142324
166
+ ],
167
+ "mean": [
168
+ 71162.0
169
+ ],
170
+ "std": [
171
+ 41085.6885301926
172
+ ],
173
+ "count": [
174
+ 142325
175
+ ],
176
+ "q01": [
177
+ 70809.24345372133
178
+ ],
179
+ "q10": [
180
+ 70874.0037490565
181
+ ],
182
+ "q50": [
183
+ 71161.8401991948
184
+ ],
185
+ "q90": [
186
+ 71449.93705047973
187
+ ],
188
+ "q99": [
189
+ 71514.74691099416
190
+ ]
191
+ },
192
+ "observation.state": {
193
+ "min": [
194
+ -31.69230842590332,
195
+ -104.0879135131836,
196
+ -58.63736343383789,
197
+ 35.60439682006836,
198
+ -2.769230842590332,
199
+ 1.6271185874938965
200
+ ],
201
+ "max": [
202
+ 29.846153259277344,
203
+ 52.21977996826172,
204
+ 96.0,
205
+ 102.68132019042969,
206
+ 38.5494499206543,
207
+ 92.47457885742188
208
+ ],
209
+ "mean": [
210
+ -1.2084776195693854,
211
+ -17.694492963021652,
212
+ 19.443873469878557,
213
+ 78.23056471065625,
214
+ 16.704765683266597,
215
+ 12.116013588711851
216
+ ],
217
+ "std": [
218
+ 14.66767136996404,
219
+ 53.385305436600085,
220
+ 47.34024481387444,
221
+ 11.416833461802385,
222
+ 9.724371789044152,
223
+ 15.34175761050548
224
+ ],
225
+ "count": [
226
+ 142325
227
+ ],
228
+ "q01": [
229
+ -26.62510322260395,
230
+ -103.64887577748559,
231
+ -23.774364295815243,
232
+ 54.15583704805905,
233
+ 2.869452129319715,
234
+ 2.001557706061525
235
+ ],
236
+ "q10": [
237
+ -25.98516768650412,
238
+ -103.46803575107735,
239
+ -23.655696292830903,
240
+ 68.51038105291036,
241
+ 3.3737538357499273,
242
+ 2.0291876687783037
243
+ ],
244
+ "q50": [
245
+ -2.5563700714744235,
246
+ 14.675809620009675,
247
+ -7.706692482066934,
248
+ 78.2174098691731,
249
+ 23.102967715932248,
250
+ 3.2262756062596227
251
+ ],
252
+ "q90": [
253
+ 15.014947817866753,
254
+ 31.092981937475603,
255
+ 92.90557084712424,
256
+ 91.86396269945186,
257
+ 23.90279555118722,
258
+ 35.47646813327642
259
+ ],
260
+ "q99": [
261
+ 17.309809233273707,
262
+ 32.915974890036296,
263
+ 93.5160596428665,
264
+ 92.29406806484705,
265
+ 23.945310129096438,
266
+ 58.737492012237624
267
+ ]
268
+ },
269
+ "action": {
270
+ "min": [
271
+ -32.17582321166992,
272
+ -105.010986328125,
273
+ -60.92307662963867,
274
+ 34.63736343383789,
275
+ -3.0329670906066895,
276
+ 0.0
277
+ ],
278
+ "max": [
279
+ 30.241758346557617,
280
+ 51.56044006347656,
281
+ 97.05494689941406,
282
+ 102.85713958740234,
283
+ 38.901100158691406,
284
+ 95.76719665527344
285
+ ],
286
+ "mean": [
287
+ -1.1130186945587348,
288
+ -18.984360166327217,
289
+ 17.836180469370383,
290
+ 78.09501157137795,
291
+ 16.721543607107897,
292
+ 10.152775866079477
293
+ ],
294
+ "std": [
295
+ 14.581972477933114,
296
+ 52.73521333151153,
297
+ 47.90009880956714,
298
+ 11.51998946837058,
299
+ 9.665687045732438,
300
+ 16.006764386901374
301
+ ],
302
+ "count": [
303
+ 142325
304
+ ],
305
+ "q01": [
306
+ -26.979627690477237,
307
+ -103.9097813546739,
308
+ -26.211137197166295,
309
+ 53.54521141313591,
310
+ 2.7048756827539693,
311
+ 1.370397133853458
312
+ ],
313
+ "q10": [
314
+ -25.578527569404073,
315
+ -103.72761080109433,
316
+ -25.772371421859727,
317
+ 68.14647714858344,
318
+ 3.4186853094874343,
319
+ 1.6624073130208035
320
+ ],
321
+ "q50": [
322
+ -2.3538915133387657,
323
+ 12.24243139922753,
324
+ -9.676942769058003,
325
+ 78.1032354420601,
326
+ 22.874225079738707,
327
+ 2.664684200679631
328
+ ],
329
+ "q90": [
330
+ 15.018028436578033,
331
+ 29.971006079069138,
332
+ 92.48283836544407,
333
+ 91.83228094153463,
334
+ 24.05891685105653,
335
+ 35.87074018902421
336
+ ],
337
+ "q99": [
338
+ 17.740950563591895,
339
+ 32.32012905631665,
340
+ 93.15492054188876,
341
+ 92.39760049394023,
342
+ 24.25858103578319,
343
+ 59.24831460266883
344
+ ]
345
+ },
346
+ "frame_index": {
347
+ "min": [
348
+ 0
349
+ ],
350
+ "max": [
351
+ 932
352
+ ],
353
+ "mean": [
354
+ 359.45632179870006
355
+ ],
356
+ "std": [
357
+ 211.1036789476541
358
+ ],
359
+ "count": [
360
+ 142325
361
+ ],
362
+ "q01": [
363
+ 6.699775520014273
364
+ ],
365
+ "q10": [
366
+ 71.46007085521587
367
+ ],
368
+ "q50": [
369
+ 359.2260828554366
370
+ ],
371
+ "q90": [
372
+ 647.3933722784568
373
+ ],
374
+ "q99": [
375
+ 712.2032327928752
376
+ ]
377
+ },
378
+ "timestamp": {
379
+ "min": [
380
+ 0.0
381
+ ],
382
+ "max": [
383
+ 31.066666666666666
384
+ ],
385
+ "mean": [
386
+ 11.981877393290008
387
+ ],
388
+ "std": [
389
+ 7.03678929825514
390
+ ],
391
+ "count": [
392
+ 142325
393
+ ],
394
+ "q01": [
395
+ 0.223325850572276
396
+ ],
397
+ "q10": [
398
+ 2.382002361763077
399
+ ],
400
+ "q50": [
401
+ 11.976574478974133
402
+ ],
403
+ "q90": [
404
+ 21.57977907602604
405
+ ],
406
+ "q99": [
407
+ 23.740107759857388
408
+ ]
409
+ },
410
+ "task_index": {
411
+ "min": [
412
+ 0
413
+ ],
414
+ "max": [
415
+ 0
416
+ ],
417
+ "mean": [
418
+ 0.0
419
+ ],
420
+ "std": [
421
+ 0.0
422
+ ],
423
+ "count": [
424
+ 142325
425
+ ],
426
+ "q01": [
427
+ 3.9999999999994167e-16
428
+ ],
429
+ "q10": [
430
+ 3.999999999999418e-15
431
+ ],
432
+ "q50": [
433
+ 1.9999999999997088e-14
434
+ ],
435
+ "q90": [
436
+ 3.599999999999476e-14
437
+ ],
438
+ "q99": [
439
+ 3.959999999999428e-14
440
+ ]
441
+ },
442
+ "episode_index": {
443
+ "min": [
444
+ 0
445
+ ],
446
+ "max": [
447
+ 199
448
+ ],
449
+ "mean": [
450
+ 97.95365536623926
451
+ ],
452
+ "std": [
453
+ 56.71900447421393
454
+ ],
455
+ "count": [
456
+ 142325
457
+ ],
458
+ "q01": [
459
+ 97.95365536623926
460
+ ],
461
+ "q10": [
462
+ 97.95365536623926
463
+ ],
464
+ "q50": [
465
+ 97.95365536623926
466
+ ],
467
+ "q90": [
468
+ 97.95365536623926
469
+ ],
470
+ "q99": [
471
+ 97.95365536623926
472
+ ]
473
+ },
474
+ "observation.images.right": {
475
+ "min": [
476
+ [
477
+ [
478
+ 0.0
479
+ ]
480
+ ],
481
+ [
482
+ [
483
+ 0.0
484
+ ]
485
+ ],
486
+ [
487
+ [
488
+ 0.0
489
+ ]
490
+ ]
491
+ ],
492
+ "max": [
493
+ [
494
+ [
495
+ 1.0
496
+ ]
497
+ ],
498
+ [
499
+ [
500
+ 1.0
501
+ ]
502
+ ],
503
+ [
504
+ [
505
+ 1.0
506
+ ]
507
+ ]
508
+ ],
509
+ "mean": [
510
+ [
511
+ [
512
+ 0.5226599550043685
513
+ ]
514
+ ],
515
+ [
516
+ [
517
+ 0.46583680242850684
518
+ ]
519
+ ],
520
+ [
521
+ [
522
+ 0.373263189552242
523
+ ]
524
+ ]
525
+ ],
526
+ "std": [
527
+ [
528
+ [
529
+ 0.0009602627682739179
530
+ ]
531
+ ],
532
+ [
533
+ [
534
+ 0.00216131767202968
535
+ ]
536
+ ],
537
+ [
538
+ [
539
+ 0.007574397211163146
540
+ ]
541
+ ]
542
+ ],
543
+ "count": [
544
+ 2732640000
545
+ ],
546
+ "q01": [
547
+ [
548
+ [
549
+ 0.12590149369410283
550
+ ]
551
+ ],
552
+ [
553
+ [
554
+ 0.1538337432451322
555
+ ]
556
+ ],
557
+ [
558
+ [
559
+ 0.14284700701607586
560
+ ]
561
+ ]
562
+ ],
563
+ "q10": [
564
+ [
565
+ [
566
+ 0.3350877348107616
567
+ ]
568
+ ],
569
+ [
570
+ [
571
+ 0.3435077423637685
572
+ ]
573
+ ],
574
+ [
575
+ [
576
+ 0.26835090690643165
577
+ ]
578
+ ]
579
+ ],
580
+ "q50": [
581
+ [
582
+ [
583
+ 0.41348779499909005
584
+ ]
585
+ ],
586
+ [
587
+ [
588
+ 0.440814105172075
589
+ ]
590
+ ],
591
+ [
592
+ [
593
+ 0.3502917245893495
594
+ ]
595
+ ]
596
+ ],
597
+ "q90": [
598
+ [
599
+ [
600
+ 0.7695090285811625
601
+ ]
602
+ ],
603
+ [
604
+ [
605
+ 0.6047093200552657
606
+ ]
607
+ ],
608
+ [
609
+ [
610
+ 0.5251043965565266
611
+ ]
612
+ ]
613
+ ],
614
+ "q99": [
615
+ [
616
+ [
617
+ 0.8037593981221491
618
+ ]
619
+ ],
620
+ [
621
+ [
622
+ 0.7476611945483395
623
+ ]
624
+ ],
625
+ [
626
+ [
627
+ 0.8245045565888829
628
+ ]
629
+ ]
630
+ ]
631
+ },
632
+ "observation.images.front": {
633
+ "min": [
634
+ [
635
+ [
636
+ 0.0
637
+ ]
638
+ ],
639
+ [
640
+ [
641
+ 0.0
642
+ ]
643
+ ],
644
+ [
645
+ [
646
+ 0.0
647
+ ]
648
+ ]
649
+ ],
650
+ "max": [
651
+ [
652
+ [
653
+ 1.0
654
+ ]
655
+ ],
656
+ [
657
+ [
658
+ 1.0
659
+ ]
660
+ ],
661
+ [
662
+ [
663
+ 1.0
664
+ ]
665
+ ]
666
+ ],
667
+ "mean": [
668
+ [
669
+ [
670
+ 0.44290836515489185
671
+ ]
672
+ ],
673
+ [
674
+ [
675
+ 0.42019167853194334
676
+ ]
677
+ ],
678
+ [
679
+ [
680
+ 0.38160252624338536
681
+ ]
682
+ ]
683
+ ],
684
+ "std": [
685
+ [
686
+ [
687
+ 0.003721586006317948
688
+ ]
689
+ ],
690
+ [
691
+ [
692
+ 0.003558774639986312
693
+ ]
694
+ ],
695
+ [
696
+ [
697
+ 0.00413324100112186
698
+ ]
699
+ ]
700
+ ],
701
+ "count": [
702
+ 2732640000
703
+ ],
704
+ "q01": [
705
+ [
706
+ [
707
+ 0.021666461687084883
708
+ ]
709
+ ],
710
+ [
711
+ [
712
+ 0.11144785311824132
713
+ ]
714
+ ],
715
+ [
716
+ [
717
+ 0.12520812074602158
718
+ ]
719
+ ]
720
+ ],
721
+ "q10": [
722
+ [
723
+ [
724
+ 0.2842936764127554
725
+ ]
726
+ ],
727
+ [
728
+ [
729
+ 0.3052350138130096
730
+ ]
731
+ ],
732
+ [
733
+ [
734
+ 0.2894539319706831
735
+ ]
736
+ ]
737
+ ],
738
+ "q50": [
739
+ [
740
+ [
741
+ 0.3544840283278657
742
+ ]
743
+ ],
744
+ [
745
+ [
746
+ 0.3866562885623103
747
+ ]
748
+ ],
749
+ [
750
+ [
751
+ 0.36755131035503524
752
+ ]
753
+ ]
754
+ ],
755
+ "q90": [
756
+ [
757
+ [
758
+ 0.7409450451059642
759
+ ]
760
+ ],
761
+ [
762
+ [
763
+ 0.5859352475285381
764
+ ]
765
+ ],
766
+ [
767
+ [
768
+ 0.5088696966524774
769
+ ]
770
+ ]
771
+ ],
772
+ "q99": [
773
+ [
774
+ [
775
+ 0.7970416193685647
776
+ ]
777
+ ],
778
+ [
779
+ [
780
+ 0.7018751801945021
781
+ ]
782
+ ],
783
+ [
784
+ [
785
+ 0.6865936330506041
786
+ ]
787
+ ]
788
+ ]
789
+ }
790
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"task_index": 0, "task": "pick up the blue object"}
2
+ {"task_index": 1, "task": "move and drop the object"}
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d19e4a9e79b3ea16af47e8c62fd26ff173eef614b5197bb3e3864276d947ee4a
3
+ size 2073
videos/observation.images.front/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38ee5169d40b66cdf359199659d6ed10f1068a25b4c3b14f488b4dfb64bb2b2c
3
+ size 41504705
videos/observation.images.right/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f502e453c29a9896ed33a795da947a03c1f562a8c01d61b0d502fd8f0b450537
3
+ size 32104862
videos/observation.images.up/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:089015dced117d106ecc6166255979a9a466cb5d35c17d8c7802cb1a440ea954
3
+ size 49409984