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

When I run "python main.py fullobs_collect_treasure V1" I meet error "ImportError: cannot import name 'Wall'" #27

Closed
leeruibin opened this issue Sep 1, 2020 · 0 comments

Comments

@leeruibin
Copy link

The error log is as follows:
File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "D:\project_code\python\yiwei\MAAC-master\envs\mpe_scenarios\fullobs_collect_treasure.py", line 3, in
from multiagent.core import World, Agent, Landmark, Wall
ImportError: cannot import name 'Wall'

It seems that the there is no "Wall" class in the multiagent repo, i search the the core.py file in multiagent repo https://github.com/openai/multiagent-particle-envs and find World, Agent, Landmark. But there is no Wall class. Do you change your multiagent.core file? what is the defination of the Wall class? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant