Skip to content

SuperSuit 3.8.0

Compare
Choose a tag to compare
@elliottower elliottower released this 15 May 21:02
· 79 commits to master since this release
3d59c9e

SuperSuit 3.8.0 Release Notes:

This release makes SuperSuit compatible with PettingZoo 1.23.0 and Gymnasium 0.28.1, fully removing the return_info argument of the reset() function, in order to make the API fully consistent with Gymnasium.

Breaking changes:

  • Fully remove return_info option on reset(), update code to work with PettingZoo 1.23.0 (#214)
    • Older versions of PettingZoo must be updated to 1.23.0 or higher
    • Older versions of Gymnasium must be updated to 0.28.1 or higher

Bug Fixes:

  • Add tinyscaler requirement (#211)

Full Changelog: 3.7.2...3.8.0