ernestum commited on
Commit
f3b6325
1 Parent(s): f66e6b6

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: 109003139
19
+ num_examples: 100
20
+ download_size: 46825772
21
+ dataset_size: 109003139
22
+ ---
23
+ # Dataset Card for "random-seals-HalfCheetah-v1"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)