intelligent-environments-lab / CityLearn

Official reinforcement learning environment for demand response and load shaping
MIT License
468 stars 171 forks source link

Citylearn challenge 2023 #75

Closed kingsleynweye closed 1 year ago

kingsleynweye commented 1 year ago

Description

Fixed bug where cyclic transformed observation names are not included in NormalizedObservationWrapper.observation_names.

Issue

Changes

Included an observation_names and shared_observations properties in NormalizedObservationWrapper to account for hour observation being converted to hour_cos and hour_sin. Similar for month to month_cos and month_sin as well as day_type to day_type_cos and day_type_sin

Screenshots

NIL

Checklist

Additional notes

Yet to extensively test to confirm update does not create new issues.