Skip to content

derinworks/penr-oz-learning-tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

penr-oz-learning-tictactoe

A learning Tic-Tac-Toe Game using a Neural Network service.

Quickstart Guide

  1. Clone the Repository:

    git clone https://github.com/derinworks/penr-oz-learning-tictactoe.git
    cd penr-oz-learning-tictactoe
  2. Create and Activate a Virtual Environment:

    • Create:
      python -m venv venv
    • Activate:
      • On Unix or macOS:
        source venv/bin/activate
      • On Windows:
        venv\Scripts\activate
  3. Install Dependencies:

    pip install -r requirements.txt
  4. Neural Network Service:

  5. Run/Play the Game:

    python main.py
  6. Self-Play learning Mode:

    ./train.sh    

About

Learning Tic Tac Toe Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •