Skip to content

Commit

Permalink
(v.3.2.10) Datacenter environments default reward function update (#403)
Browse files Browse the repository at this point in the history
* Datacenter environments default reward function updated: only focus in west zone air temperature

* Updated Sinergym version from 3.2.9 to 3.2.10
  • Loading branch information
AlejandroCN7 committed Mar 26, 2024
1 parent d7b20e1 commit b4f204a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@
},
"Output:VariableDictionary": {
"Output:VariableDictionary 1": {
"key_field": "IDF"
"key_field": "regular"
}
},
"OutputControl:Table:Style": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@

"reward_kwargs" : {
"temperature_variables": [
"west_zone_air_temperature",
"east_zone_air_temperature"],
"west_zone_air_temperature"],
"energy_variables": ["HVAC_electricity_demand_rate"],
"range_comfort_winter": [18, 27],
"range_comfort_summer": [18, 27],
Expand Down
2 changes: 1 addition & 1 deletion sinergym/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.9
3.2.10

0 comments on commit b4f204a

Please sign in to comment.