Update CityLearn.py
Browse files- CityLearn.py +0 -5
CityLearn.py
CHANGED
@@ -9,7 +9,6 @@ _BASE_URL = "https://huggingface.co/datasets/TobiTob/CityLearn/resolve/main"
|
|
9 |
_URLS = {
|
10 |
"random_230": f"{_BASE_URL}/random_230x5x38.pkl",
|
11 |
"f_230": f"{_BASE_URL}/f_230x5x38.pkl",
|
12 |
-
"f_50": f"{_BASE_URL}/f_50x5x1750.pkl",
|
13 |
"f_24": f"{_BASE_URL}/f_24x5x364.pkl",
|
14 |
"fr_24": f"{_BASE_URL}/fr_24x5x364.pkl",
|
15 |
"fn_24": f"{_BASE_URL}/fn_24x5x3649.pkl",
|
@@ -38,10 +37,6 @@ class DecisionTransformerCityLearnDataset(datasets.GeneratorBasedBuilder):
|
|
38 |
name="f_230",
|
39 |
description="Data sampled from an expert LSTM policy. Sequence length = 230, Buildings = 5, Episodes = 1 ",
|
40 |
),
|
41 |
-
datasets.BuilderConfig(
|
42 |
-
name="f_50",
|
43 |
-
description="Data sampled from an expert LSTM policy with 10 episodes of repetition. Sequence length = 50, Buildings = 5, Episodes = 10 ",
|
44 |
-
),
|
45 |
datasets.BuilderConfig(
|
46 |
name="f_24",
|
47 |
description="Data sampled from an expert LSTM policy. Used the old reward function. Sequence length = 24, Buildings = 5, Episodes = 1 ",
|
|
|
9 |
_URLS = {
|
10 |
"random_230": f"{_BASE_URL}/random_230x5x38.pkl",
|
11 |
"f_230": f"{_BASE_URL}/f_230x5x38.pkl",
|
|
|
12 |
"f_24": f"{_BASE_URL}/f_24x5x364.pkl",
|
13 |
"fr_24": f"{_BASE_URL}/fr_24x5x364.pkl",
|
14 |
"fn_24": f"{_BASE_URL}/fn_24x5x3649.pkl",
|
|
|
37 |
name="f_230",
|
38 |
description="Data sampled from an expert LSTM policy. Sequence length = 230, Buildings = 5, Episodes = 1 ",
|
39 |
),
|
|
|
|
|
|
|
|
|
40 |
datasets.BuilderConfig(
|
41 |
name="f_24",
|
42 |
description="Data sampled from an expert LSTM policy. Used the old reward function. Sequence length = 24, Buildings = 5, Episodes = 1 ",
|