andreped / super-ml-pets

🐢 AI for Super Auto Pets
MIT License
31 stars 13 forks source link

latest sapai not compatible with sapai-gym #33

Closed andreped closed 2 years ago

andreped commented 2 years ago

As discussed in this thread, sapai-gym and sapai are no longer compatible: https://github.com/alexdriedger/sapai-gym/issues/11

The simplest way to use sapai-gym is to use an older version of sapai. However, when installing naively, sapai is installed from the master branch. Hence, installation will fail.

I will have a separate branch in forks of both framework which has the stable versions.

andreped commented 2 years ago

Fixed in https://github.com/andreped/sapai/tree/update-stats

Hopefully sapai-gym gets updated to include the recent changes. Then this temporary solution will no longer be necessary.