goffiojc commited on
Commit
d2d36bd
·
verified ·
1 Parent(s): 4fb656a

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:f8ce05b9460f781e81ecee7fa4d968c8aecf4694f4089bd87919a9f0578c5ff8
3
+ size 43717
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["IAM ISA"], "length": 1070}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-14.501953125, 25.927734375, 7.734375, 43.06640625, -27.7734375, -0.260869562625885], "max": [19.423828125, 191.25, 182.98828125, 105.029296875, -3.603515625, 0.8695651888847351], "mean": [1.2552752494812012, 48.970420837402344, 24.719032287597656, 77.56556701660156, -11.087443351745605, -0.18326005339622498], "std": [10.197837829589844, 36.10064697265625, 34.62539291381836, 11.623055458068848, 3.988539934158325, 0.15714891254901886], "count": [1070]}, "observation.state": {"min": [-14.677734375, 25.6640625, 12.83203125, 44.560546875, -27.333984375, 0.5677785873413086], "max": [18.720703125, 188.7890625, 177.890625, 100.37109375, -4.306640625, 0.5677785873413086], "mean": [1.349162220954895, 45.52048873901367, 25.55719757080078, 77.56968688964844, -10.940411567687988, 0.5677747130393982], "std": [10.157746315002441, 35.36313247680664, 32.78132247924805, 10.363720893859863, 3.747677803039551, 3.874301910400391e-06], "count": [1070]}, "timestamp": {"min": [0.0], "max": [35.63333333333333], "mean": [17.81666666666667], "std": [10.296075304049921], "count": [1070]}, "frame_index": {"min": [0], "max": [1069], "mean": [534.5], "std": [308.8822591214976], "count": [1070]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1070]}, "index": {"min": [0], "max": [1069], "mean": [534.5], "std": [308.8822591214976], "count": [1070]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1070]}}}
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": 1070,
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": "IAM ISA"}