aractingi commited on
Commit
c1b8001
·
verified ·
1 Parent(s): 18d3257

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:064d8d5ce7029873030948189e48089bcc6a92c984fee98e0fb7b262fdf8dc4b
3
+ size 29379
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Plug the charger in the leader arm."], "length": 577}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-8.525390625, 69.873046875, 81.298828125, 46.494140625, -103.0078125, -2.4356298446655273], "max": [22.236328125, 192.83203125, 169.27734375, 82.529296875, -2.373046875, 21.294363021850586], "mean": [6.997282028198242, 86.54467010498047, 94.35165405273438, 70.4909439086914, -85.74376678466797, 0.8041900396347046], "std": [7.479405879974365, 21.611223220825195, 15.773114204406738, 9.469697952270508, 19.191274642944336, 6.624650955200195], "count": [577]}, "observation.state": {"min": [-7.998046875, 68.73046875, 84.90234375, 46.318359375, -102.568359375, -0.6484149694442749], "max": [22.236328125, 192.216796875, 173.759765625, 82.96875, -2.109375, 21.613832473754883], "mean": [7.1063456535339355, 84.39881896972656, 98.75302124023438, 70.46256256103516, -84.96180725097656, 4.200540542602539], "std": [7.024575233459473, 23.869449615478516, 16.868736267089844, 9.401342391967773, 20.402353286743164, 5.457127571105957], "count": [577]}, "timestamp": {"min": [0.0], "max": [19.2], "mean": [9.600000000000001], "std": [5.552176750308537], "count": [577]}, "frame_index": {"min": [0], "max": [576], "mean": [288.0], "std": [166.5653025092561], "count": [577]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [577]}, "index": {"min": [0], "max": [576], "mean": [288.0], "std": [166.5653025092561], "count": [577]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [577]}}}
meta/info.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 577,
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
+ "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
+ "timestamp": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "frame_index": {
53
+ "dtype": "int64",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": null
58
+ },
59
+ "episode_index": {
60
+ "dtype": "int64",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "names": null
65
+ },
66
+ "index": {
67
+ "dtype": "int64",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "names": null
72
+ },
73
+ "task_index": {
74
+ "dtype": "int64",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "names": null
79
+ }
80
+ }
81
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Plug the charger in the leader arm."}