vishwassathish
Results
1
comments of
vishwassathish
I created a [pull request](https://github.com/Farama-Foundation/Minigrid/pull/421) to resolve this bug. After the `ViewSizeWrapper`, `env.unwrapped.agent_view_size` remains at its default value of 7 which the `RGBImgPartialObsWrapper` uses. ``` env = gym.make("MiniGrid-Empty-8x8-v0") env =...