aractingi commited on
Commit
b3b3565
·
verified ·
1 Parent(s): 2628fa7

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:6e10957ac7fab81751c0ea3f44fc8e3d2119c50ff15e9c32e6909f6fc671118c
3
+ size 31164
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Plug the charger in the leader arm."], "length": 643}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-10.8984375, 65.126953125, 71.71875, 47.109375, -110.7421875, -2.5052192211151123], "max": [25.3125, 194.58984375, 183.33984375, 80.859375, -5.625, 11.760612487792969], "mean": [6.9743876457214355, 95.57421112060547, 102.2842788696289, 66.25170135498047, -81.16580963134766, -0.602277398109436], "std": [7.565814018249512, 40.118797302246094, 32.64040756225586, 10.076911926269531, 33.37980651855469, 4.218722820281982], "count": [643]}, "observation.state": {"min": [-4.74609375, 63.80859375, 77.255859375, 48.076171875, -109.951171875, -0.5763688683509827], "max": [25.3125, 192.12890625, 176.923828125, 81.03515625, -5.80078125, 11.5994234085083], "mean": [7.313238143920898, 94.34749603271484, 105.57804107666016, 66.52693939208984, -80.60526275634766, 7.582455158233643], "std": [6.945178985595703, 40.71780776977539, 30.046506881713867, 10.045568466186523, 33.90789031982422, 4.351552486419678], "count": [643]}, "timestamp": {"min": [0.0], "max": [21.4], "mean": [10.7], "std": [6.187262902303588], "count": [643]}, "frame_index": {"min": [0], "max": [642], "mean": [321.0], "std": [185.61788706910764], "count": [643]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [643]}, "index": {"min": [0], "max": [642], "mean": [321.0], "std": [185.61788706910764], "count": [643]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [643]}}}
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": 643,
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."}