ibpsa / project1-boptest-gym

Other
43 stars 20 forks source link

Encode time variable with sine or cosine transformation #140

Open javiarrobas opened 11 months ago

javiarrobas commented 11 months ago

Currently we're passing absolute time as an observation to the agent. This means that we do not leverage from the systematic sequence of repetitive patterns that we find in weekly and/or daily schedules in buildings. In this sense, encoding the time variable in a sine or cosine transformation is expected to be beneficial for the agent's learning. This issue is to implement that.

IamAniket12 commented 1 month ago

Hi @javiarrobas, I'd like to take it on if no one is assigned to this issue. Thanks!

javiarrobas commented 1 month ago

@IamAniket12 thanks a lot for offering. Sure thing, please go ahead and ping me once ready. I'll be happy to review your suggestions.