Closed ArturNiederfahrenhorst closed 2 years ago
That is strange, I can't replicate your issue. Do you know what your minigrid version is ? Have you updated to the latest version released yesterday?
I have the same issue. See this notebook to replicate it: https://colab.research.google.com/drive/1Sp_DWVPsdP5KgRSJJuoy-_iaDw9GlC4H#scrollTo=fQJjpJYypcDc
Version: gym-minigrid-1.1.0
Could you confirm that is the correct notebook. I have tested it and it raises no error
I have added a line wrappers = gym_minigrid.wrappers
and no error is raised
Oops I mistakenly kept on editing that notebook after sharing it here.
This is a new notebook with the same test: https://colab.research.google.com/drive/15gt5i7AKAU0HevQsCQ4pxyksXsnovDaO#scrollTo=fQJjpJYypcDc
Looks like it works now, not sure what changed. However, I'm still getting the same error in a separate Kaggle notebook. The same version of grid is being downloaded.
@Dirichi and @ArturNiederfahrenhorst can you check if it works now with the latest commit. Fixed in #221
Installed from e85614b21061cd6713e2b2c4685a860b279090ca
and getting the same error.
Not sure why this is the case though. Install from master with the referenced fix goes well but if I dir(), I don't get what I'd expect from the changed your made. Maybe @Dirichi experiences something else here.
Not sure why this is the case though. Install from master with the referenced fix goes well but if I dir(), I don't get what I'd expect from the changed your made. Maybe @Dirichi experiences something else here.
I'm not able to replicate that same issue. I get the wrappers
property when usingdir()
. How are you installing gym_minigrid
.
Installing from source and pip worked for me:
pip install git+https://github.com/Farama-Foundation/gym-minigrid.git@e85614b21061cd6713e2b2c4685a860b279090ca
If you are submitting a bug report, please fill in the following details and use the tag [bug].
Describe the bug
Not an actual bug, but I believe your current readme is out of sync with the state of the code.
Screenshot from your readme:
Screenshot from me trying to play with wrappers:
Checklist