Skip to content

Play Tic-Tac-Toe against an agent trained with reinforced learning

Notifications You must be signed in to change notification settings

learnitmyway/tictactoe_ml

Repository files navigation

Tic Tac Toe

Play Tic-Tac-Toe against an agent trained with reinforced learning

Note: I have not spent much time reading about the best practices and conventions in Python. Please keep this in mind if you plan to use this an example.

Setup

pip install -r requirements.txt

Run

python runner.py

Test

pytest

Inspired by

https://cs50.harvard.edu/ai/2020/

About

Play Tic-Tac-Toe against an agent trained with reinforced learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages