sergiov2000 commited on
Commit
7abcb79
·
verified ·
1 Parent(s): 9d31844

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:3faa3bd293b6cef525bc8f6fbc5ac37eb68fab7b42699f3e44eaa685d6fc938b
3
+ size 39228
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Push the ball into the area enclosed by the lego structure."], "length": 595}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-16.045833587646484, 94.40695190429688, 107.85435485839844, 10.623344421386719, -0.09903228282928467, -0.31298255920410156], "max": [28.124950408935547, 161.22763061523438, 140.24856567382812, 79.18301391601562, 8.52173900604248, 49.553565979003906], "mean": [0.16057860851287842, 137.31118774414062, 130.2823944091797, 59.721351623535156, 0.32938459515571594, 36.38033676147461], "std": [8.217161178588867, 25.46012306213379, 11.93606948852539, 18.23025894165039, 1.3747332096099854, 14.551904678344727], "count": [595]}, "observation.state": {"min": [-15.46875, 94.04296875, 111.4453125, 11.6015625, -0.263671875, 0.29806259274482727], "max": [28.037109375, 160.13671875, 140.625, 78.22265625, 7.822265625, 48.8077507019043], "mean": [0.07016478478908539, 136.70025634765625, 131.923828125, 60.03077697753906, 0.6549698114395142, 36.50300979614258], "std": [8.335558891296387, 26.0135440826416, 10.82917308807373, 18.25364112854004, 1.2421956062316895, 14.302079200744629], "count": [595]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.5262858966503269]], [[0.526665691380719]], [[0.493636471949891]]], "std": [[[0.23517748815203213]], [[0.17829931412059793]], [[0.21556577861283338]]], "count": [120]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4840613902505447]], [[0.5170971269063181]], [[0.4585258527369281]]], "std": [[[0.16664165995784347]], [[0.15239667706966326]], [[0.1544747196648207]]], "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": "Push the ball into the area enclosed by 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:6442926af05361590751ac7d70f8e5d01417ee008081b6ca9fa1001311b3cbc6
3
+ size 12488884
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:a5758666b58fa9f995e9ed7dd5a013e758b0dd11bca1870c5fe1ef1eaa8e10e2
3
+ size 9266988