Skip to content

Release v1.9.5

Compare
Choose a tag to compare
@BDonnot BDonnot released this 18 Sep 13:59
· 397 commits to master since this release
  • [FIXED] issue #518
  • [FIXED] issue #446
  • [FIXED] issue #523 by having a "_BackendAction" folder instead of a file
  • [FIXED] issue #522 and adding back certain notebooks to the CI
  • [FIXED] an issue when disconnecting loads / generators on msot recent pandas version
  • [FIXED] issue #527 : now do nothing action are detected in
    act.as_serializable_dict() AND weird do nothing action can be made through the action space
    (env.action_space({"change_bus": {}}) is not ambiguous, though might not be super efficient...)