paszea commited on
Commit
764d29e
·
verified ·
1 Parent(s): 9e79319

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:04c18c48f04dac4526d6ce391d8808d06dd32305dd9f30afdda1dd05d13f274c
3
+ size 138737
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick and place an object."], "length": 2998}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-18.80859375, -9.052734375, -0.52734375, 5.888671875, -108.984375, -0.3770028352737427], "max": [89.384765625, 172.705078125, 156.09375, 80.15625, -77.6953125, 41.941566467285156], "mean": [11.465335845947266, 62.75324630737305, 55.36241912841797, 44.28546142578125, -92.19207763671875, 12.387513160705566], "std": [25.1842098236084, 63.7068977355957, 49.087196350097656, 24.702863693237305, 5.726685047149658, 14.2379732131958], "count": [2998]}, "observation.state": {"min": [-18.10546875, -7.734375, 5.9765625, 5.80078125, -107.666015625, 0.380952388048172], "max": [88.76953125, 174.990234375, 151.611328125, 73.212890625, -77.51953125, 40.66666793823242], "mean": [11.45790958404541, 64.7219467163086, 55.175376892089844, 42.708309173583984, -91.56161499023438, 13.264689445495605], "std": [24.690818786621094, 64.17132568359375, 45.452606201171875, 22.101673126220703, 5.622073650360107, 13.072022438049316], "count": [2998]}, "observation.environment_state": {"min": [0.4909999966621399, 0.2619999945163727, 0.5210000276565552, 0.28999999165534973], "max": [0.6430000066757202, 0.527999997138977, 0.6800000071525574, 0.5540000200271606], "mean": [0.5672320127487183, 0.393459290266037, 0.6022800803184509, 0.4202897548675537], "std": [0.05734725669026375, 0.08709343522787094, 0.05906376242637634, 0.08664418011903763], "count": [2998]}, "timestamp": {"min": [0.0], "max": [299.7], "mean": [149.85], "std": [86.54480053706287], "count": [2998]}, "frame_index": {"min": [0], "max": [2997], "mean": [1498.5], "std": [865.4480053706288], "count": [2998]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2998]}, "index": {"min": [0], "max": [2997], "mean": [1498.5], "std": [865.4480053706288], "count": [2998]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2998]}}}
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": 2998,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
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": "Pick and place an object."}