BasedLukas commited on
Commit
252d1cc
·
verified ·
1 Parent(s): bf3d5f3

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:97515968e423cbf4d5f7a7c4d35e98c0d5933be7e4ad1872fe9b860ce63a6b3a
3
+ size 21481
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 431}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [4.921875, 31.025390625, 11.337890625, 73.828125, -95.712890625, 4.576271057128906], "max": [18.544921875, 106.435546875, 105.732421875, 94.482421875, -87.71484375, 57.62711715698242], "mean": [13.547391891479492, 64.81270599365234, 57.59242248535156, 82.06783294677734, -92.76355743408203, 26.377918243408203], "std": [3.252441883087158, 23.23784828186035, 37.85760498046875, 8.490942001342773, 3.353053569793701, 21.114044189453125], "count": [431]}, "observation.state": {"min": [5.185546875, 30.41015625, 13.974609375, 73.65234375, -95.80078125, 17.022743225097656], "max": [18.10546875, 105.205078125, 106.083984375, 94.21875, -88.154296875, 57.27084732055664], "mean": [13.35040283203125, 63.236183166503906, 59.59983444213867, 82.23136901855469, -92.81139373779297, 30.983285903930664], "std": [3.360642433166504, 23.41329002380371, 37.74264144897461, 8.430609703063965, 3.2003366947174072, 17.127822875976562], "count": [431]}, "timestamp": {"min": [0.0], "max": [14.333333333333334], "mean": [7.166666666666667], "std": [4.147288270665545], "count": [431]}, "frame_index": {"min": [0], "max": [430], "mean": [215.0], "std": [124.41864811996632], "count": [431]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [431]}, "index": {"min": [0], "max": [430], "mean": [215.0], "std": [124.41864811996632], "count": [431]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [431]}}}
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": 431,
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."}