ugr-sail / sinergym

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

(v3.5.7) - Weather variability in any of its data #440

Closed AlejandroCN7 closed 2 months ago

AlejandroCN7 commented 2 months ago

Description

So far, the method responsible for applying OU noise to the climate had the ability to be used on any of the weather columns, allowing it to be applied to other aspects, not just outdoor temperature. However, this feature was not being fully utilized.

To address this, not only has the method's input been updated, but the definition of environments and how they are automatically registered has also been modified. This allows users to define, column by column, what type of variation is applied in the EPW file in every episode.

It’s very easy to use, and the documentation and tests have been updated for easy reference. Additionally, a few minor corrections have also been applied. For more information, check the changelog and commits.

Motivation and Context

Fixes #433

Types of changes

Checklist:

Changelog: