Cidoyi commited on
Commit
8943a28
·
verified ·
1 Parent(s): b7d176e

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +44 -0
  3. state.json +21 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85baf7440e79898379220000ed9ce0fefe7adb7128bb322fb4891f4bf85cdb95
3
+ size 261664
dataset_info.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "action": {
6
+ "feature": {
7
+ "dtype": "float32",
8
+ "_type": "Value"
9
+ },
10
+ "length": 6,
11
+ "_type": "Sequence"
12
+ },
13
+ "observation.state": {
14
+ "feature": {
15
+ "dtype": "float32",
16
+ "_type": "Value"
17
+ },
18
+ "length": 6,
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
+ },
42
+ "homepage": "",
43
+ "license": ""
44
+ }
state.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "63dc85134c6a76ba",
8
+ "_format_columns": [
9
+ "action",
10
+ "observation.state",
11
+ "timestamp",
12
+ "frame_index",
13
+ "episode_index",
14
+ "index",
15
+ "task_index"
16
+ ],
17
+ "_format_kwargs": {},
18
+ "_format_type": null,
19
+ "_output_all_columns": false,
20
+ "_split": null
21
+ }