Update CityLearn.py
Browse files- CityLearn.py +0 -6
CityLearn.py
CHANGED
@@ -12,7 +12,6 @@ This dataset is used to train a decision Transformer for the CityLearn 2022 envi
|
|
12 |
_BASE_URL = "https://huggingface.co/datasets/TobiTob/CityLearn"
|
13 |
_URLS = {
|
14 |
"sequences": f"{_BASE_URL}/sequences.pkl",
|
15 |
-
"sequences2": f"{_BASE_URL}/sequences.pkl",
|
16 |
}
|
17 |
|
18 |
|
@@ -39,11 +38,6 @@ class DecisionTransformerGymDataset(datasets.GeneratorBasedBuilder):
|
|
39 |
version=VERSION,
|
40 |
description="Test Data sampled from an expert policy in CityLearn environment",
|
41 |
),
|
42 |
-
datasets.BuilderConfig(
|
43 |
-
name="sequences2",
|
44 |
-
version=VERSION,
|
45 |
-
description="Test Data sampled from an expert policy in CityLearn environment",
|
46 |
-
),
|
47 |
]
|
48 |
|
49 |
def _info(self):
|
|
|
12 |
_BASE_URL = "https://huggingface.co/datasets/TobiTob/CityLearn"
|
13 |
_URLS = {
|
14 |
"sequences": f"{_BASE_URL}/sequences.pkl",
|
|
|
15 |
}
|
16 |
|
17 |
|
|
|
38 |
version=VERSION,
|
39 |
description="Test Data sampled from an expert policy in CityLearn environment",
|
40 |
),
|
|
|
|
|
|
|
|
|
|
|
41 |
]
|
42 |
|
43 |
def _info(self):
|