goffiojc commited on
Commit
1ff2165
·
verified ·
1 Parent(s): bdf0048

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:790a256a9070684025cb07d02b54e124cbb6b77e52734bbe34b534a23d3899d4
3
+ size 32568
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["IAM ISA"], "length": 744}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-15.029296875, 33.837890625, 20.830078125, 46.7578125, -22.67578125, -0.3478260934352875], "max": [26.89453125, 190.810546875, 149.23828125, 106.962890625, -11.865234375, 3.7391304969787598], "mean": [5.893279075622559, 63.08003616333008, 43.761260986328125, 68.71296691894531, -17.10405921936035, 0.5855538249015808], "std": [13.469159126281738, 31.303821563720703, 27.980825424194336, 14.51447868347168, 3.3247909545898438, 0.7644331455230713], "count": [744]}, "observation.state": {"min": [-14.765625, 32.51953125, 25.576171875, 47.8125, -22.587890625, 0.5677785873413086], "max": [26.806640625, 188.7890625, 144.404296875, 100.8984375, -12.3046875, 3.4776437282562256], "mean": [6.055947780609131, 58.99188232421875, 46.22562789916992, 68.74908447265625, -17.093427658081055, 0.7320458889007568], "std": [13.413805961608887, 30.122493743896484, 26.429210662841797, 13.830450057983398, 3.093532085418701, 0.6219768524169922], "count": [744]}, "timestamp": {"min": [0.0], "max": [24.766666666666666], "mean": [12.383333333333335], "std": [7.159136871211553], "count": [744]}, "frame_index": {"min": [0], "max": [743], "mean": [371.5], "std": [214.77410613634657], "count": [744]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [744]}, "index": {"min": [0], "max": [743], "mean": [371.5], "std": [214.77410613634657], "count": [744]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [744]}}}
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": 744,
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"}