intelligent-environments-lab / CityLearn

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

AttributeError #45

Closed mas21bd closed 1 year ago

mas21bd commented 1 year ago

I have an error when I run example module for RBC and SAC showing AttributeError: type object 'CostFunction' has no attribute 'net_electricity_consumption'

When I run quickstart example it's run fine without any error.

Thank you

kingsleynweye commented 1 year ago

@mas21bd thanks for the observation. The example.ipynb is deprecated and is replaced with the quickstart.ipynb. I have deleted the example.ipynb notebook now.

mas21bd commented 1 year ago

Thanks for the quick response.