Meant to be an AI agent based on a combination of reinforcement learning and minimax for the connect4 grid game.
cli.py is where the solver is being developed with based cli functionality, connect4.py will have the gui with runner.py as the runner
Note: Project in its initial stages