TobiTob commited on
Commit
3325fe0
1 Parent(s): b5a306a

Update CityLearn.py

Browse files
Files changed (1) hide show
  1. CityLearn.py +5 -0
CityLearn.py CHANGED
@@ -16,6 +16,7 @@ _URLS = {
16
  "s_random4": f"{_BASE_URL}/s_random4.pkl",
17
  "f_50": f"{_BASE_URL}/f_50x5x1750.pkl",
18
  "fr_24": f"{_BASE_URL}/fr_24x5x364.pkl",
 
19
  }
20
 
21
 
@@ -60,6 +61,10 @@ class DecisionTransformerCityLearnDataset(datasets.GeneratorBasedBuilder):
60
  name="fr_24",
61
  description="Data sampled from an expert policy in CityLearn environment. Used the new reward function. Sequence length = 24, Buildings = 5, Episodes = 1 ",
62
  ),
 
 
 
 
63
  ]
64
 
65
  def _info(self):
 
16
  "s_random4": f"{_BASE_URL}/s_random4.pkl",
17
  "f_50": f"{_BASE_URL}/f_50x5x1750.pkl",
18
  "fr_24": f"{_BASE_URL}/fr_24x5x364.pkl",
19
+ "fn_24": f"{_BASE_URL}/fn_24x5x3649.pkl",
20
  }
21
 
22
 
 
61
  name="fr_24",
62
  description="Data sampled from an expert policy in CityLearn environment. Used the new reward function. Sequence length = 24, Buildings = 5, Episodes = 1 ",
63
  ),
64
+ datasets.BuilderConfig(
65
+ name="fn_24",
66
+ 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 ",
67
+ ),
68
  ]
69
 
70
  def _info(self):