Commit
•
e32789f
1
Parent(s):
c3e3654
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Dataset Card for "results_v2"
|
2 |
|
3 |
[Leaderboard](https://huggingface.co/spaces/open-rl-leaderboard/leaderboard)
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: user_id
|
5 |
+
dtype: string
|
6 |
+
- name: model_id
|
7 |
+
dtype: string
|
8 |
+
- name: sha
|
9 |
+
dtype: string
|
10 |
+
- name: status
|
11 |
+
dtype: string
|
12 |
+
- name: env_id
|
13 |
+
dtype: string
|
14 |
+
- name: episodic_returns
|
15 |
+
sequence: float64
|
16 |
+
- name: model_sha
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 4988299
|
21 |
+
num_examples: 11733
|
22 |
+
download_size: 3807742
|
23 |
+
dataset_size: 4988299
|
24 |
+
configs:
|
25 |
+
- config_name: default
|
26 |
+
data_files:
|
27 |
+
- split: train
|
28 |
+
path: data/train-*
|
29 |
+
---
|
30 |
# Dataset Card for "results_v2"
|
31 |
|
32 |
[Leaderboard](https://huggingface.co/spaces/open-rl-leaderboard/leaderboard)
|