iglu-contest / gridworld

A reinforcement learning environment for the IGLU 2022 at NeurIPS
GNU Affero General Public License v3.0
32 stars 12 forks source link

Fix to video rendering issue on Mac OS #37

Open chrism-qmul opened 1 year ago

chrism-qmul commented 1 year ago

This patch addresses a video rendering issue on Mac OS I believe is caused by the different pixel counts (HiDPI).

The rendering size for the video is simply fixed to the image size as I believe, regardless of preference, the two must match exactly for the video to successfully render.

An issue will be filed shortly describing the problem more comprehensively.