niel1511 commited on
Commit
e523b34
·
verified ·
1 Parent(s): 56ee67a

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:b98db44cbd825272d71a1e054444fc3bc07ec1c4266b56799a10a7ab1a6444a0
3
+ size 6579
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.3554916381836, -99.58053588867188, 100.0, 53.55004119873047, -4.72955322265625, 1.2820513248443604], "max": [84.3554916381836, -99.58053588867188, 100.0, 53.55004119873047, -4.72955322265625, 1.2820513248443604], "mean": [84.35547637939453, -99.58030700683594, 100.0, 53.54990768432617, -4.72955322265625, 1.2820545434951782], "std": [1.52587890625e-05, 0.0002288818359375, 0.0, 0.000133514404296875, 0.0, 3.2186508178710938e-06], "count": [180]}, "observation.state": {"min": [84.3442611694336, -98.96995544433594, 99.02265930175781, 54.40860366821289, -4.615384578704834, 1.4986375570297241], "max": [84.3442611694336, -98.96995544433594, 99.02265930175781, 54.40860366821289, -4.615384578704834, 1.4986375570297241], "mean": [84.34446716308594, -98.96985626220703, 99.02259063720703, 54.40858840942383, -4.615374565124512, 1.498638391494751], "std": [0.00020599365234375, 9.918212890625e-05, 6.866455078125e-05, 1.52587890625e-05, 1.0013580322265625e-05, 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"}