Update CityLearn.py
Browse files- CityLearn.py +5 -0
CityLearn.py
CHANGED
@@ -13,6 +13,7 @@ _URLS = {
|
|
13 |
"s_random": f"{_BASE_URL}/s_random.pkl",
|
14 |
"s_random2": f"{_BASE_URL}/s_random2.pkl",
|
15 |
"s_random3": f"{_BASE_URL}/s_random3.pkl",
|
|
|
16 |
}
|
17 |
|
18 |
|
@@ -45,6 +46,10 @@ class DecisionTransformerCityLearnDataset(datasets.GeneratorBasedBuilder):
|
|
45 |
name="s_random3",
|
46 |
description="Random environment interactions in CityLearn environment. Data size 23050x19",
|
47 |
),
|
|
|
|
|
|
|
|
|
48 |
]
|
49 |
|
50 |
def _info(self):
|
|
|
13 |
"s_random": f"{_BASE_URL}/s_random.pkl",
|
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 |
|
|
|
46 |
name="s_random3",
|
47 |
description="Random environment interactions in CityLearn environment. Data size 23050x19",
|
48 |
),
|
49 |
+
datasets.BuilderConfig(
|
50 |
+
name="s_random4",
|
51 |
+
description="Random environment interactions in CityLearn environment. Data size 437950x1",
|
52 |
+
),
|
53 |
]
|
54 |
|
55 |
def _info(self):
|