Release 1.6.1
This will be the grid2op version used to rank the submission of the ICAPS 2021 competition.
Fixed issues
- a bug in the "env.get_path_env()" in case
env
was a multimix (it returned the path of the current mix
instead of the path of the multimix environment) - a bug in the
backend.get_action_to_set()
andbackend.update_from_obs()
in case of disconnected shunt
with backend that supported shunts (values forp
andq
were set even if the shunt was disconnected, which
could lead to undefined behaviour)
Improvements
- now grid2op is able to check if an environment needs to be updated when calling
grid2op.update_env()
thanks to the use of registered hash values. - now grid2op will check if an update is available when an environment is being downloaded for the
first time.