Farama-Foundation / Minigrid

Simple and easily configurable grid world environments for reinforcement learning
https://minigrid.farama.org/
Other
2.09k stars 604 forks source link

unable to manually install --> "invalid syntax" error #190

Closed sunchipsster1 closed 2 years ago

sunchipsster1 commented 2 years ago

Hello! I am trying to install the awesome gym-minigrid. Simply git cloning and then doing pip3 install -e . as per instructions yields the following error:

image

Does anyone know how to remedy this? Thank you! :)

sunchipsster1 commented 2 years ago

realized that this was the same issue as the previous one: missing comma on line 29 of setup.py -- resolved.