BuildingBench commited on
Commit
44ec9bc
·
verified ·
1 Parent(s): 9649746

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -52,7 +52,6 @@ HOT addresses the critical infrastructure gap in building control transfer learn
52
  - **Continuous**: 24/7 operations
53
 
54
  ## Dataset Structure
55
-
56
  HOT/
57
  ├── data/
58
  │ ├── base/ # Raw building models by geometry type
@@ -82,14 +81,13 @@ HOT/
82
  │ │ └── ... # All combinations
83
  │ ├── weather/ # Weather data files (.epw)
84
  │ │ ├── base/ # Base TMY weather files (19 locations)
85
- │ │ ├── expanded/ # Extended TMY files (57 locations)
86
  │ │ ├── real_base/ # Historical weather (2014-2024)
87
  │ │ └── tables/ # Weather metadata tables
88
  │ └── tables/ # Dataset metadata and combinations
89
  │ ├── buildings.csv # Building characteristics
90
  │ └── building_weather_combinations.csv # All 159,744 pairings
91
 
92
-
93
  ## Key Features
94
 
95
  ### 🎮 **Reinforcement Learning Ready**
@@ -188,7 +186,7 @@ HOT/
188
  If you use the HOT dataset in your research, please cite:
189
 
190
  ```bibtex
191
- @inproceedings{berkes2025hot,
192
  title={A HOT Dataset: 150,000 Buildings for HVAC Operations Transfer Research},
193
  author={anonymous},
194
  booktitle={x},
 
52
  - **Continuous**: 24/7 operations
53
 
54
  ## Dataset Structure
 
55
  HOT/
56
  ├── data/
57
  │ ├── base/ # Raw building models by geometry type
 
81
  │ │ └── ... # All combinations
82
  │ ├── weather/ # Weather data files (.epw)
83
  │ │ ├── base/ # Base TMY weather files (19 locations)
84
+ │ │ ├── expanded/ # Extended TMY files (57 additional locations)
85
  │ │ ├── real_base/ # Historical weather (2014-2024)
86
  │ │ └── tables/ # Weather metadata tables
87
  │ └── tables/ # Dataset metadata and combinations
88
  │ ├── buildings.csv # Building characteristics
89
  │ └── building_weather_combinations.csv # All 159,744 pairings
90
 
 
91
  ## Key Features
92
 
93
  ### 🎮 **Reinforcement Learning Ready**
 
186
  If you use the HOT dataset in your research, please cite:
187
 
188
  ```bibtex
189
+ @inproceedings{2025hot,
190
  title={A HOT Dataset: 150,000 Buildings for HVAC Operations Transfer Research},
191
  author={anonymous},
192
  booktitle={x},