goffiojc commited on
Commit
7237e54
·
verified ·
1 Parent(s): 8af46dd

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:af7b1d162b78b6ec45f881ec4e4ad4e072920c80cdd68cbeaf3d156dee61d169
3
+ size 66337
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["IAM ISA"], "length": 1432}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-35.5078125, 31.552734375, 11.6015625, 51.15234375, -22.763671875, -0.6086956262588501], "max": [28.916015625, 193.271484375, 178.9453125, 105.732421875, -1.142578125, 0.0], "mean": [-5.294980525970459, 78.22410583496094, 67.97637176513672, 82.62578582763672, -11.463404655456543, -0.2964533865451813], "std": [15.82559871673584, 32.558250427246094, 34.84176254272461, 12.387467384338379, 4.789689064025879, 0.1434706747531891], "count": [1432]}, "observation.state": {"min": [-35.244140625, 32.080078125, 16.962890625, 52.734375, -22.5, 0.42583391070365906], "max": [28.125, 189.052734375, 177.36328125, 100.72265625, -1.7578125, 0.5677785873413086], "mean": [-5.395084857940674, 75.04306030273438, 69.85174560546875, 82.45328521728516, -11.35980224609375, 0.45265209674835205], "std": [15.690464973449707, 32.41646957397461, 33.488067626953125, 11.288275718688965, 4.644565582275391, 0.0452704019844532], "count": [1432]}, "timestamp": {"min": [0.0], "max": [47.7], "mean": [23.849999999999998], "std": [13.77942306484564], "count": [1432]}, "frame_index": {"min": [0], "max": [1431], "mean": [715.5], "std": [413.3826919453692], "count": [1432]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1432]}, "index": {"min": [0], "max": [1431], "mean": [715.5], "std": [413.3826919453692], "count": [1432]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1432]}}}
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": 1432,
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"}