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

AttributeError: Fourrooms instance has no attribute 'unwrapped' #4

Open
cardwing opened this issue Apr 27, 2017 · 1 comment
Open

Comments

@cardwing
Copy link

In order to run the four-room navigation task, you need to install gym-0.7.2. Or you will get the following error:
[2017-04-27 10:10:04,648] Making new env: Fourrooms-v0
Traceback (most recent call last):
File "transfer.py", line 201, in
env = gym.make('Fourrooms-v0')
File "/home/cardwing/gym/gym/envs/registration.py", line 161, in make
return registry.make(id)
File "/home/cardwing/gym/gym/envs/registration.py", line 119, in make
env = spec.make()
File "/home/cardwing/gym/gym/envs/registration.py", line 89, in make
env.unwrapped.spec = self
AttributeError: Fourrooms instance has no attribute 'unwrapped'

Hope this will help you if you meet the same problem.
Regards,
Cardwing

@HuangLianZhen
Copy link

How did you solve it later? I have the same problem with you

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