jackvial commited on
Commit
c69f712
·
verified ·
1 Parent(s): 332e824

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+ - **Homepage:** [More Information Needed]
17
+ - **Paper:** [More Information Needed]
18
+ - **License:** apache-2.0
19
+
20
+ ## Dataset Structure
21
+
22
+ [meta/info.json](meta/info.json):
23
+ ```json
24
+ {
25
+ "codebase_version": "v2.1",
26
+ "robot_type": "koch_screwdriver_follower",
27
+ "total_episodes": 4,
28
+ "total_frames": 782,
29
+ "total_tasks": 1,
30
+ "total_videos": 15,
31
+ "total_chunks": 1,
32
+ "chunks_size": 1000,
33
+ "fps": 30,
34
+ "splits": {
35
+ "train": "0:4"
36
+ },
37
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
38
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
39
+ "features": {
40
+ "action": {
41
+ "dtype": "float32",
42
+ "shape": [
43
+ 6
44
+ ],
45
+ "names": [
46
+ "shoulder_pan.pos",
47
+ "shoulder_lift.pos",
48
+ "elbow_flex.pos",
49
+ "wrist_flex.pos",
50
+ "wrist_roll.pos",
51
+ "screwdriver.vel"
52
+ ]
53
+ },
54
+ "observation.state": {
55
+ "dtype": "float32",
56
+ "shape": [
57
+ 6
58
+ ],
59
+ "names": [
60
+ "shoulder_pan.pos",
61
+ "shoulder_lift.pos",
62
+ "elbow_flex.pos",
63
+ "wrist_flex.pos",
64
+ "wrist_roll.pos",
65
+ "screwdriver.vel"
66
+ ]
67
+ },
68
+ "observation.images.screwdriver": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 600,
72
+ 800,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 600,
82
+ "video.width": 800,
83
+ "video.codec": "av1",
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.side": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 600,
95
+ 800,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 600,
105
+ "video.width": 800,
106
+ "video.codec": "av1",
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
+ "observation.images.top": {
115
+ "dtype": "video",
116
+ "shape": [
117
+ 600,
118
+ 800,
119
+ 3
120
+ ],
121
+ "names": [
122
+ "height",
123
+ "width",
124
+ "channels"
125
+ ],
126
+ "info": {
127
+ "video.height": 600,
128
+ "video.width": 800,
129
+ "video.codec": "av1",
130
+ "video.pix_fmt": "yuv420p",
131
+ "video.is_depth_map": false,
132
+ "video.fps": 30,
133
+ "video.channels": 3,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "timestamp": {
138
+ "dtype": "float32",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "frame_index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "episode_index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "index": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "task_index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ }
172
+ }
173
+ }
174
+ ```
175
+
176
+ ## Citation
177
+
178
+ **BibTeX:**
179
+
180
+ ```bibtex
181
+ [More Information Needed]
182
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f09b9000f908975e016479b7ac55253b9bc1d318fdd2e047b0dcf902d7d62bd2
3
+ size 12590
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13456a625a426e7dd7be0dd5c0631285535edea4871da980de42780b53d91463
3
+ size 12559
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61405a8170e29bafc59a86eec2666ee8e53b33e6b1ea9cc2d6b8496e2cb50b7c
3
+ size 12571
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9de56ee369884959676e4e620908e42f9c12eb9937d73c11d1c5427a7588e952
3
+ size 12297
meta/episodes.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Move towards the silver screw in the orange panel. Then place the screwdriver bit on the screw, and turn the screwdriver bit clockwise until the screw is has been fully screwed in."], "length": 195}
2
+ {"episode_index": 1, "tasks": ["Move towards the silver screw in the orange panel. Then place the screwdriver bit on the screw, and turn the screwdriver bit clockwise until the screw is has been fully screwed in."], "length": 195}
3
+ {"episode_index": 2, "tasks": ["Move towards the silver screw in the orange panel. Then place the screwdriver bit on the screw, and turn the screwdriver bit clockwise until the screw is has been fully screwed in."], "length": 196}
4
+ {"episode_index": 3, "tasks": ["Move towards the silver screw in the orange panel. Then place the screwdriver bit on the screw, and turn the screwdriver bit clockwise until the screw is has been fully screwed in."], "length": 196}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-5.103785037994385, -100.0, -83.05975341796875, -64.5331802368164, -2.759462833404541, -4.0], "max": [5.5921854972839355, -25.172754287719727, -30.925804138183594, 76.51203918457031, 6.373626232147217, 200.0], "mean": [-0.6180145144462585, -54.217777252197266, -66.78079223632812, -24.668682098388672, 1.5640089511871338, 78.03589630126953], "std": [2.658247232437134, 25.23101234436035, 9.846266746520996, 59.94377517700195, 3.031588554382324, 90.19255828857422], "count": [195]}, "observation.state": {"min": [-3.0036630630493164, -96.53284454345703, -100.0, -63.26530456542969, 1.3919414281845093, -4.0], "max": [5.34798526763916, -36.131385803222656, -36.01637268066406, 76.3038558959961, 6.080585956573486, 213.0], "mean": [-0.05547746643424034, -56.13983917236328, -70.52019500732422, -21.20473289489746, 2.6980974674224854, 78.5846176147461], "std": [1.9354127645492554, 20.523408889770508, 9.723322868347168, 56.61505126953125, 1.7288061380386353, 89.59312438964844], "count": [195]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3729716421568628]], [[0.3335562581699346]], [[0.33113738766339873]]], "std": [[[0.29966718176984913]], [[0.28747993031290286]], [[0.27961537151892385]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26548517565359475]], [[0.28299077614379087]], [[0.27272130514705883]]], "std": [[[0.2122901312303624]], [[0.21225405593987512]], [[0.20375129054137975]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28718793913398694]], [[0.29164660743464055]], [[0.3065163276143791]]], "std": [[[0.30654903763248065]], [[0.30896730288159036]], [[0.24843389626264945]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.466666666666667], "mean": [3.2333333333333334], "std": [1.8763637016156385], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [195]}, "index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [195]}}}
2
+ {"episode_index": 1, "stats": {"action": {"min": [-3.6874237060546875, -100.0, -78.0696029663086, -57.839107513427734, -3.6385836601257324, -10.0], "max": [5.201465129852295, -36.22902297973633, -25.67301368713379, 83.08866882324219, 8.327228546142578, 200.0], "mean": [0.38733911514282227, -63.459625244140625, -64.15778350830078, -5.621157646179199, 2.6169509887695312, 60.41538619995117], "std": [2.467635154724121, 20.7989444732666, 9.411276817321777, 57.06454849243164, 3.20628023147583, 85.06687927246094], "count": [195]}, "observation.state": {"min": [-1.5873016119003296, -96.3503646850586, -77.8990478515625, -56.8027229309082, -0.5616605877876282, -9.0], "max": [5.05494499206543, -40.69343185424805, -31.10504722595215, 83.10657501220703, 7.887667655944824, 204.0], "mean": [0.6989129185676575, -62.35634994506836, -66.95207977294922, -4.05197811126709, 3.1351547241210938, 60.80513000488281], "std": [2.130972385406494, 19.645647048950195, 8.982800483703613, 55.8451042175293, 2.313066244125366, 84.2787094116211], "count": [195]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3817668933823529]], [[0.3404742013888889]], [[0.34210432189542483]]], "std": [[[0.30137758721064406]], [[0.2920945493572421]], [[0.2790404014086272]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21683175449346404]], [[0.23136361519607845]], [[0.2175127144607843]]], "std": [[[0.2104292167564957]], [[0.20938443124019393]], [[0.18729565554824049]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28415991217320263]], [[0.2882744975490196]], [[0.30345660743464054]]], "std": [[[0.3047213191201776]], [[0.3071056459466855]], [[0.24585906083399206]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.466666666666667], "mean": [3.2333333333333334], "std": [1.8763637016156385], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [195]}, "index": {"min": [195], "max": [389], "mean": [292.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [195]}}}
3
+ {"episode_index": 2, "stats": {"action": {"min": [-3.5897436141967773, -100.0, -72.16020965576172, -57.7216682434082, -5.15262508392334, -11.0], "max": [4.078144073486328, -41.75715637207031, -19.238346099853516, 86.72930145263672, 9.30402946472168, 200.0], "mean": [0.3660511374473572, -66.65596771240234, -62.13233947753906, 6.278812408447266, 2.322640895843506, 47.34693908691406], "std": [2.2856991291046143, 17.439960479736328, 9.40250301361084, 59.45029067993164, 3.628131628036499, 82.7096939086914], "count": [196]}, "observation.state": {"min": [-1.6849817037582397, -95.43795776367188, -73.3969955444336, -53.85487365722656, 0.9035409092903137, -11.0], "max": [3.8339438438415527, -42.88321304321289, -24.693042755126953, 83.56008911132812, 8.571428298950195, 204.0], "mean": [0.6608360409736633, -64.00170135498047, -65.30392456054688, 8.610994338989258, 3.30816650390625, 47.84693908691406], "std": [1.8231533765792847, 16.82215690612793, 8.71528148651123, 57.073524475097656, 2.1132729053497314, 81.92777252197266], "count": [196]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3819307230392157]], [[0.34534922385620914]], [[0.33063879901960785]]], "std": [[[0.3050581720499115]], [[0.29583752249519174]], [[0.27437030274842683]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.19726814950980393]], [[0.21929818014705882]], [[0.2184612030228758]]], "std": [[[0.21100051266997852]], [[0.20890422278686172]], [[0.18480453210018408]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2779277471405229]], [[0.2864072814542484]], [[0.30590948733660134]]], "std": [[[0.3041766199560445]], [[0.3064220729403408]], [[0.24422079535049412]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.5], "mean": [3.25], "std": [1.8859863319877066], "count": [196]}, "frame_index": {"min": [0], "max": [195], "mean": [97.5], "std": [56.5795899596312], "count": [196]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [196]}, "index": {"min": [586], "max": [781], "mean": [683.5], "std": [56.5795899596312], "count": [196]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [196]}}}
4
+ {"episode_index": 3, "stats": {"action": {"min": [-4.761904716491699, -100.0, -70.5843734741211, -58.19142532348633, -7.252747058868408, -4.0], "max": [3.296703338623047, -43.139190673828125, -2.166776180267334, 82.61890411376953, 6.227106094360352, 200.0], "mean": [-1.3448435068130493, -64.8861083984375, -60.597984313964844, -0.6992573738098145, 1.676011085510254, 51.193878173828125], "std": [2.1318440437316895, 16.534889221191406, 11.161531448364258, 60.320613861083984, 4.448723793029785, 82.09980010986328], "count": [196]}, "observation.state": {"min": [-4.420024394989014, -95.80291748046875, -72.57844543457031, -48.52607727050781, 0.2686202824115753, -5.0], "max": [3.345543384552002, -44.708030700683594, -4.2291951179504395, 82.31292724609375, 6.080585956573486, 205.0], "mean": [-0.7450605630874634, -62.377967834472656, -64.0239486694336, 3.6327574253082275, 2.982484817504883, 51.64285659790039], "std": [1.6531503200531006, 15.7127046585083, 10.109701156616211, 57.05537033081055, 2.1697919368743896, 81.2718505859375], "count": [196]}, "observation.images.screwdriver": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.37698276348039217]], [[0.3374123161764706]], [[0.3176055147058824]]], "std": [[[0.3073894219580261]], [[0.29658547597527524]], [[0.27542166565174214]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18805200571895422]], [[0.20753556781045754]], [[0.20371924428104576]]], "std": [[[0.21013365291440586]], [[0.20769070435948936]], [[0.1797166126674222]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27964200571895426]], [[0.28812467116013074]], [[0.30764541462418304]]], "std": [[[0.30598251073965244]], [[0.3081855197636415]], [[0.24622204886417798]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.5], "mean": [3.25], "std": [1.8859863319877066], "count": [196]}, "frame_index": {"min": [0], "max": [195], "mean": [97.5], "std": [56.5795899596312], "count": [196]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [196]}, "index": {"min": [782], "max": [977], "mean": [879.5], "std": [56.5795899596312], "count": [196]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [196]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "koch_screwdriver_follower",
4
+ "total_episodes": 4,
5
+ "total_frames": 782,
6
+ "total_tasks": 1,
7
+ "total_videos": 15,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:4"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "screwdriver.vel"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "screwdriver.vel"
43
+ ]
44
+ },
45
+ "observation.images.screwdriver": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 600,
49
+ 800,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 600,
59
+ "video.width": 800,
60
+ "video.codec": "av1",
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.side": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 600,
72
+ 800,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 600,
82
+ "video.width": 800,
83
+ "video.codec": "av1",
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.top": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 600,
95
+ 800,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 600,
105
+ "video.width": 800,
106
+ "video.codec": "av1",
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
+ }
150
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Move towards the silver screw in the orange panel. Then place the screwdriver bit on the screw, and turn the screwdriver bit clockwise until the screw is has been fully screwed in."}
videos/chunk-000/observation.images.screwdriver/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4a028c3dd5996eec2ae7a9c3035240f05067f67f80ef09970bb5a860a15ed17
3
+ size 4850283
videos/chunk-000/observation.images.screwdriver/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:341732cbb97c65d75d7a8397c45ea800b6acd7ab8f36f612388640c9ac5c1135
3
+ size 5003436
videos/chunk-000/observation.images.screwdriver/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5719592f905367e122f60b51e24339a4864679ff2d08d627adc637170921e77e
3
+ size 5193205
videos/chunk-000/observation.images.screwdriver/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6dd2be3ed1895891cccb475b9b4f8d25bb4056b97fc5bcc18e116649844a3d5
3
+ size 5130457
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03623a85d1e2ea1d8ceda7a314c9a7854c59fe4bddf8f56986ad3f7a8051f6df
3
+ size 8825316
videos/chunk-000/observation.images.side/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b4a5baa28e95b95763174ffec09490d864c917f3e88a62b9fbccd7011ab634c
3
+ size 4756383
videos/chunk-000/observation.images.side/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bec0a8655273803a1fcd9e08d204cee6059b91115c12ab10c7f1db3883fa1118
3
+ size 4185449
videos/chunk-000/observation.images.side/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2afe757e4ba9f1a134bb711042430c9accd755f45dc7980183b0186a674f90a
3
+ size 3610708
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c16c6e92bb4b03bccecb986d710834e9f6b0fab16f6086e4bc07b2f390ea6ae
3
+ size 3792277
videos/chunk-000/observation.images.top/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30fe24dc6f15fe42aa7904cd798ddb363e9595643bac83bb41a65d19385ab351
3
+ size 3784132
videos/chunk-000/observation.images.top/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f3f49ab5fe544ae1db0d8a6f72a0032840cf0d441ad8c712d683e35de440cdc
3
+ size 3853242
videos/chunk-000/observation.images.top/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfee441c637f12efad34b4b06d3f8d9813d3c11e6be3e3b595cd1af6a3a5d975
3
+ size 3823573