You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.