Skip to content

Commit

Permalink
Merge branch 'fix-cb-bools' of github.com:iwishiwasaneagle/stable-bas…
Browse files Browse the repository at this point in the history
…elines3 into fix-cb-bools
  • Loading branch information
iwishiwasaneagle committed Oct 4, 2023
2 parents ca5d792 + 0a63634 commit ce42b9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/misc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ Bug Fixes:
- Fixed success reward dtype in ``SimpleMultiObsEnv`` (@NixGD)
- Fixed check_env for Sequence observation space (@corentinlger)
- Prevents instantiating BitFlippingEnv with conflicting observation spaces (@kylesayrs)
- Fixed incorrect boolean evaluation for values returned by callbacks in ``OffPolicyAlgorithm`` and ``OnPolicyAlgorithm``(@iwishiwasaneagle)

Others:
^^^^^^^
- Drop `x is False` in favor of `not x` (@iwishiwasaneagle)

`SB3-Contrib`_
^^^^^^^^^^^^^^
Expand Down

0 comments on commit ce42b9a

Please sign in to comment.