Hi everyone,
I was doing some experimentation and I think I faced an issue that is outside of my control. When getting the reward from env.step
method I’m getting this error:
ValueError: operands could not be broadcast together with shapes (8760,) (8761,)
It was raised when trying to compute the net_electricity_consumption function (the original) in the building.py line 344.
Could anyone give me a hint about how to solve this issue?
Thanks in advance!