Jamesbass commited on
Commit
8b4e6ca
·
verified ·
1 Parent(s): aadf910

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:cc76ce2e27cb8fe9e0db4358179b89c07e3ab165e13b4ac91e7f6f9aed09d696
3
+ size 104981
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["place the square block on the two pegs"], "length": 1427}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-1.3523635864257812, -59.952232360839844, -34.354034423828125, -99.40049743652344, -92.70367431640625, -4.63273811340332], "max": [38.42002868652344, 25.62668228149414, 82.61959838867188, -40.82447814941406, -33.68157958984375, 63.95562744140625], "mean": [23.9794921875, -11.930419921875, 35.83629608154297, -79.90731811523438, -60.47443389892578, 33.42854690551758], "std": [9.485756874084473, 14.728490829467773, 24.134733200073242, 11.077375411987305, 11.38554573059082, 20.827556610107422], "count": [1427]}, "observation.state": {"min": [-3.0525031089782715, -99.13687133789062, -97.01492309570312, -96.507568359375, -96.87423706054688, 1.2598425149917603], "max": [37.92429733276367, 27.003698348999023, 80.00904846191406, 1.590997338294983, -36.75213623046875, 62.83464431762695], "mean": [23.964452743530273, -9.531437873840332, 32.804893493652344, -80.2547378540039, -60.69179153442383, 33.389495849609375], "std": [9.518770217895508, 15.320256233215332, 24.792909622192383, 11.285988807678223, 11.301802635192871, 20.52739143371582], "count": [1427]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9882352941176471]]], "mean": [[[0.5472054166314514]], [[0.4600397888142326]], [[0.3421350354617422]]], "std": [[[0.24709346226973314]], [[0.19607664297137756]], [[0.14583492902461864]]], "count": [232]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46860496341137026]], [[0.4461978541596236]], [[0.43768360607533247]]], "std": [[[0.32509709909459367]], [[0.3124411569472689]], [[0.3244751139673432]]], "count": [232]}, "timestamp": {"min": [0.0], "max": [47.53333333333333], "mean": [23.766666666666666], "std": [13.73131053064087], "count": [1427]}, "frame_index": {"min": [0], "max": [1426], "mean": [713.0], "std": [411.93931591922615], "count": [1427]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1427]}, "index": {"min": [0], "max": [1426], "mean": [713.0], "std": [411.93931591922615], "count": [1427]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1427]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "koch_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1427,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ "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
+ "observation.images.top": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.wrist": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "place the square block on the two pegs"}
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c76a3dc726fe8938a4914e05ee8ce3c6d8975f7e4bb32eff34cad04ab57d12
3
+ size 11155192
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40b661a3fbb8db00165809d6d2b2df511ab8f5ef342d8ab503f360898f8bd269
3
+ size 7636017