ugr-sail / sinergym

Gym environment for building simulation and control using reinforcement learning
https://ugr-sail.github.io/sinergym/
MIT License
127 stars 34 forks source link

[Feature]: Add render method option in Sinergym #390

Open AlejandroCN7 opened 6 months ago

AlejandroCN7 commented 6 months ago

Feature 🚀

Therender method is used to display any graphical interface while interacting with the environment. We propose implementing a simple render method that shows basic data during the simulation, such as energy consumption or temperature for each zone.

This rendering would only apply during evaluation simulations, as it slows down the process due to overhead.

Checklist

:pencil: Please, don't forget to include more labels besides Feature request if it is necessary.