Skip to content

Releases: Farama-Foundation/SuperSuit

3.5.0

21 Jun 23:40
8656164
Compare
Choose a tag to compare
  • General bug fixes
  • Added info return on reset to be consistent with new Gym API

3.4.0

29 Apr 22:07
e782f84
Compare
Choose a tag to compare
  • Support changes to PettingZoo seed API
  • Switch to tinyscalar instead of opencv for image resizing, bump versions of all applicable wrappers

3.3.4

05 Mar 21:58
Compare
Choose a tag to compare
  • Added support for dict and tuple spaces in the vector environment wrappers.
  • Added support for gym==0.22.0

3.3.3

28 Jan 19:09
Compare
Choose a tag to compare
  • Added support for pettingzoo==1.15.0's wrapper name changes
  • Added warning for agent iteration issue.

3.3.2

28 Nov 18:50
Compare
Choose a tag to compare
  • Fixed multiprocessing support on MacOS.
  • Fixed deprication messages for outdated wrappers.

3.3.1

05 Nov 21:06
Compare
Choose a tag to compare
  • Fixed buffer reuse in vector environments.

3.3.0

19 Oct 02:45
Compare
Choose a tag to compare
  • Fixed bugs in observation space manipulation introduced in 3.2.0
  • Removed all references to action_spaces and observation_spaces, improving support for pettingzoo 1.12.0 observation and action space functions
  • Dropped python 3.6 support, added official 3.9 support

3.2.0

08 Oct 20:01
Compare
Choose a tag to compare
  • Added support for pettingzoo==1.12.0 and gym==0.21.0
  • Adds support for generated agents when possible
  • Removed supersuit 3.0 warning
  • Added warnings inf bounds on norm_obs wrapper
  • Uses pettingzoo's new BaseParallelWrapper utility instead of implementing its own

3.1.0

19 Aug 03:04
Compare
Choose a tag to compare
  • Fixes long standing issue with black death cumulative rewards, bumps version to v2
  • Fixes v3 regressions in pad_observations, pad_actions, and crashing issue with generic wrapper, does not bump versions
  • Cleans up dependencies

3.0.1

08 Jul 02:33
Compare
Choose a tag to compare
  • Patch release to fix issue with SB3 vector environment support