rte-france / Grid2Op

Grid2Op a testbed platform to model sequential decision making in power systems.
https://grid2op.readthedocs.io/
Mozilla Public License 2.0
282 stars 116 forks source link

Properly model startup and shutdown cost #249

Open BDonnot opened 3 years ago

BDonnot commented 3 years ago

Is your feature request related to a problem? Please describe.

Today, the data are fed to grid2op, but they are not really used. To do that, we would need a "state" for each generator: on / off

Describe the solution you'd like

This could be used to simulate a market dispatch for example.

Describe alternatives you've considered

For now it is not possible to do it.

Additional context

BDonnot commented 2 years ago

This requires other attributes such as "is_gen_connected" and things like that.

This might be better done when introducing load shedding in the version 2.0