Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,6 @@
|
|
| 9 |
This dataset is used to train a decision Transformer for the CityLearn 2022 environment https://www.aicrowd.com/challenges/neurips-2022-citylearn-challenge.
|
| 10 |
You can load data from this dataset via:
|
| 11 |
|
| 12 |
-
datasets.load_dataset('TobiTob/CityLearn', 'data_name')
|
|
|
|
|
|
|
|
|
| 9 |
This dataset is used to train a decision Transformer for the CityLearn 2022 environment https://www.aicrowd.com/challenges/neurips-2022-citylearn-challenge.
|
| 10 |
You can load data from this dataset via:
|
| 11 |
|
| 12 |
+
datasets.load_dataset('TobiTob/CityLearn', 'data_name')
|
| 13 |
+
|
| 14 |
+
A short description of all data sets can be found in file CityLearn.py
|