Upload README.md with huggingface_hub
Browse files
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)
|