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

Wrong comment on wrapper function #160

Closed pkyriakis closed 2 years ago

pkyriakis commented 2 years ago

The comment on the method RGBImgObsWrapper in the wrappers.py says that there is no language/mission as the output of the wrapper, but the function returns the mission string. Please fix the either the return statement or the comment.

maximecb commented 2 years ago

Done