/connect4-ml

Python project to learn AIs to play Connect4 using Machine Learning

Primary LanguagePythonMIT LicenseMIT

connect4-ml

This project was created with Python 3.

To install all dependancies use with pip: python

pip install -r requirements.txt

Then you can run

python src/main.py

to launch a series of game of Connect4 against the IA.