Farama-Foundation / Minigrid

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

Fix Travis #198

Closed pseudo-rnd-thoughts closed 2 years ago

pseudo-rnd-thoughts commented 2 years ago

Travis was failing for a number of results

  1. It was using python 3.5 which hasn't been supported in a while and means that a very old version of gym was being used
  2. Updating to python 3.7, oldest maintained version of python, causes the latest version of gym to throw errors, therefore, downgrade to gym v0.23 which doesn't cause issues