pelicansogreedy commited on
Commit
6b3c97e
·
verified ·
1 Parent(s): cc304de

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:66b4859e84a2181f4fe952ce77f9569142a208ae065e831cd03294cf7adb4738
3
+ size 23996
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Drag magic mouse on the table."], "length": 448}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [27.0703125, 38.671875, 34.453125, 30.322265625, -92.021484375, -0.28409090638160706], "max": [51.767578125, 140.361328125, 158.466796875, 67.412109375, 8.4375, -0.09469696879386902], "mean": [37.71841812133789, 109.44902801513672, 127.51383209228516, 42.779388427734375, -47.73284912109375, -0.24012364447116852], "std": [7.546694755554199, 33.82793426513672, 36.477760314941406, 10.054800033569336, 38.1346321105957, 0.04930110648274422], "count": [448]}, "observation.state": {"min": [28.212890625, 36.73828125, 39.287109375, 31.81640625, -90.966796875, 1.362984299659729], "max": [50.80078125, 139.39453125, 160.400390625, 66.4453125, 7.3828125, 1.5064562559127808], "mean": [38.159244537353516, 107.18546295166016, 129.62632751464844, 43.61690139770508, -47.82113265991211, 1.4233466386795044], "std": [7.743988990783691, 34.00661087036133, 35.902191162109375, 9.436220169067383, 38.27700424194336, 0.0707482174038887], "count": [448]}, "timestamp": {"min": [0.0], "max": [14.9], "mean": [7.45], "std": [4.3108712705335], "count": [448]}, "frame_index": {"min": [0], "max": [447], "mean": [223.5], "std": [129.32613811600498], "count": [448]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [448]}, "index": {"min": [0], "max": [447], "mean": [223.5], "std": [129.32613811600498], "count": [448]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [448]}}}
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": 448,
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": "Drag magic mouse on the table."}