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 render_mode attribute not being set by sb3 wrapper. #242

Closed Butanium closed 6 months ago

Butanium commented 6 months ago

Also added a test to record video. This test currently creates 2 files in /tmp, should I remove them after the test or is that ok ? Fix #241

elliottower commented 6 months ago

Could you run pre-commit hooks?

elliottower commented 6 months ago

Also you'll need to add stable-baselines3 as a testing requirement

elliottower commented 6 months ago

I made my own PR fixing these things so no worries (faster for me to do now and then merge it while I'm working today)

Butanium commented 6 months ago

See #243