SuperSuit 3.8.0
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 onreset()
, 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