sergiov2000 commited on
Commit
8f9e2d1
·
verified ·
1 Parent(s): b0882ce

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:f8681be54fb809b2a1c11cf967e0220ef0a8e1d4d96e99e628d27c4eda1711a9
3
+ size 27318
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Stack the ball on top of the lego structure."], "length": 413}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-13.742151260375977, 90.22063446044922, 82.75440979003906, 52.2960205078125, 0.0, 0.24318718910217285], "max": [30.80148696899414, 170.0, 140.0, 79.1395263671875, 15.380107879638672, 50.0], "mean": [8.329590797424316, 128.56434631347656, 119.1456069946289, 67.88597869873047, 0.9486170411109924, 15.021486282348633], "std": [11.72263240814209, 28.29909324645996, 23.224395751953125, 7.926505088806152, 3.1726300716400146, 11.885050773620605], "count": [413]}, "observation.state": {"min": [-13.095703125, 90.0, 86.8359375, 53.876953125, -0.17578125, 2.384500741958618], "max": [30.76171875, 170.33203125, 140.625, 78.662109375, 14.326171875, 47.31743621826172], "mean": [8.46942138671875, 127.77226257324219, 120.86675262451172, 68.16758728027344, 1.1368322372436523, 15.851252555847168], "std": [11.69559383392334, 29.194833755493164, 22.182708740234375, 7.681966781616211, 3.0242600440979004, 10.882767677307129], "count": [413]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5391172712418301]], [[0.5324861499183007]], [[0.4910191973039216]]], "std": [[[0.2539937732147119]], [[0.21072319233006126]], [[0.2507728273806991]]], "count": [100]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46710098039215686]], [[0.4792989644607843]], [[0.43647416870915035]]], "std": [[[0.16557923008150574]], [[0.1509406312752382]], [[0.14896318256866412]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.6], "mean": [10.299999999999999], "std": [5.961124055075519], "count": [413]}, "frame_index": {"min": [0], "max": [412], "mean": [206.0], "std": [119.22248110151038], "count": [413]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [413]}, "index": {"min": [0], "max": [412], "mean": [206.0], "std": [119.22248110151038], "count": [413]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [413]}}}
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": 413,
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:4ef0908fed28ce34e8dcd466cc6107ddf6a250b3ca6b525b1a450c6ee6926285
3
+ size 4303744
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:f411f4cc09340c2c8e3e411a91a15add0c3d200417568c8b1e37886563944601
3
+ size 6442317