Farama-Foundation / SuperSuit

A collection of wrappers for Gymnasium and PettingZoo environments (being merged into gymnasium.wrappers and pettingzoo.wrappers
Other
441 stars 56 forks source link

Fix agent indicator inf bounded spaces #240

Closed KaleabTessera closed 6 months ago

KaleabTessera commented 7 months ago

Fixes the agent indicator so that it works with envs that have unbounded spaces (space.high=np.inf) e.g. simple spread.

Closes https://github.com/Farama-Foundation/SuperSuit/issues/239.