Skip to content

yourself-q/gomoku-ai

Repository files navigation

Gomoku AI Project Ask DeepWiki

This project aims to create a self-learning Gomoku AI model with the following components:

  1. A Gomoku game implementation
  2. An AI model for playing Gomoku
  3. A GUI for displaying the game and training progress
  4. Functions for fighting against models
  5. Self-reinforcement mechanisms (model vs. model and model vs. human)

Project Structure

  • game/: Core Gomoku game implementation
  • ai/: AI models for playing Gomoku
  • gui/: Graphical user interface components
  • training/: Training and reinforcement learning code

Getting Started

Installation

pip install -r requirements.txt

Running the GUI

python gui/main.py

Training the AI Model

python training/train.py

About

A self-learning Gomoku AI model with GUI and web interfaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors