msjelenabanjac commited on
Commit
896bd3a
·
verified ·
1 Parent(s): abbf9cf

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +48 -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:1b308bfd8b30700529fb92d5c99b3719d25f61a2e7f0089386df5e2f2ea08125
3
+ size 4593376
dataset_info.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "action": {
6
+ "feature": {
7
+ "dtype": "float32",
8
+ "_type": "Value"
9
+ },
10
+ "length": 7,
11
+ "_type": "Sequence"
12
+ },
13
+ "observation.state": {
14
+ "feature": {
15
+ "dtype": "float32",
16
+ "_type": "Value"
17
+ },
18
+ "length": 7,
19
+ "_type": "Sequence"
20
+ },
21
+ "timestamp": {
22
+ "dtype": "float32",
23
+ "_type": "Value"
24
+ },
25
+ "frame_index": {
26
+ "dtype": "int64",
27
+ "_type": "Value"
28
+ },
29
+ "episode_index": {
30
+ "dtype": "int64",
31
+ "_type": "Value"
32
+ },
33
+ "index": {
34
+ "dtype": "int64",
35
+ "_type": "Value"
36
+ },
37
+ "task_index": {
38
+ "dtype": "int64",
39
+ "_type": "Value"
40
+ },
41
+ "label": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ }
45
+ },
46
+ "homepage": "",
47
+ "license": ""
48
+ }
state.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "4455597a69f7baf5",
8
+ "_format_columns": [
9
+ "action",
10
+ "episode_index",
11
+ "frame_index",
12
+ "index",
13
+ "label",
14
+ "observation.state",
15
+ "task_index",
16
+ "timestamp"
17
+ ],
18
+ "_format_kwargs": {},
19
+ "_format_type": null,
20
+ "_output_all_columns": false,
21
+ "_split": null
22
+ }