Skip to content
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

Parrallel powerlines not displayed #75

Closed
BDonnot opened this issue May 11, 2020 · 1 comment
Closed

Parrallel powerlines not displayed #75

BDonnot opened this issue May 11, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@BDonnot
Copy link
Collaborator

BDonnot commented May 11, 2020

The parrallel powelines are not displayed properly, the will overlap in the plot helper.

reproduce it:

import grid2op
env = grid2op.make("rte_case5_example", test=True)
obs = env.reset()
_ = env.render()

image

There are actually 2 powerlines going from substation 2 to substations 3

@Tezirg Tezirg added the enhancement New feature or request label May 11, 2020
@BDonnot BDonnot mentioned this issue May 13, 2020
@Tezirg
Copy link
Contributor

Tezirg commented May 13, 2020

Fixed PlotGrid in 0.8.2

@Tezirg Tezirg closed this as completed May 13, 2020
BDonnot added a commit that referenced this issue Jun 24, 2020
MultiMixEnv: Adds support for make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants