zacapa commited on
Commit
91c7a53
·
verified ·
1 Parent(s): bdcb6f3

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:51e9ea697137f134aba5005eed2b685088bec14899d9aa399a66a4dc9fb7b0d1
3
+ size 37890
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Move the E pawn on the blue square to E4 (the Green Square)"], "length": 551}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-3.4532833099365234, -31.28128433227539, 5.3853912353515625, 71.61178588867188, 17.89442253112793, 0.18039560317993164], "max": [13.213127136230469, 10.308830261230469, 33.644378662109375, 81.27435302734375, 23.67141342163086, 11.711807250976562], "mean": [0.6720686554908752, -1.8795932531356812, 17.18966293334961, 74.57333374023438, 19.454429626464844, 3.599405288696289], "std": [2.6060194969177246, 7.458309650421143, 6.450141429901123, 1.7273503541946411, 1.0729175806045532, 2.4380664825439453], "count": [551]}, "observation.state": {"min": [-3.341902256011963, -29.81488800048828, 7.748074531555176, 71.95540618896484, 18.066560745239258, 0.835654616355896], "max": [12.816746711730957, 10.35840892791748, 33.574989318847656, 80.61749267578125, 22.87374496459961, 11.490250587463379], "mean": [0.6137806177139282, -0.7004323601722717, 18.567955017089844, 74.58468627929688, 19.44729995727539, 3.6218016147613525], "std": [2.6959030628204346, 7.748304843902588, 6.455108165740967, 1.6572157144546509, 1.036311149597168, 2.2580556869506836], "count": [551]}, "observation.images.wrist": {"min": [[[0.027450980392156862]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3040065214876511]], [[0.2858303654057493]], [[0.27480818367169874]]], "std": [[[0.15898425864427768]], [[0.18208016594229243]], [[0.19623439242746837]]], "count": [113]}, "observation.images.overhead": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6096591998525074]], [[0.5777109469894153]], [[0.5124753455954654]]], "std": [[[0.2101236685531708]], [[0.2620511268899977]], [[0.30378135268482315]]], "count": [113]}, "timestamp": {"min": [0.0], "max": [18.333333333333332], "mean": [9.166666666666668], "std": [5.301991240195622], "count": [551]}, "frame_index": {"min": [0], "max": [550], "mean": [275.0], "std": [159.05973720586866], "count": [551]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [551]}, "index": {"min": [0], "max": [550], "mean": [275.0], "std": [159.05973720586866], "count": [551]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [551]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 551,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
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
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.wrist": {
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": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.overhead": {
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": 30,
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": "Move the E pawn on the blue square to E4 (the Green Square)"}
videos/chunk-000/observation.images.overhead/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6769b3829fde469950583d45fbd7cfb2968eea95d4b3473a3e3485766024126d
3
+ size 7207958
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36025633e01ad5cd70d6f0972d007d175e40041a5bd821388f478e716b67fbe9
3
+ size 2416455