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

Upgrade to version 1.2.0 #139

Merged
merged 50 commits into from
Aug 3, 2020
Merged

Upgrade to version 1.2.0 #139

merged 50 commits into from
Aug 3, 2020

Conversation

BDonnot
Copy link
Collaborator

@BDonnot BDonnot commented Aug 3, 2020

Along with the fix of all github issues tagged as such, this release includes:

  • a better integration of open ai gym (see the official documentation and the changelog for more information)
  • a new way to disconnect / reconnect some powerline (see documentation and notebook getting_start/3_Action_GridManipulation). This is a consequence of the issue Error when disconnecting lines with set bus actions  #134 . This also enforces the same behaviour of this type of actions depending on the backend used (now also properly tested).

marota and others added 30 commits July 15, 2020 18:02
A new agent to test for redispatching actions (to be used to test grid2viz in particular)
Use private attribute _forecasted_inj to get values instead of using the action built from _forecasted_inj in simulate; which removes the need to call simulate
…should be done in action space (Still not implemented)
…dispatch, set the backend action directly instead
BDonnot and others added 20 commits July 30, 2020 15:58
SerializableActionSpace.sample()
…tebook thus finishing to rationalize rte-france#134
Clean up the interaction with the connection / disconnection of actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment