pelicansogreedy commited on
Commit
46b8de4
·
verified ·
1 Parent(s): 86168f5

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:4e4345f671b9e741a042c56a305c5115b82003d8b3debc6cd1030bca20d19f2e
3
+ size 35671
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Open trashbin and close."], "length": 748}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-1.494140625, 68.994140625, 12.744140625, 51.85546875, -3.251953125, -0.28409090638160706], "max": [10.37109375, 192.568359375, 176.484375, 98.701171875, 6.767578125, 29.64015007019043], "mean": [3.003438949584961, 139.2481231689453, 99.01888275146484, 66.46458435058594, 1.60823392868042, 8.975159645080566], "std": [2.819274425506592, 44.06373977661133, 58.628517150878906, 9.998886108398438, 2.96697735786438, 12.399147987365723], "count": [748]}, "observation.state": {"min": [-0.52734375, 68.37890625, 13.447265625, 53.701171875, -2.4609375, 1.1477762460708618], "max": [9.4921875, 190.107421875, 177.36328125, 98.173828125, 5.888671875, 29.196557998657227], "mean": [3.077934503555298, 137.7289276123047, 102.17008209228516, 67.09806823730469, 1.4412652254104614, 9.702302932739258], "std": [2.4009621143341064, 44.511356353759766, 58.7506103515625, 9.876483917236328, 2.922271728515625, 11.605403900146484], "count": [748]}, "timestamp": {"min": [0.0], "max": [24.9], "mean": [12.450000000000003], "std": [7.1976269237390555], "count": [748]}, "frame_index": {"min": [0], "max": [747], "mean": [373.5], "std": [215.92880771217165], "count": [748]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [748]}, "index": {"min": [0], "max": [747], "mean": [373.5], "std": [215.92880771217165], "count": [748]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [748]}}}
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": 748,
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": "Open trashbin and close."}