MossProphet commited on
Commit
d9b90ba
·
verified ·
1 Parent(s): 3294946

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:a2417e9ff3732d2b9981721a4c2fa5804d8036960b09f5624650b7953879ef34
3
+ size 52187
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 892}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [1.142578125, 58.095703125, 50.712890625, 52.734375, -106.69921875, -0.19157087802886963, -42.36328125, 54.66796875, 60.732421875, 38.056640625, 82.08984375, -0.18832391500473022], "max": [49.04296875, 191.953125, 183.69140625, 101.953125, -83.408203125, 21.360153198242188, 29.8828125, 188.876953125, 178.76953125, 96.15234375, 113.994140625, 30.508474349975586], "mean": [10.966129302978516, 162.24363708496094, 158.0410614013672, 72.94204711914062, -91.82467651367188, 4.26298713684082, -10.121512413024902, 152.2066650390625, 148.87986755371094, 74.15644073486328, 96.32450103759766, 11.939023971557617], "std": [15.04095458984375, 46.101463317871094, 40.8548583984375, 8.207308769226074, 6.247033596038818, 6.421424865722656, 16.623762130737305, 47.75929260253906, 40.76585006713867, 9.841618537902832, 5.578119277954102, 9.382843017578125], "count": [892]}, "observation.state": {"min": [1.669921875, 55.37109375, 56.25, 53.701171875, -106.083984375, 1.544050931930542, -42.01171875, 52.470703125, 66.26953125, 39.7265625, 82.96875, 0.5359877347946167], "max": [48.427734375, 192.744140625, 184.5703125, 101.162109375, -83.84765625, 20.799272537231445, 28.740234375, 187.998046875, 180.87890625, 95.361328125, 113.37890625, 29.709035873413086], "mean": [11.338875770568848, 161.60609436035156, 160.25234985351562, 72.53843688964844, -91.7480239868164, 6.014978408813477, -10.349514961242676, 150.9664764404297, 151.28457641601562, 74.14197540283203, 96.57535552978516, 14.267613410949707], "std": [14.6727933883667, 47.7091064453125, 39.09493637084961, 7.899353981018066, 6.311564922332764, 5.7953901290893555, 16.43018341064453, 49.11699676513672, 39.456764221191406, 9.479024887084961, 5.375155925750732, 7.154576301574707], "count": [892]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.850000000000001], "std": [8.583268608170199], "count": [892]}, "frame_index": {"min": [0], "max": [891], "mean": [445.5], "std": [257.498058245106], "count": [892]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [892]}, "index": {"min": [0], "max": [891], "mean": [445.5], "std": [257.498058245106], "count": [892]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [892]}}}
meta/info.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 892,
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
+ 12
21
+ ],
22
+ "names": [
23
+ "left_shoulder_pan",
24
+ "left_shoulder_lift",
25
+ "left_elbow_flex",
26
+ "left_wrist_flex",
27
+ "left_wrist_roll",
28
+ "left_gripper",
29
+ "right_shoulder_pan",
30
+ "right_shoulder_lift",
31
+ "right_elbow_flex",
32
+ "right_wrist_flex",
33
+ "right_wrist_roll",
34
+ "right_gripper"
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 12
41
+ ],
42
+ "names": [
43
+ "left_shoulder_pan",
44
+ "left_shoulder_lift",
45
+ "left_elbow_flex",
46
+ "left_wrist_flex",
47
+ "left_wrist_roll",
48
+ "left_gripper",
49
+ "right_shoulder_pan",
50
+ "right_shoulder_lift",
51
+ "right_elbow_flex",
52
+ "right_wrist_flex",
53
+ "right_wrist_roll",
54
+ "right_gripper"
55
+ ]
56
+ },
57
+ "timestamp": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 1
61
+ ],
62
+ "names": null
63
+ },
64
+ "frame_index": {
65
+ "dtype": "int64",
66
+ "shape": [
67
+ 1
68
+ ],
69
+ "names": null
70
+ },
71
+ "episode_index": {
72
+ "dtype": "int64",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null
77
+ },
78
+ "index": {
79
+ "dtype": "int64",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ },
85
+ "task_index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null
91
+ }
92
+ }
93
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin."}