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

AttributeError: 'EntryPoints' object has no attribute 'get' #32

Open gpantaz opened 2 years ago

gpantaz commented 2 years ago

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: image

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!

Tviskaron commented 2 years ago

Hi! Thank you for your interests!

This is a known problem with gym version. Please try: pip install gym>=0.22.0,<0.23