sergiov2000 commited on
Commit
aafe126
·
verified ·
1 Parent(s): d8347dc

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:351e313a541d66819a8f8d1bb714f788adbdcf317ffce17b5f1a812612ad03e2
3
+ size 45041
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Stack the ball on top of the lego structure."], "length": 828}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-23.669876098632812, 86.01470184326172, 106.21360778808594, 24.462196350097656, 0.0, 0.004553794860839844], "max": [-0.5369501709938049, 167.49034118652344, 140.0, 77.80620574951172, 18.25188446044922, 50.0], "mean": [-3.6927599906921387, 145.85186767578125, 133.03956604003906, 68.7719955444336, 0.3944668173789978, 28.851518630981445], "std": [5.604288101196289, 22.06742286682129, 12.514986991882324, 8.150447845458984, 2.3820056915283203, 11.783843040466309], "count": [828]}, "observation.state": {"min": [-23.291015625, 86.396484375, 106.962890625, 25.13671875, -0.17578125, 5.216095447540283], "max": [-0.52734375, 166.904296875, 142.119140625, 76.9921875, 18.28125, 49.77645492553711], "mean": [-3.6755902767181396, 145.61526489257812, 133.7323455810547, 69.01324462890625, 0.5908203125, 29.248455047607422], "std": [5.601742744445801, 22.349882125854492, 12.118372917175293, 8.14387321472168, 2.358572006225586, 10.61234188079834], "count": [828]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5413649971352177]], [[0.5376403955521603]], [[0.5064963871912401]]], "std": [[[0.2524155140846283]], [[0.1978481815842517]], [[0.23355578107509023]]], "count": [154]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49569215394491134]], [[0.49453050993124525]], [[0.43717539629488156]]], "std": [[[0.17484327464433957]], [[0.14841560670455065]], [[0.15347793025935821]]], "count": [154]}, "timestamp": {"min": [0.0], "max": [41.35], "mean": [20.675], "std": [11.951141856185403], "count": [828]}, "frame_index": {"min": [0], "max": [827], "mean": [413.5], "std": [239.02283712370806], "count": [828]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [828]}, "index": {"min": [0], "max": [827], "mean": [413.5], "std": [239.02283712370806], "count": [828]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [828]}}}
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": 828,
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:b3470b543037f26da47c919ad6f30efb27edff425c3a718ab4133b3ce0fb4fe0
3
+ size 19030163
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:66086a105c02bafc2f47429fd7ac1d88abe9a433a0b0733634ca4dac48c631f1
3
+ size 13228568