Dimension error within the environment

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!

1 Like

Hi @nicolas_cuadrado and thanks for your question. I recently responded to the similar issue in GitHub repo. Please, do you mind if we continue the conversation there.

Hi!, Sure, let’s continue there :slight_smile: Thanks!