Update CityLearn.py
Browse files- CityLearn.py +3 -0
CityLearn.py
CHANGED
|
@@ -2,6 +2,9 @@ import pickle
|
|
| 2 |
import datasets
|
| 3 |
import numpy as np
|
| 4 |
|
|
|
|
|
|
|
|
|
|
| 5 |
_BASE_URL = "https://huggingface.co/datasets/TobiTob/CityLearn/resolve/main"
|
| 6 |
_URLS = {
|
| 7 |
"s_test": f"{_BASE_URL}/s_test.pkl",
|
|
|
|
| 2 |
import datasets
|
| 3 |
import numpy as np
|
| 4 |
|
| 5 |
+
_DESCRIPTION = """The dataset consists of tuples of (observations, actions, rewards, dones) sampled by agents
|
| 6 |
+
interacting with the CityLearn 2022 Phase 1 environment"""
|
| 7 |
+
|
| 8 |
_BASE_URL = "https://huggingface.co/datasets/TobiTob/CityLearn/resolve/main"
|
| 9 |
_URLS = {
|
| 10 |
"s_test": f"{_BASE_URL}/s_test.pkl",
|