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

Module not registered #2

Open
emanuelepesce opened this issue Jan 25, 2018 · 1 comment
Open

Module not registered #2

emanuelepesce opened this issue Jan 25, 2018 · 1 comment

Comments

@emanuelepesce
Copy link

When I try to run the code using main.py I got the this error:

  File "/home/USER/myprojects/scalable_maddpg/env/multiagent/__init__.py", line 11, in <module>
    max_episode_steps=100,
  File "/home/USER/.local/lib/python2.7/site-packages/gym/envs/registration.py", line 161, in register
    return registry.register(id, **kwargs)
  File "/home/USER/.local/lib/python2.7/site-packages/gym/envs/registration.py", line 154, in register
    raise error.Error('Cannot re-register id: {}'.format(id))
gym.error.Error: Cannot re-register id: MultiagentSimple-v0

I tried to install the enviroment provided, but it didn't work. Do you have any suggestions?

@livey
Copy link
Owner

livey commented Jan 25, 2018

The environment I use is Python 3.5. You can switch to Python3.5 and try. You can also use env.py as the environment. It is much easier and does not depend on gym.

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

2 participants