energym icon indicating copy to clipboard operation
energym copied to clipboard

Energym is an open source building simulation library designed to test climate control and energy management strategies on buildings in a systematic and reproducible way.

Results 8 energym issues
Sort by recently updated
recently updated
newest added

Hello! I have a question that has been bothering me. The result I obtained indicates that the start date of the simulation environment for the MixedUse environment is January 1,...

Dear, Thanks for your great work. I'm trying to add new models to the environment but after compiling the FMU it is unclear how to use it. By reading a...

I got the error `fmi2EnterInitializationMode: The FMU instance could instance1658863597 not be initialized. EnergyPlus can't start . Check if EnergyPlus is installed and on the system path. Unable to build...

Awesome work! 👍 For additional buildings (EnergyPlus models) that could be interesting to have available, see: https://www.energycodes.gov/prototype-building-models https://www.energy.gov/eere/buildings/commercial-reference-buildings

Hello everyone, firstly I wanted to congratulate you on your work as I find it very useful! I'm writing to you because I would like to get in output from...

Code: ```python import energym from energym.examples.Controller import LabController from energym.wrappers.rl_wrapper import RLWrapper import gym from stable_baselines3 import PPO envName = "Apartments2Thermal-v0" env = energym.make(envName, weather = "ESP_CT_Barcelona", simulation_days=300) reward =...

I thought it might be a good idea to document how to use the energym api in the context of a Wrapped Environement (RL) for research purposes. Thanks for the...

hi! trying the code copied by the notebook example into the documentation of SwissHouseRSlaTank-v0 model i found an error. The compilation return the following error: AttributeError: 'NoneType' object has no...