Open DEUCE1957 opened 4 months ago
For now, as suggested by the BackEnd eerror when you try to disconnect a generator or a load, my workaround is to set the load and generation chronics to 0 in the episode. Since the ramping rate will prevent this from being done via actions, it is safer and clearer to modify the chronics directly (on disk). For lines we can use built-in maintenance to turn them off (and keep them off) TODO For energy storage we can set_status = -1 without causing a game over.
Feature Request
By default an episode in Grid2Op will terminate if one of the following conditions is met:
In order to explore options like load shedding and generation shedding, it should be possible to loosen condition (2). Implementing this may also make it possible to perform demand side management.
ToDo List