/smart_tictactoe

A simple Tic-Tac-Toe game with an implemented ai agent.

Primary LanguagePython

Smart Tic Tac Toe

A simple Tic-Tac-Toe game with an implemented ai agent.

Specifications

Python Vers. 3.9
Packages:
Numpy
...

Tasks:

1. Program a simple Tic-Tac_Toe game

  • If you are a bit lazy you can use our game --> ttt_game.py

2. Create an intelligent agent for tic tac toe.

The next step will be to extend Q learning with a neural network to create a deep Q learning algorithm.