#3307·gym

[Question] Extracting Segmentation mask from Gym Enviorment

Author: hamzmuCreated Dec 29, 2024Updated Dec 30, 2024

I am new to Gym, is it possible to get segmentation mask from a gym environment? The only render modes I see are 'human' and 'rgb_array'. Since the engine is based on mujoco which supports getting segmentation mask, is there any way to extract the segmentation mask on an enviorment?