m1b commited on
Commit
c1b6092
·
verified ·
1 Parent(s): cbc95f4

Upload folder using huggingface_hub

Browse files
data/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b642146b5060b491c6394df394dd0950c3939f333ffb248d24d3523ed8e6dd7
3
+ size 1137520
data/dataset_info.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "observation.state": {
6
+ "feature": {
7
+ "dtype": "float32",
8
+ "_type": "Value"
9
+ },
10
+ "length": 6,
11
+ "_type": "Sequence"
12
+ },
13
+ "action": {
14
+ "feature": {
15
+ "dtype": "float32",
16
+ "_type": "Value"
17
+ },
18
+ "length": 6,
19
+ "_type": "Sequence"
20
+ },
21
+ "observation.images.cam": {
22
+ "_type": "VideoFrame"
23
+ },
24
+ "episode_index": {
25
+ "dtype": "int64",
26
+ "_type": "Value"
27
+ },
28
+ "frame_index": {
29
+ "dtype": "int64",
30
+ "_type": "Value"
31
+ },
32
+ "timestamp": {
33
+ "dtype": "float32",
34
+ "_type": "Value"
35
+ },
36
+ "next.done": {
37
+ "dtype": "bool",
38
+ "_type": "Value"
39
+ },
40
+ "index": {
41
+ "dtype": "int64",
42
+ "_type": "Value"
43
+ }
44
+ },
45
+ "homepage": "",
46
+ "license": ""
47
+ }
data/state.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "ed29e493d154020e",
8
+ "_format_columns": [
9
+ "observation.state",
10
+ "action",
11
+ "observation.images.cam",
12
+ "episode_index",
13
+ "frame_index",
14
+ "timestamp",
15
+ "next.done",
16
+ "index"
17
+ ],
18
+ "_format_kwargs": {},
19
+ "_format_type": null,
20
+ "_output_all_columns": false,
21
+ "_split": null
22
+ }