Update CityLearn.py
Browse files- CityLearn.py +5 -0
CityLearn.py
CHANGED
@@ -19,6 +19,7 @@ _URLS = {
|
|
19 |
"f_24": f"{_BASE_URL}/f_24x5x364.pkl",
|
20 |
"fr_24": f"{_BASE_URL}/fr_24x5x364.pkl",
|
21 |
"fn_24": f"{_BASE_URL}/fn_24x5x3649.pkl",
|
|
|
22 |
"rb_24": f"{_BASE_URL}/rb_24x5x364.pkl",
|
23 |
"rb_50": f"{_BASE_URL}/rb_50x5x175.pkl",
|
24 |
"rb_108": f"{_BASE_URL}/rb_108x5x81.pkl",
|
@@ -83,6 +84,10 @@ class DecisionTransformerCityLearnDataset(datasets.GeneratorBasedBuilder):
|
|
83 |
name="fn_24",
|
84 |
description="Data sampled from an expert policy in CityLearn environment. Used the new reward function and changed some interactions with noise. Sequence length = 24, Buildings = 5, Episodes = 10 ",
|
85 |
),
|
|
|
|
|
|
|
|
|
86 |
datasets.BuilderConfig(
|
87 |
name="rb_24",
|
88 |
description="Data sampled from a simple rule based policy. Used the new reward function. Sequence length = 24, Buildings = 5, Episodes = 1 ",
|
|
|
19 |
"f_24": f"{_BASE_URL}/f_24x5x364.pkl",
|
20 |
"fr_24": f"{_BASE_URL}/fr_24x5x364.pkl",
|
21 |
"fn_24": f"{_BASE_URL}/fn_24x5x3649.pkl",
|
22 |
+
"fn_230": f"{_BASE_URL}/fn_230x5x380.pkl",
|
23 |
"rb_24": f"{_BASE_URL}/rb_24x5x364.pkl",
|
24 |
"rb_50": f"{_BASE_URL}/rb_50x5x175.pkl",
|
25 |
"rb_108": f"{_BASE_URL}/rb_108x5x81.pkl",
|
|
|
84 |
name="fn_24",
|
85 |
description="Data sampled from an expert policy in CityLearn environment. Used the new reward function and changed some interactions with noise. Sequence length = 24, Buildings = 5, Episodes = 10 ",
|
86 |
),
|
87 |
+
datasets.BuilderConfig(
|
88 |
+
name="fn_230",
|
89 |
+
description="Data sampled from an expert policy in CityLearn environment. Used the new reward function and changed some interactions with noise. Sequence length = 230, Buildings = 5, Episodes = 10 ",
|
90 |
+
),
|
91 |
datasets.BuilderConfig(
|
92 |
name="rb_24",
|
93 |
description="Data sampled from a simple rule based policy. Used the new reward function. Sequence length = 24, Buildings = 5, Episodes = 1 ",
|