TobiTob commited on
Commit
6532c05
1 Parent(s): 1ece58a

Update CityLearn.py

Browse files
Files changed (1) hide show
  1. CityLearn.py +2 -2
CityLearn.py CHANGED
@@ -19,7 +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
- "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",
@@ -85,7 +85,7 @@ class DecisionTransformerCityLearnDataset(datasets.GeneratorBasedBuilder):
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(
 
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
+ "fnn_230": f"{_BASE_URL}/fnn_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",
 
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="fnn_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(