-
Notifications
You must be signed in to change notification settings - Fork 120
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
Voltage Constraint Related Issues #679
Comments
Hello, Thanks for this really interesting question. Yes topological modification can modify the voltages. It can even dramatically change the voltages in some buses in some cases. As of writing, the terminal conditions for an environment are related to isolated loads, generators, grid split into two (or more) independent connected component, the failure of the backend to find a feasible solution to the Kirchhoff Current laws, or if yhe generators cannot meet the demand. As you see, by default, there is nothing that check the voltages directly. This is for lots of reasons among which :
That being said, if you would like to advance on this topic, grid2op is fully customizable. And you can easily include voltages constraints in the Backend and trigger some "game over" for certain violations. A more difficult task would involve modeling properly the action (related to voltages) an Agent can take (for example change the tap ratio of some trafos, the shunts or other elements, add the possibility to give reactive setpoint value to generators etc.) and then to implement it in grid2op framework. Having a proper modeling will take the majority of time and did not had this time yet. Let us know you are interested in contributing 😊 Hope this help |
Thanks for your detailed response!! |
Hello, I have some questions while using the Grid2Op environment and would greatly appreciate your assistance.
When running the Grid2Op environment, if topology control actions are used to address issues, could this impact the voltage constraints of the power grid? Additionally, is there a possibility that such actions might cause the voltage to exceed its constraints during operation? Or does Grid2Op's default configuration ensure that all operations are conducted within the voltage constraint limits?
Looking forward to your response, and thank you again!
The text was updated successfully, but these errors were encountered: