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

WIP: Flexibile Loads #628

Draft
wants to merge 12 commits into
base: dev_1.10.4
Choose a base branch
from
Draft

Conversation

DEUCE1957
Copy link
Contributor

@DEUCE1957 DEUCE1957 commented Jul 23, 2024

Warning: Work In Progress (WIP) so do not accept this Pull Request yet.

Attempt to extend Redispatching by enabling Environment's to have flexible loads. See "getting_started" / "12_Flexibility.ipynb" for example use. Related to issue #623 (will move onto load / generator shedding once this works).

Currently working:

  1. Able to define "flexibility" actions (env.action_space({"flexibility":[("load_0_0", 0.1]}) with correct print string for BaseAction
  2. Able to load flexible load attributes from "flex_loads_charac.csv"
  3. "InvalidFlexibility" error if flexibility exceeds size of load
  4. Observable change in load after executing flexibility action in environment
  5. Integration with redispatch routine (flexibility and redispatch are solved together in one optim. problem)

Not yet working:

  1. Observable change in actual/target flexibility after executing flexibility action in environment DONE
  2. Automated tests (need new ones, currently manually testing with notebook)

Conventions:
Positive flexibility: Reduce consumption (less demand in the grid)
Negative flexibility: Increase consumption (more demand in the grid)
target_flex: Sum of all flexibility at a load
actual_flex: Sum of all physically feasible flexibility at a load (determined by Environment)

@DEUCE1957 DEUCE1957 marked this pull request as draft July 23, 2024 15:37
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.

None yet

1 participant