DEUCE1957

Results 17 issues of DEUCE1957

Extended PlotMatplot to support changing: * The size of the markers representing loads, generators, energy storage and busbars * The color map used to color markers and/or powerlines * Coloring...

## Environment - Grid2op version: `1.11.0` - System: Arch Linux ## Bug description Expect to find the attributes "load_theta", "gen_theta", "theta_or", "theta_ex", "storage_theta" in CompleteObservation.attr_list_vect. However it is only in...

bug

This feature request relates to the PR #661 and discussions with @BDonnot. It is meant to act as a roadmap for implementing Demand Response (DR) in Grid2Op. Discussion / suggestions...

enhancement

## Is your feature request related to a problem? Please describe. In the documentation "[A grid, a graph: grid2op representation of the powergrid](https://grid2op.readthedocs.io/en/latest/grid_graph.html)", there are currently 5 ways of graphs/matrix...

enhancement

## Is your feature request related to a problem? Please describe. In my case I wish to check as quickly as possible (i.e. without too complicated computations) whether the next...

enhancement

Attempt to extend Redispatching by enabling Environment's to have flexible loads. See "getting_started" / "12_Flexibility.ipynb" for example use. Related to issue https://github.com/Grid2op/grid2op/issues/623 (will move onto load / generator shedding once...

Attempt to extend Redispatching by enabling Environment's to have flexible loads. See "getting_started" / "13_Demand?Response.ipynb" for example use. Related to issue https://github.com/Grid2op/grid2op/issues/623 Currently working: Able to define "flexibility" actions (env.action_space({"flexibility":[("load_0_0",...