Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 377 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 377 Bytes

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