My contribution to the Connect X competition on Kaggle.
- You have stored the Kaggle API credentials file according the official instructions.
- You have Poetry installed in your global Python environment.
-
Clone the repository from GitHub.
git clone git@github.com:janjagusch/connect-x.git
-
Install the dependencies.
poetry install
-
Build your own Connect X agent.
-
Make sure your
submission.py
is valid.poetry run python bin/validate_submission
-
Submit.
poetry run bin/submit
Note: You can also submit solutions through the CI when releasing a new tag. In order to do so, you need to have the KAGGLE_API_TOKEN
variable set.
-
Create a new token for the Kaggle API and store it as
kaggle.json
. -
In the directory where
kaggle.json
is stored, run:cat kaggle.json | base64
-
Set the output as
KAGGLE_API_TOKEN
.
We welcome contributions to this project! Please refer to the DEVELOPMENT.md for more details.
- Jan-Benedikt Jagusch jan.jagusch@gmail.com