ernestum commited on
Commit
bc07821
1 Parent(s): b1f4c77

Upload README.md with huggingface_hub

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