RLobot-jun commited on
Commit
1f5315f
·
verified ·
1 Parent(s): 124f5f7

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:142d1053e9472b2939a6af42391f230663ca3050744832d5fe23d3e7615e9aa8
3
+ size 4538
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["test"], "length": 10}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49962787104587925]], [[0.4994719681085325]], [[0.5000684850356159]]], "std": [[[0.2898614022236351]], [[0.2897726358459055]], [[0.28986387774476247]]], "count": [10]}, "observation.wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.499986141429228]], [[0.49987915637446384]], [[0.4996121155981924]]], "std": [[[0.289896112769016]], [[0.28999339525916284]], [[0.28993994258097266]]], "count": [10]}, "observation.state": {"min": [0.1258685141801834, 0.016007622703909874, 0.04566190764307976, 0.07959843426942825, 0.4033917188644409, 0.004359687678515911, 0.02064775861799717], "max": [0.8985705375671387, 0.9651111364364624, 0.9967793822288513, 0.9702445864677429, 0.8794481158256531, 0.9132488369941711, 0.7730704545974731], "mean": [0.49987921118736267, 0.46820273995399475, 0.47360506653785706, 0.37341827154159546, 0.5923621654510498, 0.4857202172279358, 0.4452430307865143], "std": [0.23983848094940186, 0.35925737023353577, 0.3588184416294098, 0.29780468344688416, 0.13066856563091278, 0.26480793952941895, 0.22582222521305084], "count": [10]}, "action": {"min": [0.08152438700199127, 0.08328480273485184, 0.0888177677989006, 0.2180607169866562, 0.00029919264488853514, 0.11082400381565094, 0.09009633958339691], "max": [0.963097095489502, 0.9917742013931274, 0.870488166809082, 0.9984127283096313, 0.9737442135810852, 0.920622706413269, 0.867976725101471], "mean": [0.3950817584991455, 0.49462223052978516, 0.614240288734436, 0.6758917570114136, 0.4248036742210388, 0.5038884878158569, 0.6173709034919739], "std": [0.3050233721733093, 0.31126677989959717, 0.28623154759407043, 0.25564631819725037, 0.32086679339408875, 0.3231988847255707, 0.22860123217105865], "count": [10]}, "timestamp": {"min": [0.0], "max": [0.45], "mean": [0.225], "std": [0.1436140661634507], "count": [10]}, "frame_index": {"min": [0], "max": [9], "mean": [4.5], "std": [2.8722813232690143], "count": [10]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [10]}, "index": {"min": [0], "max": [9], "mean": [4.5], "std": [2.8722813232690143], "count": [10]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [10]}}}
meta/info.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "franka",
4
+ "total_episodes": 1,
5
+ "total_frames": 10,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 20,
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.image": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 256,
21
+ 256,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channels"
28
+ ],
29
+ "info": {
30
+ "video.height": 256,
31
+ "video.width": 256,
32
+ "video.codec": "av1",
33
+ "video.pix_fmt": "yuv420p",
34
+ "video.is_depth_map": false,
35
+ "video.fps": 20,
36
+ "video.channels": 3,
37
+ "has_audio": false
38
+ }
39
+ },
40
+ "observation.wrist_image": {
41
+ "dtype": "video",
42
+ "shape": [
43
+ 256,
44
+ 256,
45
+ 3
46
+ ],
47
+ "names": [
48
+ "height",
49
+ "width",
50
+ "channel"
51
+ ],
52
+ "info": {
53
+ "video.height": 256,
54
+ "video.width": 256,
55
+ "video.codec": "av1",
56
+ "video.pix_fmt": "yuv420p",
57
+ "video.is_depth_map": false,
58
+ "video.fps": 20,
59
+ "video.channels": 3,
60
+ "has_audio": false
61
+ }
62
+ },
63
+ "observation.state": {
64
+ "dtype": "float32",
65
+ "shape": [
66
+ 7
67
+ ],
68
+ "names": {
69
+ "motors": [
70
+ "x",
71
+ "y",
72
+ "z",
73
+ "roll",
74
+ "pitch",
75
+ "yaw",
76
+ "gripper"
77
+ ]
78
+ }
79
+ },
80
+ "action": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 7
84
+ ],
85
+ "names": {
86
+ "motors": [
87
+ "x",
88
+ "y",
89
+ "z",
90
+ "roll",
91
+ "pitch",
92
+ "yaw",
93
+ "gripper"
94
+ ]
95
+ }
96
+ },
97
+ "timestamp": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "frame_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "episode_index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "task_index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ }
132
+ }
133
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "test"}
videos/chunk-000/observation.image/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e089fa18ce428ad0ed2af555f6cd9fb9f7663a190ca554e6ef8c756ed876b8c9
3
+ size 406340
videos/chunk-000/observation.wrist_image/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cc7d5177a1a6fe520092681a2d6be5379f35d2c78aefcea4dbb6bbadefce08b
3
+ size 405853