Added update about current state to README
This commit is contained in:
parent
f15a707f02
commit
16c0913a3b
@ -20,3 +20,6 @@ A new AI is created by subclassing the State-class and defining the following fu
|
||||
The only thing that currently works is the AI for Ultimate TicTacToe.
|
||||
It uses a trained neural heuristic (neuristic)
|
||||
You can train it or play against it (will also train it) using 'python ultimatetictactoe.py'
|
||||
|
||||
The performance of the trained neuristic is pretty bad. I have some ideas on what could be the problems but no time to implement fixes.
|
||||
(Focus on the ending of games at the beginning of training; more consistent exploration-depth for expanding while training; ...)
|
||||
|
Loading…
Reference in New Issue
Block a user