sergiov2000 commited on
Commit
d57c531
·
verified ·
1 Parent(s): 350bdf3

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:692d373ac90b7351d483108a456752fe8ee9a24f883dca75bbcec52efa65aa9f
3
+ size 35883
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Push the ball into the area enclosed by the lego structure."], "length": 1198}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-8.0859375, 99.66796875, 115.927734375, 6.15234375, -22.587890625, -0.7157464027404785], "max": [20.390625, 184.74609375, 187.3828125, 58.095703125, -0.791015625, -0.7157464027404785], "mean": [-1.1509417295455933, 170.80430603027344, 175.3445587158203, 27.69241714477539, -9.630186080932617, -0.7157549262046814], "std": [4.16764497756958, 26.559101104736328, 22.258798599243164, 7.362926006317139, 2.705289363861084, 8.52339780976763e-06], "count": [1198]}, "observation.state": {"min": [-7.822265625, 99.4921875, 118.4765625, 7.03125, -22.32421875, 0.9105960130691528], "max": [20.56640625, 184.21875, 186.943359375, 57.83203125, -1.142578125, 0.9105960130691528], "mean": [-1.206918716430664, 170.14720153808594, 175.41209411621094, 27.711153030395508, -9.386689186096191, 0.910590648651123], "std": [4.163326263427734, 26.842588424682617, 21.42453384399414, 7.290972709655762, 2.7029683589935303, 5.364418029785156e-06], "count": [1198]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49848190138124215]], [[0.4980392458707621]], [[0.4540427452590231]]], "std": [[[0.16723572446319382]], [[0.1463735248399293]], [[0.15475371700744417]]], "count": [203]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5132687918558229]], [[0.512299285231334]], [[0.47826558525709134]]], "std": [[[0.2300610738504955]], [[0.18497038646891087]], [[0.23158637680045716]]], "count": [203]}, "timestamp": {"min": [0.0], "max": [59.85], "mean": [29.924999999999994], "std": [17.291634538122764], "count": [1198]}, "frame_index": {"min": [0], "max": [1197], "mean": [598.5], "std": [345.83269076245523], "count": [1198]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1198]}, "index": {"min": [0], "max": [1197], "mean": [598.5], "std": [345.83269076245523], "count": [1198]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1198]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 1198,
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.above": {
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.fps": 20.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.side": {
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.fps": 20.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
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:102fa35f9031ac5c9620bbf8329e46169ec0266e3e676fa211ebacb749190c86
3
+ size 33559729
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:7999ec8f4ba9138b870f1c5f739e748ca58436d4de12775553a2ad81fa66104e
3
+ size 25312182