TobiTob commited on
Commit
a2625b9
1 Parent(s): 212acce

Update CityLearn.py

Browse files
Files changed (1) hide show
  1. CityLearn.py +1 -1
CityLearn.py CHANGED
@@ -15,7 +15,7 @@ _URLS = {
15
  }
16
 
17
 
18
- class DecisionTransformerGymDataset(datasets.GeneratorBasedBuilder):
19
  """The dataset comprises of tuples of (Observations, Actions, Rewards, Dones) sampled
20
  by an expert policy for various continuous control tasks"""
21
 
 
15
  }
16
 
17
 
18
+ class DecisionTransformerCityLearnDataset(datasets.GeneratorBasedBuilder):
19
  """The dataset comprises of tuples of (Observations, Actions, Rewards, Dones) sampled
20
  by an expert policy for various continuous control tasks"""
21