Hello!
Many thanks for releasing this repo :)
I recently started looking into the IGLU - NLP task and I am currently trying to parse the data containing the agent's position into images using the Visualizer.
I have created a fresh environment using conda create -f env.yml but when I try ti import the Visualizer I get this:

Looking into the competition's channel, bumping the python version to 3.8 actually solves the problem. Could you also update the python version in main? Thanks!