From b4f204a2b8fce45d2baa98b360733e67e181fa66 Mon Sep 17 00:00:00 2001 From: Alejandro Campoy Nieves Date: Tue, 26 Mar 2024 12:37:41 +0100 Subject: [PATCH] (v.3.2.10) Datacenter environments default reward function update (#403) * Datacenter environments default reward function updated: only focus in west zone air temperature * Updated Sinergym version from 3.2.9 to 3.2.10 --- .../data/buildings/1ZoneDataCenterCRAC_wApproachTemp.epJSON | 2 +- .../default_configuration/2ZoneDataCenterHVAC_wEconomizer.json | 3 +-- sinergym/version.txt | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/sinergym/data/buildings/1ZoneDataCenterCRAC_wApproachTemp.epJSON b/sinergym/data/buildings/1ZoneDataCenterCRAC_wApproachTemp.epJSON index e306b8461d..0b1f567133 100644 --- a/sinergym/data/buildings/1ZoneDataCenterCRAC_wApproachTemp.epJSON +++ b/sinergym/data/buildings/1ZoneDataCenterCRAC_wApproachTemp.epJSON @@ -1111,7 +1111,7 @@ }, "Output:VariableDictionary": { "Output:VariableDictionary 1": { - "key_field": "IDF" + "key_field": "regular" } }, "OutputControl:Table:Style": { diff --git a/sinergym/data/default_configuration/2ZoneDataCenterHVAC_wEconomizer.json b/sinergym/data/default_configuration/2ZoneDataCenterHVAC_wEconomizer.json index 75b2e8d5ea..95465cbac2 100644 --- a/sinergym/data/default_configuration/2ZoneDataCenterHVAC_wEconomizer.json +++ b/sinergym/data/default_configuration/2ZoneDataCenterHVAC_wEconomizer.json @@ -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], diff --git a/sinergym/version.txt b/sinergym/version.txt index df4bdc7e53..d6bb32f36f 100644 --- a/sinergym/version.txt +++ b/sinergym/version.txt @@ -1 +1 @@ -3.2.9 \ No newline at end of file +3.2.10 \ No newline at end of file