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
Hello,
I receive below error and I used your offical setup. Can you help me about it ?
import gym
env = gym.make('procgen:procgen-coinrun-v0')
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\PC\anaconda3\envs\procgen\lib\site-packages\gym\envs\registration.py", line 676, in make
return registry.make(id, **kwargs)
File "C:\Users\PC\anaconda3\envs\procgen\lib\site-packages\gym\envs\registration.py", line 490, in make
versions = self.env_specs.versions(namespace, name)
File "C:\Users\PC\anaconda3\envs\procgen\lib\site-packages\gym\envs\registration.py", line 220, in versions
self._assert_name_exists(namespace, name)
File "C:\Users\PC\anaconda3\envs\procgen\lib\site-packages\gym\envs\registration.py", line 297, in _assert_name_exists
raise error.NameNotFound(message)
gym.error.NameNotFound: Environment procgen:procgen-coinrun doesn't exist.
The text was updated successfully, but these errors were encountered:
Hello,
I receive below error and I used your offical setup. Can you help me about it ?
The text was updated successfully, but these errors were encountered: