Skip to content
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

[Bug Report] ImportError: cannot import name 'simple_spread_v3' from 'pettingzoo.mpe' #1240

Open
1 task done
lhw0719 opened this issue Nov 19, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@lhw0719
Copy link

lhw0719 commented Nov 19, 2024

Describe the bug

Hello,

I am new to MARL and want to createcreate custom parallel env in PettingZoo and wanted to play with it. I am getting the following import error when attempting to get the environments.

from pettingzoo.mpe import simple_spread_v3

ImportError: cannot import name 'simple_spread_v3' from 'pettingzoo.mpe'

My python version is 3.8.20, petting zoo version is 1.18.1

Code example

from pettingzoo.mpe import simple_spread_v3

System info

PettingZoo==1.18.1, python=3.8.20 was installed through pip on Linux

Additional context

No response

Checklist

  • I have checked that there is no similar issue in the repo
@lhw0719 lhw0719 added the bug Something isn't working label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant