Sign inSign up

ilovebacteria/connect-4

By ilovebacteria

•Updated about 3 years ago

My AI course final project. Play the Connect-4 game with an AI agent in a web-based GUI environment.

Image
0

10K+

ilovebacteria/connect-4 repository overview

⁠Connect 4

License: MIT wiki Docker Pulls Docker Stars Docker Image Size (tag)

connect-4-gif

⁠Description

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.

⁠How to run the Docker image

$ docker run -p 5000:5000  ilovebacteria/connect-4:latest

⁠Enviroment Variables

  • HOST_ADDR: The host address. (default 127.0.0.1)
  • DEBUG: The flask debug mode. (default False)

Tag summary

Content type

Image

Digest

sha256:830311dd0…

Size

461.6 MB

Last updated

about 3 years ago

docker pull ilovebacteria/connect-4