Minigrid has a [get_pov_render](https://github.com/Farama-Foundation/Minigrid/blob/546c040a9424f339b7ba69e911e4126cee216e64/minigrid/minigrid_env.py#L643) to render an image from the POV of the robot. That can replace our [four_rooms_to_rgb](https://github.com/eihli/mugato/blob/8f65f3b50d1765950a51168310f9af35890947f2/mugato/data/four_rooms.py#L47).
Minigrid has a get_pov_render to render an image from the POV of the robot.
That can replace our four_rooms_to_rgb.