tambetm / gym-minecraft

Minecraft environment for Open AI Gym, based on Microsoft's Malmo.
272 stars 29 forks source link

Support new grayscale producer #18

Open evhub opened 6 years ago

evhub commented 6 years ago

As of Malmo 0.31.0, it is now possible to request a grayscale image, which removes the computational burden of rendering a color image, then (as is often the case) just converting it back into grayscale anyway. It would be great if gym-minecraft supported a way to request such grayscale images.