Skip to content

Releases: Farama-Foundation/SuperSuit

3.0.0

07 Jul 21:44
Compare
Choose a tag to compare
  • Full refactor of ordinary wrappers
    • Most supersuit wrappers now have a single, generic implementation that works for gym and pettingzoo envs. This makes adding new wrappers much easier.
    • File structure is reorganized.
  • Added scale_actions_v0 wrapper
  • Added nan_noop, nan_zeros, and nan_random wrappers to handle nan actions in a reasonable way. Important to deal with RL frameworks that occasionally give out nan values.
  • cv2 package is only imported when needed

2.6.6

12 Jun 21:43
Compare
Choose a tag to compare
  • Patch release to remove dependency on functionality removed in pettingzoo 1.9.0

2.6.5

26 May 00:29
Compare
Choose a tag to compare
  • Patched issue where environment random state would be the same in vector environments. Before this could be fixed by calling seed() on the vector environment, now this happens by default.

2.6.4

27 Apr 02:44
Compare
Choose a tag to compare
  • various minor fixes for vector environments and stable baselines

2.6.3

20 Apr 17:00
Compare
Choose a tag to compare
  • Fixed automatic space resizing for observation lambda wrapper
  • Added warning for giving vector env constructors an incorrect type
  • Added support for stable baselines env_is_wrapped method

2.6.2

21 Mar 21:31
Compare
Choose a tag to compare
  • Fixed bug in gym action lambda wrapper
  • Lambda wrappers can have an optional 'agent' parameter in multiagent environments
  • Fixes to vector environment rendering
  • Other fixes to vector environments

2.6.0

21 Feb 15:53
79f2980
Compare
Choose a tag to compare
  • Made supersuit compatible with pettingzoo 1.6.0
  • Added stable_baselines as option to concat_vec_envs_v0

2.5.1

11 Feb 18:55
Compare
Choose a tag to compare

Fixed crashing issue with black death wrapper.

2.5.0

29 Jan 03:34
Compare
Choose a tag to compare

Fixed black death wrapper, added AEC vector environment and pettingzoo_env_to_vec_env.

2.4.0

13 Jan 22:03
Compare
Choose a tag to compare

Removed cyclically_expansive_learning wrapper, removed extraneous print statement from frame_skip wrapper.