leninangelov commited on
Commit
b75cc8d
·
verified ·
1 Parent(s): 17eb12c

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:0e01134fa8f0ca139a0215c7dd7dfdb65e6825921a70d5bf45f001a935a62103
3
+ size 24581
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Take the rubik's cube and place it in the bowl"], "length": 281}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-19.862520217895508, -92.23918914794922, -114.43807983398438, -52.34101867675781, -4.85601806640625, 1.2377843856811523], "max": [25.817481994628906, 47.880279541015625, 79.7641830444336, 118.13703918457031, 61.864356994628906, 32.1363410949707], "mean": [0.013579565100371838, -1.0713242292404175, -17.286691665649414, 63.63894271850586, 31.786399841308594, 20.347253799438477], "std": [8.298216819763184, 36.53956985473633, 39.0516357421875, 33.16187286376953, 16.34405517578125, 7.233706951141357], "count": [281]}, "observation.state": {"min": [-19.450407028198242, -91.7362289428711, -98.48484802246094, -51.84866714477539, -4.468864440917969, 1.7241379022598267], "max": [24.860454559326172, 48.7479133605957, 79.8573989868164, 99.91401672363281, 62.39316177368164, 31.89655113220215], "mean": [-0.12330904603004456, 0.2822032868862152, -15.66344928741455, 63.19035720825195, 31.98841667175293, 20.398677825927734], "std": [8.178947448730469, 37.85539627075195, 38.66952133178711, 32.64019012451172, 16.446617126464844, 6.883368492126465], "count": [281]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.567381875]], [[0.6069721874999999]], [[0.6015679901960784]]], "std": [[[0.15613819453348093]], [[0.1837193532065375]], [[0.22761689272859045]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.333333333333334], "mean": [4.666666666666667], "std": [2.703906638756433], "count": [281]}, "frame_index": {"min": [0], "max": [280], "mean": [140.0], "std": [81.11719916269298], "count": [281]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [281]}, "index": {"min": [0], "max": [280], "mean": [140.0], "std": [81.11719916269298], "count": [281]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [281]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 281,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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.front": {
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Take the rubik's cube and place it in the bowl"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65c86d58a02fec967e4f9397c5a56e26cbeff18565c5ab6a294a42049ecee7e9
3
+ size 3576186