fynnsu / TicTacToe

AI self learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe

A self learning AI Tic-Tac-Toe bot, that after training performs perfectly. Uses a custom implementation of a Value-based reinforcement learning model, with a greedy policy that nevertheless forces exploration due to the way it is defined.

About

AI self learning


Languages

Language:Java 100.0%