-
Notifications
You must be signed in to change notification settings - Fork 120
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
Upgrade to version 1.7.1 #329
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…update_state method. The previous implementation of the method disables line with idx (0, -1) sometimes due to an indexing error.
Minor changes in tutorial notebooks
Adding test for PR rte-france#319
…tion_bug_fix Line Disconnection bug in _BackendAction fix
Few fixes and improvments
…ckend in the runner
Propagate backend kwargs in runner
Propagate backend kwargs
Adressing another grid2op issue: curtailment limit was not clear
Some more fixes for grid2op 1.7.1
fix issue #327 and implement l2rpn 2022 score
BDonnot
commented
Jun 3, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking changes
and the runner implied adding some arguments in the constructor of
PandapowerBackend
. So if you made a class that inherit from it, you shouldadd these arguments in the constructor (otherwise you will not be able to use
the runner) [This should not impact lot of codes, if any]
Fixed issues
FromChronix2grid
chronics class whenthere is an opponent on the grid.
on notebook 11
computation of the size of the observation) Tests are now performed in
grid2op/tests/test_educpp_backend.py
same as the environment names (attempt to delete a non existing folder). This
is the case for
l2rpn_wcci_2022
env. For this env, your are forced to usegrid2op version >= 1.7.1
Error creating new variables using as_networkx() #327
New features
Improvments
not updated, as it is the case for other type of game over (improved consistency)
cannot be copied.
re used (without copy !) when making a
Runner
from an environment for example.obs.curtailment_limit_effective
are nowconsistent (issue obs.curtailment_limit_effective documentation is unclear #321)