chz056 / BEAR

22 stars 4 forks source link

Inquire about how to create an environment with single room #8

Open Free-EntropyMXZ opened 6 months ago

Free-EntropyMXZ commented 6 months ago

Hi, The current HVAC control environment in Bear is so well-designed! However, for my project, I need a simplified version with only a single room. I tried several building type like OfficeSmall and OfficeMedium but they all have multiple rooms. I would appreciate guidance on how to modify the existing environment to achieve this.

chz056 commented 6 months ago

Hi,

Thank you for choosing BEAR for your building energy analysis needs.

Regarding your query, the recommended approach involves creating a simplified EnergyPlus model, consisting of a single room. After running it in EnergyPlus, you should export the results in HTML format. These results can then be seamlessly integrated into the ParameterGenerator function, as detailed in the CustomizeModel_example.ipynb guide.

However, I understand that if you're not familiar with EnergyPlus, this process may seem daunting. In such cases, an alternative would be to manually construct a similar parameter dictionary. This dictionary would then be fed into the BuildingEnvReal function. Please note, this method necessitates a basic understanding of the reduced RC (Resistance-Capacitance) modeling technique applied within building HVAC systems.

To facilitate this process and address any concerns you might have, I'm more than willing to provide additional assistance through email or a Zoom meeting. Please let me know how I can assist you further.

Best, Chi

On Mon, Apr 1, 2024 at 10:08 PM Free-EntropyMXZ @.***> wrote:

Hi, The current HVAC control environment in Bear is so well-designed! However, for my project, I need a simplified version with only a single room. I tried several building type like OfficeSmall and OfficeMedium but they all have multiple rooms. I would appreciate guidance on how to modify the existing environment to achieve this.

— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/chz056/BEAR/issues/8__;!!Mih3wA!DxMJe5BC0sD4KDmNSmuCbQhmqZTJO-NYMAIn245h9R8DmGoztkXxyd1mxHThhqFASyQqykTwg-qqTnxh6VH61rxuww$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AW35WMZLTIPNFAF27WVW2W3Y3I4LVAVCNFSM6AAAAABFSVNAX2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIYTSNJXGM3DEMY__;!!Mih3wA!DxMJe5BC0sD4KDmNSmuCbQhmqZTJO-NYMAIn245h9R8DmGoztkXxyd1mxHThhqFASyQqykTwg-qqTnxh6VG-LZQNAQ$ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Free-EntropyMXZ commented 6 months ago

Thank you so much for such detailed reply! The reason I want to use a single room is just it's easier to implement; I'm now trying to using meta ppo in BEAR environment, and everything will be alright if I can make it in multiple room. Thank you again for your patience, and I'll reach to you if further assistance is needed.