sergiov2000 commited on
Commit
372322d
·
verified ·
1 Parent(s): 264c317

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:b896caba1101bf6616cfb446a6f65080782e439a644d9bba9cf93189409604a4
3
+ size 26782
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Push the ball into the area enclosed by the lego structure."], "length": 405}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-35.35762405395508, 94.22126007080078, 107.27437591552734, 13.715822219848633, 0.0, 0.017023563385009766], "max": [2.8419668674468994, 157.45281982421875, 140.0, 80.0, 37.79511260986328, 50.0], "mean": [-5.878113746643066, 123.87344360351562, 125.1275634765625, 55.951133728027344, 2.525057077407837, 18.953140258789062], "std": [7.5859479904174805, 22.319150924682617, 12.48387336730957, 19.443099975585938, 7.98087739944458, 20.3858642578125], "count": [405]}, "observation.state": {"min": [-35.33203125, 93.955078125, 110.126953125, 14.58984375, 0.0, 0.4470939040184021], "max": [2.8125, 156.708984375, 140.625, 79.716796875, 37.529296875, 49.70193862915039], "mean": [-5.858072757720947, 123.11217498779297, 126.70783233642578, 56.00542449951172, 2.819444417953491, 18.7747859954834], "std": [7.656457424163818, 22.92239761352539, 11.803413391113281, 19.272686004638672, 7.865861892700195, 19.84040069580078], "count": [405]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5271469464869282]], [[0.5234205065359477]], [[0.487817704248366]]], "std": [[[0.24911926630620695]], [[0.20406257021234525]], [[0.24347634368527246]]], "count": [100]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4604601286764706]], [[0.47618691789215684]], [[0.4318020302287581]]], "std": [[[0.16058810643507693]], [[0.14846011270892345]], [[0.15005940969874956]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [20.2], "mean": [10.1], "std": [5.845653656065048], "count": [405]}, "frame_index": {"min": [0], "max": [404], "mean": [202.0], "std": [116.91307312130097], "count": [405]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [405]}, "index": {"min": [0], "max": [404], "mean": [202.0], "std": [116.91307312130097], "count": [405]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [405]}}}
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": 405,
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:584366c0f7d2201af4e96056e82d02802f6a1dfbfd2f3a259f3d20b7f66fe9d6
3
+ size 7992305
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:74e36fe2a91add35fc8c761468323d3727710cab48eb6b80ad0c513157388ab8
3
+ size 5997839