Skip to content

an IA which predict the best move to play in a tic-tac-toe game

Notifications You must be signed in to change notification settings

amdjadouxx/TicTacToeIA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe_IA

An agent which has been train with q-learning to play tic tac toe.

I made this projet to understand how reinforcement learning works.

his result are not bad but can be way much better with some fine tuning, you can use it as a base for your projects

Launch

to launch the IA just execute the main.py file with this command:

python 3 main.py