Update CityLearn.py
Browse files- CityLearn.py +5 -0
CityLearn.py
CHANGED
@@ -14,6 +14,7 @@ _URLS = {
|
|
14 |
"s_random2": f"{_BASE_URL}/s_random2.pkl",
|
15 |
"s_random3": f"{_BASE_URL}/s_random3.pkl",
|
16 |
"s_random4": f"{_BASE_URL}/s_random4.pkl",
|
|
|
17 |
}
|
18 |
|
19 |
|
@@ -50,6 +51,10 @@ class DecisionTransformerCityLearnDataset(datasets.GeneratorBasedBuilder):
|
|
50 |
name="s_random4",
|
51 |
description="Random environment interactions in CityLearn environment. Data size 437950x1",
|
52 |
),
|
|
|
|
|
|
|
|
|
53 |
]
|
54 |
|
55 |
def _info(self):
|
|
|
14 |
"s_random2": f"{_BASE_URL}/s_random2.pkl",
|
15 |
"s_random3": f"{_BASE_URL}/s_random3.pkl",
|
16 |
"s_random4": f"{_BASE_URL}/s_random4.pkl",
|
17 |
+
"f_50": f"{_BASE_URL}/f_50x5x1750.pkl",
|
18 |
}
|
19 |
|
20 |
|
|
|
51 |
name="s_random4",
|
52 |
description="Random environment interactions in CityLearn environment. Data size 437950x1",
|
53 |
),
|
54 |
+
datasets.BuilderConfig(
|
55 |
+
name="f_50",
|
56 |
+
description="Data sampled from an expert policy in CityLearn environment. Sequence length = 50, Buildings = 5, Episodes = 10 ",
|
57 |
+
),
|
58 |
]
|
59 |
|
60 |
def _info(self):
|