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
While digesting set_bus, with key load_id:
set_bus
load_id
https://github.com/rte-france/Grid2Op/blob/32bee245160481c66473c918f469ce9b3a53d654/grid2op/Action/BaseAction.py#L815
Should be: >= self.n_load
>= self.n_load
The text was updated successfully, but these errors were encountered:
addressing issue #144 and fixed lots of documentation and private / p…
8bb225e
…ublic mismatch
Fixed in version 1.2.3 :-) [release in progress at this very moment]
Sorry, something went wrong.
Merge pull request #144 from Mxdy21/patch-1
046ccc6
Update 00_Introduction.ipynb
No branches or pull requests
While digesting
set_bus
, with keyload_id
:https://github.com/rte-france/Grid2Op/blob/32bee245160481c66473c918f469ce9b3a53d654/grid2op/Action/BaseAction.py#L815
Should be:
>= self.n_load
The text was updated successfully, but these errors were encountered: