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 found, dependency out of date I assume? #6

Open
CopyNinja1999 opened this issue May 18, 2022 · 0 comments
Open

Module not found, dependency out of date I assume? #6

CopyNinja1999 opened this issue May 18, 2022 · 0 comments

Comments

@CopyNinja1999
Copy link

(RLmaze) E:\OneDrive - University of Southampton\Reinforcement Learning>python BU.py
Traceback (most recent call last):
File "BU.py", line 9, in
env = gym.make("Maze-Img-50x50-POMDPMaze-v0")
File "C:\Users\123\anaconda3\envs\RLmaze\lib\site-packages\gym\envs\registration.py", line 676, in make
return registry.make(id, **kwargs)
File "C:\Users\123\anaconda3\envs\RLmaze\lib\site-packages\gym\envs\registration.py", line 490, in make
versions = self.env_specs.versions(namespace, name)
File "C:\Users\123\anaconda3\envs\RLmaze\lib\site-packages\gym\envs\registration.py", line 220, in versions
self._assert_name_exists(namespace, name)
File "C:\Users\123\anaconda3\envs\RLmaze\lib\site-packages\gym\envs\registration.py", line 297, in _assert_name_exists
raise error.NameNotFound(message)
gym.error.NameNotFound: Environment Maze-Img-50x50-POMDPMaze doesn't exist. Did you mean: Maze-50x50-POMDPMaze?

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