We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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()
There are actually 2 powerlines going from substation 2 to substations 3
The text was updated successfully, but these errors were encountered:
Fixed PlotGrid in 0.8.2
PlotGrid
Sorry, something went wrong.
Merge pull request #75 from BDonnot/zrg-1.0.0
ac4f437
MultiMixEnv: Adds support for make
No branches or pull requests
The parrallel powelines are not displayed properly, the will overlap in the plot helper.
reproduce it:
There are actually 2 powerlines going from substation 2 to substations 3
The text was updated successfully, but these errors were encountered: