ernestum commited on
Commit
f1df599
·
1 Parent(s): f016467

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: obs
5
+ sequence:
6
+ sequence: float32
7
+ - name: acts
8
+ sequence: int64
9
+ - name: infos
10
+ sequence: string
11
+ - name: terminal
12
+ dtype: bool
13
+ - name: rews
14
+ sequence: float64
15
+ splits:
16
+ - name: train
17
+ num_bytes: 81938
18
+ num_examples: 12
19
+ download_size: 18912
20
+ dataset_size: 81938
21
+ ---
22
+ # Dataset Card for "TestDataset"
23
+
24
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)