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

[Question] Is there a way to make the image obtained by RGBImgObsWrapper into the same size? #325

Closed liruiluo closed 1 year ago

liruiluo commented 1 year ago

Question

Recently I was testing the generalization performance of the RL algorithm, but the size of the images obtained from different environments is inconsistent, which makes it difficult to feed the images into the same neural network. So, is there a way to make the size of the image returned by the environment consistent?