My AI course final project. Play the Connect-4 game with an AI agent in a web-based GUI environment.
10K+
This is my AI course final project. I implemented a connect-4 game with a GUI and a simple AI. The AI uses the minimax algorithm with alpha-beta pruning to find the best move and reinforcement learning.
Read the wiki for more information about the project and How implemented the heuristic function and the Q-Learning.
$ docker run -p 5000:5000 ilovebacteria/connect-4:latest
HOST_ADDR: The host address. (default 127.0.0.1)DEBUG: The flask debug mode. (default False)Content type
Image
Digest
sha256:830311dd0…
Size
461.6 MB
Last updated
about 3 years ago
docker pull ilovebacteria/connect-4