ernestum commited on
Commit
a642c04
1 Parent(s): 6063d77

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: float32
10
+ - name: infos
11
+ sequence: string
12
+ - name: terminal
13
+ dtype: bool
14
+ - name: rews
15
+ sequence: float32
16
+ splits:
17
+ - name: train
18
+ num_bytes: 138046530
19
+ num_examples: 100
20
+ download_size: 36347782
21
+ dataset_size: 138046530
22
+ ---
23
+ # Dataset Card for "random-seals-Swimmer-v1"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)