sail-sg / envpool

C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments.
https://envpool.readthedocs.io
Apache License 2.0
1.05k stars 97 forks source link

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

Open Howuhh opened 10 months ago

Howuhh commented 10 months ago

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

devgonvarun commented 3 months ago

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 commented 3 months ago

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

AsadJeewa commented 3 weeks ago

Are there any updates on this? I am trying to do the same