intelligent-environments-lab / CityLearn

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

MARLISA agent states #32

Closed kingsleynweye closed 1 year ago

kingsleynweye commented 1 year ago

make sure net_electricity_consumption is always an active state when using MARLISA agents and that the agent algorithm is aware of the position of net_electricity_consumption in the list of observation values. Important since net_electricity_consumption needs to be identified as the predicted value for the internal regression model.

kingsleynweye commented 1 year ago

Fixed through observation_names attribute in Agent class. See this commit: https://github.com/intelligent-environments-lab/CityLearn/commit/3470a1a9fa12eed4e91799b8c80bdbb002796a6f in v1.4.0.