sergiov2000 commited on
Commit
72d1f55
·
verified ·
1 Parent(s): 6cc2c6a

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0345977f4f9d748a91a93aa5428b45449871c90079db6433fb06cb8724d6db84
3
+ size 38855
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Stack the ball on top of the lego structure."], "length": 595}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-6.668266773223877, 103.67272186279297, 95.14879608154297, 49.185394287109375, -0.09091067314147949, 0.10499191284179688], "max": [18.339149475097656, 164.60121154785156, 140.51747131347656, 79.18399047851562, 7.6543474197387695, 40.047142028808594], "mean": [2.176305055618286, 142.2061004638672, 130.79786682128906, 68.30572509765625, 0.28710582852363586, 21.814054489135742], "std": [5.934692859649658, 21.159183502197266, 13.634483337402344, 5.997503757476807, 1.0280907154083252, 9.944579124450684], "count": [595]}, "observation.state": {"min": [-6.50390625, 103.271484375, 97.998046875, 50.361328125, 0.0, 3.12965726852417], "max": [18.017578125, 164.00390625, 140.9765625, 78.57421875, 6.943359375, 39.49329376220703], "mean": [2.1315321922302246, 141.4014892578125, 131.97610473632812, 68.82444763183594, 0.45141807198524475, 22.010787963867188], "std": [6.0209527015686035, 21.336956024169922, 12.980668067932129, 6.094565391540527, 0.9079437851905823, 9.117454528808594], "count": [595]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.5038439746732026]], [[0.49387583401416124]], [[0.4587660913671024]]], "std": [[[0.22590810621061716]], [[0.17699614010865447]], [[0.210221489649363]]], "count": [120]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4973287105119826]], [[0.4780524611928105]], [[0.44708593750000003]]], "std": [[[0.16528906331996257]], [[0.15105996359622745]], [[0.15970035200090774]]], "count": [120]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.85], "std": [8.588073124979783], "count": [595]}, "frame_index": {"min": [0], "max": [594], "mean": [297.0], "std": [171.76146249959564], "count": [595]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [595]}, "index": {"min": [0], "max": [594], "mean": [297.0], "std": [171.76146249959564], "count": [595]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [595]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100MovellaDot",
4
+ "total_episodes": 1,
5
+ "total_frames": 595,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 20,
11
+ "splits": {
12
+ "train": "0:1"
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.side": {
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": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 20,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.above": {
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": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 20,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Stack the ball on top of the lego structure."}
videos/chunk-000/observation.images.above/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bb1ffb1c470125ef43560b36443e83b57c13b8cfe7f7f97072663d423365f0c
3
+ size 12170011
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:54ed461e4c408f881a3064310238abf554376befc21effe9d948abf3c537525e
3
+ size 8810279