To participate in the Kaggle PTCG AI Battle Challenge, I will introduce how to build an environment where you can test your AI agent locally. This guide uses the official Kaggle Python Docker image.
NEW: Thonny now runs in single instance mode. Previously, when you opened a py file with Thonny, a new Thonny instance (window) was created even if an instance existed already. This became nuisance if ...