Update CityLearn.py
Browse files- CityLearn.py +1 -2
CityLearn.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import pickle
|
2 |
-
|
3 |
import datasets
|
4 |
import numpy as np
|
5 |
|
@@ -16,7 +15,7 @@ _LICENSE = "Apache-2.0"
|
|
16 |
_BASE_URL = "https://huggingface.co/datasets/TobiTob/CityLearn/resolve/main"
|
17 |
_URLS = {
|
18 |
"test": f"{_BASE_URL}/test.pkl",
|
19 |
-
"sequences": f"{_BASE_URL}/
|
20 |
}
|
21 |
|
22 |
|
|
|
1 |
import pickle
|
|
|
2 |
import datasets
|
3 |
import numpy as np
|
4 |
|
|
|
15 |
_BASE_URL = "https://huggingface.co/datasets/TobiTob/CityLearn/resolve/main"
|
16 |
_URLS = {
|
17 |
"test": f"{_BASE_URL}/test.pkl",
|
18 |
+
"sequences": f"{_BASE_URL}/s1_test.pkl",
|
19 |
}
|
20 |
|
21 |
|