Farama-Foundation / Minigrid

Simple and easily configurable grid world environments for reinforcement learning
https://minigrid.farama.org/
Other
2.09k stars 604 forks source link

MiniGrid-UnlockPickup can become unsolvable. #179

Closed manuel-delverme closed 2 years ago

manuel-delverme commented 2 years ago

If the agent picks up the box while it has the key in hand, the box will disappear and be forever unsolvable but the carrying won't contain "box"

Is this intended?

maximecb commented 2 years ago

No but it doesn't really matter. You could modify the code so the agent can't do this action if you wanted, see minigrid.py.