Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Citylearn challenge 2023 power outage env #77

Merged
merged 34 commits into from
Sep 14, 2023

Conversation

kingsleynweye
Copy link
Member

@kingsleynweye kingsleynweye commented Sep 14, 2023

Description

Added support for simulating power outages in buildings. Buildings can experience power outage at different time periods (must not be the same period for all buildings) and must manage their storage systems and PV to deliver energy to satisfy end use loads.

The primary outage model is based on the Reliability Metrics of U.S. Distribution System.

Issue

NIL

Changes

  • Advance to next time step before applying actions. This differs from previous behavior where actions are applied during the same time step as when actions were last provided.
  • Order of action execution in citylearn.building.Building.apply_actions
  • Added grid resilience KPIs to citylearn.cost_function
  • Added power outage module to maintain stochastic power outage models.
  • e.t.c.

Screenshots

NIL

Checklist

  • I have tested the changes locally and they work as intended.
  • I have updated the documentation, if applicable.
  • I have added new tests, if applicable.
  • I have added any required dependencies to the requirements.txt file, if applicable.
  • I have followed the project's code style and conventions.

Additional notes

NIL

@kingsleynweye kingsleynweye merged commit a080abb into master Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant