andreped / super-ml-pets

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

Not possible to freeze items #22

Open andreped opened 2 years ago

andreped commented 2 years ago

This stems from sapai-gym, which has not added support for it yet: https://github.com/alexdriedger/sapai-gym/blob/master/sapai_gym/SuperAutoPetsEnv.py#L294

When this is added, we will also need to add support for it in the machine vision system.

andreped commented 2 years ago

Note that sapai supports freezing, but sapai-gym does not: https://github.com/manny405/sapai/blob/fbf2dc9f11f1db8bd5016c245b149193ab35da48/sapai/shop.py#L958

Hence, it should be possible to add support for it in sapai-gym without modifying the underlying SAP engine.