niel1511 commited on
Commit
ee0592b
·
verified ·
1 Parent(s): c1d039a

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:c065eb30b4689bbcffae00c374c73ffdc8778025f3bd132d1d09726403e2ea97
3
+ size 16339
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick and place task"], "length": 300}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-6.500183582305908, -99.41275024414062, 31.891891479492188, -75.27801513671875, 55.8923454284668, 0.6130790114402771], "max": [-5.76569938659668, -98.07047271728516, 100.0, 40.633018493652344, 63.15652084350586, 61.790191650390625], "mean": [-6.228926658630371, -99.12633514404297, 83.9537582397461, -22.561437606811523, 60.500892639160156, 17.021629333496094], "std": [0.2549193799495697, 0.38786864280700684, 15.64352798461914, 32.44349670410156, 2.2566449642181396, 24.517353057861328], "count": [300]}, "observation.state": {"min": [-6.721311569213867, -99.74249267578125, 12.039093971252441, -74.45161437988281, 0.17094017565250397, 1.2261580228805542], "max": [-5.819672107696533, 0.8583691120147705, 98.84495544433594, 40.21505355834961, 62.83272171020508, 61.58038330078125], "mean": [-6.595109462738037, -94.78213500976562, 82.82160949707031, -20.95712661743164, 58.020896911621094, 16.57992935180664], "std": [0.14788423478603363, 17.881120681762695, 18.354246139526367, 32.0567626953125, 10.495348930358887, 23.717853546142578], "count": [300]}, "timestamp": {"min": [0.0], "max": [9.966666666666667], "mean": [4.983333333333333], "std": [2.8867353083961027], "count": [300]}, "frame_index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}, "index": {"min": [0], "max": [299], "mean": [149.5], "std": [86.60205925188308], "count": [300]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [300]}}}
meta/info.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 300,
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": null,
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
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": "Pick and place task"}