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

update to version 1.2.3 #150

Merged
merged 25 commits into from
Sep 25, 2020
Merged

update to version 1.2.3 #150

merged 25 commits into from
Sep 25, 2020

Conversation

BDonnot
Copy link
Collaborator

@BDonnot BDonnot commented Sep 25, 2020

  • [ADDED] l2rpn-baselines package dependency in the "binder" environment.
  • [FIXED] an issue in the sampling of redispatching action (ramp up and ramp down were inverted)
  • [FIXED] an issue causing errors when using action_space.change_bus and action_space.set_bus
  • [FIXED] an issue in the sampling: redispatching and "change_bus" where always performed at the
    same time
  • [FIXED] rte-france#144: typo that could lead to not
    display some error messages in some cases.
  • [FIXED] rte-france#146 : akward behaviour that lead to not calling
    the reward function when the episode was over.
  • [FIXED] rte-france#147 : un consistency between step and simulate
    when cooldowns where applied (rule checking was not using the right method).
  • [FIXED] An error preventing the loading of an Ambiguous Action (in case an agent took such action, the EpisodeData
    would not load it properly.
  • [IMPROVED] overall documentation of BaseEnv and Environment
  • [IMPROVED] rationalize the public and private part of the API for Environment and BaseEnv.
    Some members have been moved to private attribute (their modification would largely alterate the
    behaviour of grid2op).
  • [IMPROVED] internal functions are tagged as "Internal, do not use" in the documentation.
  • [IMPROVED] Improved documentation for the Environment and MultiMixEnvironment.

@BDonnot BDonnot merged commit 8827c32 into Grid2op:master Sep 25, 2020
BDonnot added a commit that referenced this pull request Mar 30, 2022
Improve hashing and fix a small bug in runner and max_iter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant