Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 349 Bytes

tic-tac-toe-ai

Self-supervised, reinforced tic tac toe AI

Install

Prerequisites

  • Python and pip are installed on your machine (recommended version: 3.9.16)
  • (optional) Install graphviz

Steps

  • Clone this repo.

  • Inside the project directory, run:

pip install -r requirements.txt