TobiTob commited on
Commit
37e6d9b
1 Parent(s): a47ddce

Update CityLearn.py

Browse files
Files changed (1) hide show
  1. CityLearn.py +2 -2
CityLearn.py CHANGED
@@ -9,10 +9,10 @@ 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/resolve/main/data"
13
  _URLS = {
14
  "sequences": f"{_BASE_URL}/sequences.pkl",
15
- "halfcheetah-medium-replay-v2": f"{_BASE_URL}/halfcheetah-medium-replay-v2.pkl",
16
  }
17
 
18
 
 
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
+ "test_sequence2": f"{_BASE_URL}/sequences.pkl",
16
  }
17
 
18