invocation02 commited on
Commit
f54850a
·
verified ·
1 Parent(s): f7d23c9

Add shard 1/765 (15417 frames, 356.9MB)

Browse files
Files changed (3) hide show
  1. data/data-00000-of-00765.arrow +3 -0
  2. dataset_info.json +32 -0
  3. state.json +13 -0
data/data-00000-of-00765.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e74aedb9fbcef045d806d4a654b69a56e2e76e078691404b29f22c805ec669ad
3
+ size 356872250
dataset_info.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "Doom gameplay frames from random agent",
3
+ "features": {
4
+ "episode_id": {
5
+ "dtype": "string",
6
+ "_type": "Value"
7
+ },
8
+ "frame_idx": {
9
+ "dtype": "int32",
10
+ "_type": "Value"
11
+ },
12
+ "frame": {
13
+ "dtype": "binary",
14
+ "_type": "Value"
15
+ },
16
+ "action": {
17
+ "feature": {
18
+ "dtype": "float32",
19
+ "_type": "Value"
20
+ },
21
+ "length": 6,
22
+ "_type": "List"
23
+ }
24
+ },
25
+ "splits": {
26
+ "train": {
27
+ "name": "train",
28
+ "num_examples": 15417,
29
+ "num_bytes": 356872250
30
+ }
31
+ }
32
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00765.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "d6ebcc6f91b2444b8cf40b9e8ee28c47",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }