pepijn223 HF Staff commited on
Commit
d4da7fe
·
verified ·
1 Parent(s): 71c2a86

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:b95828f286a5694b01aa44b7a4b6fee90cf7617dc68eb58c9f6fc1e4dd5bf270
3
+ size 29620
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pickup the blue block"], "length": 300}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"min": [0.1398419290781021, 0.009563218802213669, -0.011105408892035484, -0.2200760692358017, 2.2791829109191895, 0.023177627474069595, 0.884353756904602], "max": [0.2309587001800537, 0.026193026453256607, 0.07109309732913971, 0.16138535737991333, 2.9485340118408203, 0.10907583683729172, 46.73469543457031], "mean": [0.17778854072093964, 0.018667591735720634, 0.011684506200253963, -0.02944529801607132, 2.699223518371582, 0.07224905490875244, 13.378011703491211], "std": [0.02474929392337799, 0.004191739019006491, 0.01611543446779251, 0.06425286829471588, 0.10419709235429764, 0.01998230814933777, 15.867942810058594], "count": [300]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5829587234477125]], [[0.5441577655228758]], [[0.5716840849673203]]], "std": [[[0.1545464540244228]], [[0.24698331083609099]], [[0.23712971788780107]]], "count": [100]}, "action": {"min": [0.13762688636779785, 0.013812716118991375, -0.009161271154880524, -0.12044359743595123, 2.2730937004089355, -0.05478886514902115, 0.5818061828613281], "max": [0.23473036289215088, 0.02568061277270317, 0.07434997707605362, 0.18149198591709137, 2.8293864727020264, 0.28156962990760803, 47.202911376953125], "mean": [0.18251419067382812, 0.019550655037164688, 0.020779596641659737, -0.021041516214609146, 2.594179391860962, 0.08908165991306305, 13.487850189208984], "std": [0.031973641365766525, 0.0036958297714591026, 0.02248971536755562, 0.06975377351045609, 0.12199310213327408, 0.08709555119276047, 16.03127098083496], "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,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 300,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "names": [
20
+ "ee.x",
21
+ "ee.y",
22
+ "ee.z",
23
+ "ee.wx",
24
+ "ee.wy",
25
+ "ee.wz",
26
+ "gripper.pos"
27
+ ],
28
+ "shape": [
29
+ 7
30
+ ]
31
+ },
32
+ "observation.images.front": {
33
+ "dtype": "video",
34
+ "shape": [
35
+ 480,
36
+ 640,
37
+ 3
38
+ ],
39
+ "names": [
40
+ "height",
41
+ "width",
42
+ "channels"
43
+ ],
44
+ "info": {
45
+ "video.height": 480,
46
+ "video.width": 640,
47
+ "video.codec": "av1",
48
+ "video.pix_fmt": "yuv420p",
49
+ "video.is_depth_map": false,
50
+ "video.fps": 30,
51
+ "video.channels": 3,
52
+ "has_audio": false
53
+ }
54
+ },
55
+ "action": {
56
+ "dtype": "float32",
57
+ "names": [
58
+ "ee.x",
59
+ "ee.y",
60
+ "ee.z",
61
+ "ee.wx",
62
+ "ee.wy",
63
+ "ee.wz",
64
+ "gripper.pos"
65
+ ],
66
+ "shape": [
67
+ 7
68
+ ]
69
+ },
70
+ "timestamp": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "frame_index": {
78
+ "dtype": "int64",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "episode_index": {
85
+ "dtype": "int64",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": null
90
+ },
91
+ "index": {
92
+ "dtype": "int64",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "task_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ }
105
+ }
106
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Pickup the blue block"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bf054c0bd4aba1d0ac781da97e226b46f266cf7aa1486bf2ebf4864c8a3de73
3
+ size 3610248