BasedLukas commited on
Commit
e616871
·
verified ·
1 Parent(s): d24becd

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:b870334f9871233aecd896fb25be8b4d7f77057ed1e307846bf082f075526cf0
3
+ size 13580
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 441}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [2.8125, 131.8359375, 106.34765625, 95.625, -6.767578125, 16.355932235717773], "max": [3.69140625, 190.810546875, 108.193359375, 97.55859375, -5.712890625, 61.440677642822266], "mean": [3.451052188873291, 147.6158447265625, 107.82288360595703, 96.63523864746094, -6.52523136138916, 49.06320571899414], "std": [0.21658341586589813, 22.801143646240234, 0.2883617877960205, 0.568830668926239, 0.19962626695632935, 18.358768463134766], "count": [441]}, "observation.state": {"min": [2.98828125, 131.923828125, 107.666015625, 96.15234375, -6.240234375, 16.471399307250977], "max": [3.603515625, 187.470703125, 108.193359375, 97.3828125, -5.9765625, 61.6126823425293], "mean": [3.308354616165161, 147.0366668701172, 107.8594970703125, 96.57266998291016, -6.210738182067871, 49.61565399169922], "std": [0.08343197405338287, 22.679931640625, 0.09835227578878403, 0.4607808589935303, 0.060985859483480453, 18.1988582611084], "count": [441]}, "timestamp": {"min": [0.0], "max": [14.666666666666666], "mean": [7.333333333333333], "std": [4.243513568660693], "count": [441]}, "frame_index": {"min": [0], "max": [440], "mean": [220.0], "std": [127.30540705982078], "count": [441]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [441]}, "index": {"min": [0], "max": [440], "mean": [220.0], "std": [127.30540705982078], "count": [441]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [441]}}}
meta/info.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101",
4
+ "total_episodes": 1,
5
+ "total_frames": 441,
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": "Grasp a lego block and put it in the bin."}