You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I use mamba which is in Windows to test d4rl,I find that there is a error. Traceback (most recent call last): File "test_d4rl.py", line 5, in <module> env = gym.make('maze2d-umaze-v1') File "D:\Software\Mambaforge\envs\RL_PY3.7\lib\site-packages\gym\envs\registration.py", line 184, in make return registry.make(id, **kwargs) File "D:\Software\Mambaforge\envs\RL_PY3.7\lib\site-packages\gym\envs\registration.py", line 105, in make spec = self.spec(path) File "D:\Software\Mambaforge\envs\RL_PY3.7\lib\site-packages\gym\envs\registration.py", line 167, in spec raise error.UnregisteredEnv("No registered env with id: {}".format(id)) gym.error.UnregisteredEnv: No registered env with id: maze2d-umaze-v1
I have already looked for this error but nobody asked it.Please help me!Thanks!!!
The text was updated successfully, but these errors were encountered:
Question
Hi,
When I use mamba which is in Windows to test d4rl,I find that there is a error.
Traceback (most recent call last): File "test_d4rl.py", line 5, in <module> env = gym.make('maze2d-umaze-v1') File "D:\Software\Mambaforge\envs\RL_PY3.7\lib\site-packages\gym\envs\registration.py", line 184, in make return registry.make(id, **kwargs) File "D:\Software\Mambaforge\envs\RL_PY3.7\lib\site-packages\gym\envs\registration.py", line 105, in make spec = self.spec(path) File "D:\Software\Mambaforge\envs\RL_PY3.7\lib\site-packages\gym\envs\registration.py", line 167, in spec raise error.UnregisteredEnv("No registered env with id: {}".format(id)) gym.error.UnregisteredEnv: No registered env with id: maze2d-umaze-v1
I have already looked for this error but nobody asked it.Please help me!Thanks!!!
The text was updated successfully, but these errors were encountered: