ernestum commited on
Commit
6924bd7
1 Parent(s): 83d798d

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: float64
16
+ splits:
17
+ - name: train
18
+ num_bytes: 60728770
19
+ num_examples: 104
20
+ download_size: 21507130
21
+ dataset_size: 60728770
22
+ ---
23
+ # Dataset Card for "ppo-seals-Walker2d-v1"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)