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
Describe the bug
I am using a code that uses utils/conversions and I get a TypeError: reset() got an unexpected keyword argument 'return_info' error. I think from gymnasium 0.26 onwards this argument was supposed to be removed?
Describe the bug
I am using a code that uses
utils/conversions
and I get aTypeError: reset() got an unexpected keyword argument 'return_info'
error. I think from gymnasium 0.26 onwards this argument was supposed to be removed?The problem seems to be this:
PettingZoo/pettingzoo/utils/conversions.py
Line 125 in b8d9c4b
I can add PR to fix this if I'm not missing anything here.
Checklist
The text was updated successfully, but these errors were encountered: