Update CityLearn.py
Browse files- CityLearn.py +2 -2
CityLearn.py
CHANGED
@@ -9,10 +9,10 @@ This dataset is used to train a decision Transformer for the CityLearn 2022 envi
|
|
9 |
|
10 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
11 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
12 |
-
_BASE_URL = "https://huggingface.co/datasets/TobiTob/CityLearn
|
13 |
_URLS = {
|
14 |
"sequences": f"{_BASE_URL}/sequences.pkl",
|
15 |
-
"
|
16 |
}
|
17 |
|
18 |
|
|
|
9 |
|
10 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
11 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
12 |
+
_BASE_URL = "https://huggingface.co/datasets/TobiTob/CityLearn"
|
13 |
_URLS = {
|
14 |
"sequences": f"{_BASE_URL}/sequences.pkl",
|
15 |
+
"test_sequence2": f"{_BASE_URL}/sequences.pkl",
|
16 |
}
|
17 |
|
18 |
|