hdu-robot commited on
Commit
27ed2d3
·
verified ·
1 Parent(s): bfe6360

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - robotis
7
+ - LeRobot
8
+ - gaemi
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [Physical AI Tools](https://github.com/ROBOTIS-GIT/physical_ai_tools) and [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ ## Dataset Description
17
+
18
+
19
+
20
+ - **Homepage:** [More Information Needed]
21
+ - **License:** apache-2.0
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v2.1",
29
+ "robot_type": "gaemi",
30
+ "total_episodes": 4,
31
+ "total_frames": 284,
32
+ "total_tasks": 1,
33
+ "total_videos": 12,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 10,
37
+ "splits": {
38
+ "train": "0:4"
39
+ },
40
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
+ "features": {
43
+ "timestamp": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 1
47
+ ],
48
+ "names": null
49
+ },
50
+ "frame_index": {
51
+ "dtype": "int64",
52
+ "shape": [
53
+ 1
54
+ ],
55
+ "names": null
56
+ },
57
+ "episode_index": {
58
+ "dtype": "int64",
59
+ "shape": [
60
+ 1
61
+ ],
62
+ "names": null
63
+ },
64
+ "index": {
65
+ "dtype": "int64",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null
70
+ },
71
+ "task_index": {
72
+ "dtype": "int64",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null
77
+ },
78
+ "observation.images.front_left": {
79
+ "dtype": "video",
80
+ "names": [
81
+ "height",
82
+ "width",
83
+ "channels"
84
+ ],
85
+ "shape": [
86
+ 360,
87
+ 640,
88
+ 3
89
+ ],
90
+ "info": {
91
+ "video.height": 360,
92
+ "video.width": 640,
93
+ "video.channels": 3,
94
+ "video.codec": "libx264",
95
+ "video.pix_fmt": "yuv420p"
96
+ }
97
+ },
98
+ "observation.images.left": {
99
+ "dtype": "video",
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channels"
104
+ ],
105
+ "shape": [
106
+ 360,
107
+ 640,
108
+ 3
109
+ ],
110
+ "info": {
111
+ "video.height": 360,
112
+ "video.width": 640,
113
+ "video.channels": 3,
114
+ "video.codec": "libx264",
115
+ "video.pix_fmt": "yuv420p"
116
+ }
117
+ },
118
+ "observation.images.right": {
119
+ "dtype": "video",
120
+ "names": [
121
+ "height",
122
+ "width",
123
+ "channels"
124
+ ],
125
+ "shape": [
126
+ 360,
127
+ 640,
128
+ 3
129
+ ],
130
+ "info": {
131
+ "video.height": 360,
132
+ "video.width": 640,
133
+ "video.channels": 3,
134
+ "video.codec": "libx264",
135
+ "video.pix_fmt": "yuv420p"
136
+ }
137
+ },
138
+ "observation.state": {
139
+ "dtype": "float32",
140
+ "names": [
141
+ "linear_x",
142
+ "linear_y",
143
+ "angular_z"
144
+ ],
145
+ "shape": [
146
+ 3
147
+ ]
148
+ },
149
+ "action": {
150
+ "dtype": "float32",
151
+ "names": [
152
+ "linear_x",
153
+ "linear_y",
154
+ "angular_z"
155
+ ],
156
+ "shape": [
157
+ 3
158
+ ]
159
+ }
160
+ }
161
+ }
162
+ ```
163
+
164
+
165
+ ## Citation
166
+
167
+ **BibTeX:**
168
+
169
+ ```bibtex
170
+ [More Information Needed]
171
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d4ddcf9b2c255b5caba56815f6596b957ee47845af54bfbd451fd9f69d87290
3
+ size 5426
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9200d163d0a5e6ec9a98a05c7f12bebb6fd87fcc16940807b0fc375301c4dcd
3
+ size 5203
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:484dde012e22d3eae79f54312906df85733e342cc46e0dd30f3f6e362db8b319
3
+ size 7011
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd955fc15d9545db50a5335bc6d45446de72a1e7c98d9b02dfef1b1c029b3fe9
3
+ size 5895
meta/episodes.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["test111"], "length": 57}
2
+ {"episode_index": 1, "tasks": ["test111"], "length": 49}
3
+ {"episode_index": 2, "tasks": ["test111"], "length": 107}
4
+ {"episode_index": 3, "tasks": ["test111"], "length": 71}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"episode_index": 0, "stats": {"timestamp": {"min": [0.0], "max": [5.6], "mean": [2.8], "std": [1.6451950239004087], "count": [57]}, "frame_index": {"min": [0], "max": [56], "mean": [28.0], "std": [16.451950239004088], "count": [57]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [57]}, "index": {"min": [0], "max": [56], "mean": [28.0], "std": [16.451950239004088], "count": [57]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [57]}, "observation.images.front_left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.27515204200588617]], [[0.31090435920957077]], [[0.2826001270878722]]], "std": [[[0.11948455358137426]], [[0.12569152349267965]], [[0.12619671729076318]]], "count": [57]}, "observation.images.left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[0.9529411764705882]], [[0.9803921568627451]]], "mean": [[[0.3024456293238543]], [[0.3296416886442686]], [[0.31785855502044874]]], "std": [[[0.14176338314092798]], [[0.14801632142187393]], [[0.17047732908328378]]], "count": [57]}, "observation.images.right": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27651254156633415]], [[0.3094024576692275]], [[0.27794261457019453]]], "std": [[[0.1669600469781116]], [[0.17145104022627605]], [[0.1781776143218699]]], "count": [57]}, "observation.state": {"min": [3.5119835913120095e-14, 1.1634729585379925e-17, -0.0015009085182100534], "max": [3.516900448164231e-14, 1.5681860451986485e-17, 0.0010688951006159186], "mean": [3.514032394604828e-14, 1.376510182014697e-17, -7.310800720006227e-05], "std": [1.1417889978063436e-17, 8.544910144522316e-19, 0.0005811695591546595], "count": [57]}, "action": {"min": [0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0], "count": [57]}}}
2
+ {"episode_index": 1, "stats": {"timestamp": {"min": [0.0], "max": [4.8], "mean": [2.4], "std": [1.4142135623730951], "count": [49]}, "frame_index": {"min": [0], "max": [48], "mean": [24.0], "std": [14.142135623730951], "count": [49]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [49]}, "index": {"min": [57], "max": [105], "mean": [81.0], "std": [14.142135623730951], "count": [49]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [49]}, "observation.images.front_left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.2742704581832733]], [[0.31075189520252544]], [[0.28223559979547375]]], "std": [[[0.1199546058494013]], [[0.12580797388631673]], [[0.1262696167284379]]], "count": [49]}, "observation.images.left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9058823529411765]], [[0.9411764705882353]], [[0.9725490196078431]]], "mean": [[[0.30266698901782935]], [[0.3295696167355831]], [[0.3177603930461073]]], "std": [[[0.14196435642164978]], [[0.1479854421595058]], [[0.17048032612808547]]], "count": [49]}, "observation.images.right": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27532728091236497]], [[0.3100414554710773]], [[0.27770934484905074]]], "std": [[[0.16661774761807627]], [[0.17199640923263013]], [[0.17841419829634625]]], "count": [49]}, "observation.state": {"min": [3.51114740038648e-14, 1.1737839303095885e-17, -0.0016453901771456003], "max": [3.5167788142330056e-14, 1.619248235283792e-17, 0.001656984561122954], "mean": [3.514071019307223e-14, 1.3637953406649607e-17, -0.00018303896649740636], "std": [1.2767952962507159e-17, 9.806612868752512e-19, 0.0007272849325090647], "count": [49]}, "action": {"min": [0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0], "count": [49]}}}
3
+ {"episode_index": 2, "stats": {"timestamp": {"min": [0.0], "max": [10.6], "mean": [5.299999999999999], "std": [3.0886890422961], "count": [107]}, "frame_index": {"min": [0], "max": [106], "mean": [53.0], "std": [30.886890422961002], "count": [107]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [107]}, "index": {"min": [106], "max": [212], "mean": [159.0], "std": [30.886890422961002], "count": [107]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [107]}, "observation.images.front_left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27608466503267975]], [[0.3109254221132897]], [[0.2821637091503268]]], "std": [[[0.11910911829035975]], [[0.12565929235064277]], [[0.1260615519374326]]], "count": [100]}, "observation.images.left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9176470588235294]], [[0.9529411764705882]], [[0.9803921568627451]]], "mean": [[[0.3020475054466231]], [[0.32992766612200436]], [[0.31822534041394335]]], "std": [[[0.1415671030599058]], [[0.14818133619358226]], [[0.1706905158223778]]], "count": [100]}, "observation.images.right": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27683501361655777]], [[0.3096757952069717]], [[0.27827990196078434]]], "std": [[[0.16709591739006247]], [[0.17158257014113232]], [[0.17821642814022984]]], "count": [100]}, "observation.state": {"min": [3.5115800648159376e-14, 1.0999783265642383e-17, -0.001655403757467866], "max": [3.517031907677645e-14, 1.718164478166353e-17, 0.001392836682498455], "mean": [3.5142939583789404e-14, 1.364740559950925e-17, -7.691154314670712e-05], "std": [1.371631057171553e-17, 1.0267674036407678e-18, 0.0006700617959722877], "count": [107]}, "action": {"min": [0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0], "count": [107]}}}
4
+ {"episode_index": 3, "stats": {"timestamp": {"min": [0.0], "max": [7.0], "mean": [3.5], "std": [2.04939015319192], "count": [71]}, "frame_index": {"min": [0], "max": [70], "mean": [35.0], "std": [20.493901531919196], "count": [71]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [71]}, "index": {"min": [213], "max": [283], "mean": [248.0], "std": [20.493901531919196], "count": [71]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [71]}, "observation.images.front_left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2592608510540366]], [[0.3381952576022584]], [[0.2967840183804351]]], "std": [[[0.12562465685438012]], [[0.11495025406561797]], [[0.1242980639167451]]], "count": [71]}, "observation.images.left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9098039215686274]], [[0.9490196078431372]], [[0.9764705882352941]]], "mean": [[[0.30142894074687776]], [[0.3310595791524748]], [[0.3172409248519439]]], "std": [[[0.14230619770084788]], [[0.14616248145597618]], [[0.17025256456912805]]], "count": [71]}, "observation.images.right": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.264078780416705]], [[0.31360081622633407]], [[0.2917331308110099]]], "std": [[[0.15972111924265883]], [[0.1733587058044158]], [[0.1856416917477928]]], "count": [71]}, "observation.state": {"min": [3.5137244134252066e-14, 1.1524270367921431e-17, -0.0016453901771456003], "max": [3.514333599520872e-14, 1.636672629451099e-17, 0.0016692188801243901], "mean": [3.5140727133731176e-14, 1.3514316374852531e-17, -2.7308115022606216e-05], "std": [1.580807394459651e-18, 9.542002960675627e-19, 0.0006317173829302192], "count": [71]}, "action": {"min": [0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0], "count": [71]}}}
meta/info.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "gaemi",
4
+ "total_episodes": 4,
5
+ "total_frames": 284,
6
+ "total_tasks": 1,
7
+ "total_videos": 12,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
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
+ "timestamp": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null
23
+ },
24
+ "frame_index": {
25
+ "dtype": "int64",
26
+ "shape": [
27
+ 1
28
+ ],
29
+ "names": null
30
+ },
31
+ "episode_index": {
32
+ "dtype": "int64",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "task_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "observation.images.front_left": {
53
+ "dtype": "video",
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "shape": [
60
+ 360,
61
+ 640,
62
+ 3
63
+ ],
64
+ "info": {
65
+ "video.height": 360,
66
+ "video.width": 640,
67
+ "video.channels": 3,
68
+ "video.codec": "libx264",
69
+ "video.pix_fmt": "yuv420p"
70
+ }
71
+ },
72
+ "observation.images.left": {
73
+ "dtype": "video",
74
+ "names": [
75
+ "height",
76
+ "width",
77
+ "channels"
78
+ ],
79
+ "shape": [
80
+ 360,
81
+ 640,
82
+ 3
83
+ ],
84
+ "info": {
85
+ "video.height": 360,
86
+ "video.width": 640,
87
+ "video.channels": 3,
88
+ "video.codec": "libx264",
89
+ "video.pix_fmt": "yuv420p"
90
+ }
91
+ },
92
+ "observation.images.right": {
93
+ "dtype": "video",
94
+ "names": [
95
+ "height",
96
+ "width",
97
+ "channels"
98
+ ],
99
+ "shape": [
100
+ 360,
101
+ 640,
102
+ 3
103
+ ],
104
+ "info": {
105
+ "video.height": 360,
106
+ "video.width": 640,
107
+ "video.channels": 3,
108
+ "video.codec": "libx264",
109
+ "video.pix_fmt": "yuv420p"
110
+ }
111
+ },
112
+ "observation.state": {
113
+ "dtype": "float32",
114
+ "names": [
115
+ "linear_x",
116
+ "linear_y",
117
+ "angular_z"
118
+ ],
119
+ "shape": [
120
+ 3
121
+ ]
122
+ },
123
+ "action": {
124
+ "dtype": "float32",
125
+ "names": [
126
+ "linear_x",
127
+ "linear_y",
128
+ "angular_z"
129
+ ],
130
+ "shape": [
131
+ 3
132
+ ]
133
+ }
134
+ }
135
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "test111"}
videos/chunk-000/observation.images.front_left/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f2079dc3e3b4f252747d08fe833ae3e1c7325222b2e85849d4bd630679a417
3
+ size 1038424
videos/chunk-000/observation.images.front_left/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2f6caf055d76b9ba4c8dbe694e4dba7d9aa8a2b10e0bbb14b49b9bb90dcb3cd
3
+ size 894358
videos/chunk-000/observation.images.front_left/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fe9ba427063501713eb96564d760af4b157bc8c41c1312ef20362dffeb5eec9
3
+ size 1933295
videos/chunk-000/observation.images.front_left/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:681ae57f592edf8d5382287bfb5affff3c63b5faa50531e5c6ab0ed968f48550
3
+ size 1281512
videos/chunk-000/observation.images.left/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17549068985a3363be90728d50034a557fc90faa001cf6e57e7e8679979d5cc5
3
+ size 975054
videos/chunk-000/observation.images.left/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5c6291c81cde11abf8aaa3a34932e40bfbd38a4a31088739d949012733d6189
3
+ size 837088
videos/chunk-000/observation.images.left/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a030919ba940b5cb2969e7a7ad066b875e9d43bf7b36ca1cec18626a9eee43d8
3
+ size 1817130
videos/chunk-000/observation.images.left/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:450fd3a161981fa8b9c372e1f74723a60e8be3155977e0e3c033da77d9426d1c
3
+ size 1207643
videos/chunk-000/observation.images.right/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d7c0ec07526246f78bce82b644b8f10b4a2c498a93b6fa53525a972feac988f
3
+ size 783180
videos/chunk-000/observation.images.right/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:323bc1dbbcfd0d30c8ff637184d751da6450b6bb20c324c31393e7eb4e5d43d2
3
+ size 678148
videos/chunk-000/observation.images.right/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2be775f823c2c6c2e3bd739a7ee56ec938c6e3a5a978e4a81d3b5f6798e2ab1d
3
+ size 1469521
videos/chunk-000/observation.images.right/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9ce8a19ea33df229eea6d412a1d9f6407ccb7acbd519319a3778f90480aeeaf
3
+ size 972270