mrkschtr commited on
Commit
f92ee72
·
verified ·
1 Parent(s): 044e580

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +52 -0
  3. state.json +22 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13ad089782e324ca658cfc002decc5fd96986c56016b6357b93a49325e5d350c
3
+ size 54640
dataset_info.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "observation.image": {
6
+ "path": {
7
+ "dtype": "string",
8
+ "_type": "Value"
9
+ },
10
+ "timestamp": {
11
+ "dtype": "float32",
12
+ "_type": "Value"
13
+ }
14
+ },
15
+ "observation.state": {
16
+ "feature": {
17
+ "dtype": "float32",
18
+ "_type": "Value"
19
+ },
20
+ "_type": "List"
21
+ },
22
+ "action": {
23
+ "feature": {
24
+ "dtype": "float32",
25
+ "_type": "Value"
26
+ },
27
+ "_type": "List"
28
+ },
29
+ "episode_index": {
30
+ "dtype": "int64",
31
+ "_type": "Value"
32
+ },
33
+ "frame_index": {
34
+ "dtype": "int64",
35
+ "_type": "Value"
36
+ },
37
+ "timestamp": {
38
+ "dtype": "float32",
39
+ "_type": "Value"
40
+ },
41
+ "language_instruction": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ },
45
+ "next.done": {
46
+ "dtype": "bool",
47
+ "_type": "Value"
48
+ }
49
+ },
50
+ "homepage": "",
51
+ "license": ""
52
+ }
state.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "da9a5b0e21406175",
8
+ "_format_columns": [
9
+ "episode_index",
10
+ "frame_index",
11
+ "timestamp",
12
+ "observation.state",
13
+ "action",
14
+ "observation.image",
15
+ "next.done",
16
+ "language_instruction"
17
+ ],
18
+ "_format_kwargs": {},
19
+ "_format_type": null,
20
+ "_output_all_columns": false,
21
+ "_split": null
22
+ }