Skip to content

3.6.0

Compare
Choose a tag to compare
@jjshoots jjshoots released this 24 Sep 15:45
· 165 commits to master since this release
9b66138

What's Changed

  1. As part of the Gym update to 0.26, the following change has been made:
    • done -> termination and truncation: The singular done signal has been changed to a termination and truncation signal, where termination dictates that the environment has ended due to meeting certain conditions, and truncation dictates that the environment has ended due to exceeding the time/frame limit.
  2. Deprecated ConcatVecEnv and ProcConcatVecEnv because they were buggy.
  3. General bug fixes.

List of Changes

New Contributors

Full Changelog: 3.5.0...3.6.0