paszea commited on
Commit
5d32a1e
·
verified ·
1 Parent(s): f56933c

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:756d516fbd7fd69990af4f68fd7278a35555f7c4f8eba55c74c3ede1c029548e
3
+ size 80697
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Fetch an object."], "length": 1785}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-3.8671875, -9.140625, -0.439453125, 5.537109375, -105.380859375, -0.3770028352737427], "max": [82.353515625, 151.34765625, 117.685546875, 80.15625, -84.7265625, 36.0037727355957], "mean": [14.960116386413574, 58.65453338623047, 44.261226654052734, 36.226924896240234, -93.01567077636719, 12.824790954589844], "std": [24.174654006958008, 56.62887954711914, 36.639991760253906, 26.2241153717041, 5.563537120819092, 13.680032730102539], "count": [1785]}, "observation.state": {"min": [-2.63671875, -7.646484375, 6.15234375, 5.712890625, -104.677734375, 0.4761905074119568], "max": [81.826171875, 153.10546875, 114.2578125, 73.125, -84.462890625, 35.238094329833984], "mean": [14.605796813964844, 60.42683029174805, 44.329925537109375, 34.93691635131836, -92.55467987060547, 13.925213813781738], "std": [23.101436614990234, 56.75693130493164, 33.48099136352539, 23.99793815612793, 5.4157938957214355, 12.492082595825195], "count": [1785]}, "observation.environment_state": {"min": [0.5435000061988831, 0.37299999594688416, 0.5870000123977661, 0.36149999499320984], "max": [0.6330000162124634, 0.8299999833106995, 0.6909999847412109, 0.5049999952316284], "mean": [0.5930038094520569, 0.58927983045578, 0.6484349966049194, 0.4280499815940857], "std": [0.033432409167289734, 0.16222327947616577, 0.03934621438384056, 0.05051629617810249], "count": [1785]}, "timestamp": {"min": [0.0], "max": [59.46666666666667], "mean": [29.73333333333333], "std": [17.176167813011748], "count": [1785]}, "frame_index": {"min": [0], "max": [1784], "mean": [892.0], "std": [515.2850343903524], "count": [1785]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1785]}, "index": {"min": [0], "max": [1784], "mean": [892.0], "std": [515.2850343903524], "count": [1785]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1785]}}}
meta/info.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "lekiwi",
4
+ "total_episodes": 1,
5
+ "total_frames": 1785,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
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",
24
+ "shoulder_lift",
25
+ "elbow_flex",
26
+ "wrist_flex",
27
+ "wrist_roll",
28
+ "gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan",
38
+ "shoulder_lift",
39
+ "elbow_flex",
40
+ "wrist_flex",
41
+ "wrist_roll",
42
+ "gripper"
43
+ ]
44
+ },
45
+ "observation.environment_state": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 4
49
+ ],
50
+ "name": [
51
+ "y0",
52
+ "x0",
53
+ "y1",
54
+ "x1"
55
+ ]
56
+ },
57
+ "timestamp": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 1
61
+ ],
62
+ "names": null
63
+ },
64
+ "frame_index": {
65
+ "dtype": "int64",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null
70
+ },
71
+ "episode_index": {
72
+ "dtype": "int64",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null
77
+ },
78
+ "index": {
79
+ "dtype": "int64",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ },
85
+ "task_index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null
91
+ }
92
+ }
93
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Fetch an object."}