TobiTob commited on
Commit
609f6d2
1 Parent(s): aacf8e6

Update CityLearn.py

Browse files
Files changed (1) hide show
  1. CityLearn.py +1 -1
CityLearn.py CHANGED
@@ -9,7 +9,7 @@ This dataset is used to train a decision Transformer for the CityLearn 2022 envi
9
 
10
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
11
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
12
- _BASE_URL = "https://huggingface.co/datasets/TobiTob/CityLearn"
13
  _URLS = {
14
  "sequences": f"{_BASE_URL}/sequences.pkl",
15
  }
 
9
 
10
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
11
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
12
+ _BASE_URL = "https://huggingface.co/datasets/TobiTob/CityLearn/resolve/main"
13
  _URLS = {
14
  "sequences": f"{_BASE_URL}/sequences.pkl",
15
  }