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] Minigrid is not supported as per documentation #311

Open
3 tasks done
AsadJeewa opened this issue Jul 16, 2024 · 0 comments
Open
3 tasks done

[BUG] Minigrid is not supported as per documentation #311

AsadJeewa opened this issue Jul 16, 2024 · 0 comments
Assignees

Comments

@AsadJeewa
Copy link

AsadJeewa commented Jul 16, 2024

Describe the bug

When I create an envpool object I get the error:
AssertionError: MiniGrid-Empty-5x5-v0 is not supported, envpool.list_all_envs() may help.
The documentation states that it is meant to be supported here: https://envpool.readthedocs.io/en/stable/env/minigrid.html

To Reproduce

    envs = envpool.make(
        "MiniGrid-Empty-5x5-v0",
        env_type="gymnasium",
        num_envs=2,
    )

Expected behavior

Minigrid env should be created as per other supported environments

System info

Describe the characteristics of your environment:
Ubuntu 22.04, Python 3.10.12

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)
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