niel1511 commited on
Commit
cf8ecc3
·
verified ·
1 Parent(s): 57495f0

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:8c1a34fdb2239da8de523c70102b0f90b4247d55839f134833ca971ce1e54353
3
+ size 8770
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube"], "length": 180}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [84.28204345703125, -99.58053588867188, 87.20720672607422, -21.64242935180664, -21.400575637817383, 1.1217948198318481], "max": [85.01652526855469, -98.9932861328125, 100.0, 53.55004119873047, 32.16618728637695, 1.2820513248443604], "mean": [84.48402404785156, -99.5538101196289, 95.87335205078125, 23.659801483154297, -8.035888671875, 1.2642463445663452], "std": [0.2379835546016693, 0.08995431661605835, 5.094736576080322, 28.33507537841797, 9.547104835510254, 0.03921423852443695], "count": [180]}, "observation.state": {"min": [84.3442611694336, -99.9141616821289, 92.53665161132812, -19.397850036621094, -21.318681716918945, 1.4986375570297241], "max": [84.83606719970703, -98.540771484375, 99.02265930175781, 54.40860366821289, 16.630037307739258, 1.4986375570297241], "mean": [84.49759674072266, -98.98746490478516, 97.23933410644531, 26.42822265625, -8.695158958435059, 1.498638391494751], "std": [0.1753815859556198, 0.13380572199821472, 2.5787782669067383, 27.653827667236328, 7.741042137145996, 8.344650268554688e-07], "count": [180]}, "timestamp": {"min": [0.0], "max": [5.966666666666667], "mean": [2.9833333333333334], "std": [1.7320240781835015], "count": [180]}, "frame_index": {"min": [0], "max": [179], "mean": [89.5], "std": [51.96072234550504], "count": [180]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [180]}, "index": {"min": [0], "max": [179], "mean": [89.5], "std": [51.96072234550504], "count": [180]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [180]}}}
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": 180,
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": "Grab the black cube"}