A learning Tic-Tac-Toe Game using a Neural Network service.
-
Clone the Repository:
git clone https://github.com/derinworks/penr-oz-learning-tictactoe.git cd penr-oz-learning-tictactoe
-
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
- On Unix or macOS:
- Create:
-
Install Dependencies:
pip install -r requirements.txt
-
Neural Network Service:
- Follow instructions on penr-oz-neural-network
-
Run/Play the Game:
python main.py
-
Self-Play learning Mode:
./train.sh