Grid2op / grid2op

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

Reuse Name on the grid instead of creating new ones #8

Closed BDonnot closed 4 years ago

BDonnot commented 5 years ago

For now the default behavior is, when using the pandapower backend, to creat new names when the powergrid is loaded instead of reusing the one in the description of the powergrid.

This should be changed to ensure a better understanding of what's happening.

BDonnot commented 4 years ago

This has been integrated in #64