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

[BUG] AssertionError: MiniGrid-Empty-5x5-v0 is not supported #279

Open
3 tasks done
Howuhh opened this issue Sep 12, 2023 · 2 comments
Open
3 tasks done

[BUG] AssertionError: MiniGrid-Empty-5x5-v0 is not supported #279

Howuhh opened this issue Sep 12, 2023 · 2 comments
Assignees

Comments

@Howuhh
Copy link

Howuhh commented Sep 12, 2023

Describe the bug

Can not create MiniGrid environments.

To Reproduce

import envpool
envpool.make("MiniGrid-Empty-5x5-v0", env_type="gym")

System info

import envpool, numpy, sys
print(envpool.__version__, numpy.__version__, sys.version, sys.platform)

0.8.3 1.25.2 3.10.11 (main, Apr 20 2023, 19:02:41) [GCC 11.2.0] linux

Checklist

  • I have checked that there is no similar issue in the repo (required)
  • I have read the documentation (required)
  • I have provided a minimal working example to reproduce the bug (required)
@Howuhh Howuhh changed the title [BUG] AssertionError: MiniGrid-Empty-5x5-v0 is not supported, envpool.list_all_envs() may help. [BUG] AssertionError: MiniGrid-Empty-5x5-v0 is not supported Sep 13, 2023
@devgonvarun
Copy link

Hi, did you find a solution? Minigrid environments are not in the envpool.list_all_envs() of version 0.8.4 whereas the documentation mentions support. https://envpool.readthedocs.io/en/stable/

@Howuhh
Copy link
Author

Howuhh commented Apr 17, 2024

@devgonvarun hi! No, not looked into it further...

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

3 participants