-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken dependency on pettingzoo #44
Comments
We just merged a fix. Please download again and let me know if your issue is resolved. Thanks! |
Hi. This Problem does still exist. I tried pettingzoo 1.23.0, 1.23.1 and 1.24.3.
when I try to execute "env.reset()" in
Would be grateful for help. |
hey did you resolve this. or did the moderator do it? |
Hi!
Version 0.3.3 depends on
pettingzoo >= 1.23.1
, but all the versions of pettingzoo above 1.22 are not compatible with MAgent2 environment creation and cause this: #31To fix, you need to forcefully install the pettingzoo 1.22.3
The text was updated successfully, but these errors were encountered: