Skip to content

Commit f19bc6d

Browse files
author
Dylan Djian
authored
[README] Update README
1 parent 3860bbe commit f19bc6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Ongoing project.
1717
* Improving the multithreading of the search
1818
* Do something about the process leaking
1919
* Clean code, create install script, write documentation
20-
* Brainlag on loss : cross entropy or KLDiv (crossentropy - entropy) ??
21-
* Loss doesn't decrease :( still trying to see if it learns something on 9x9 with 50 simulations !
20+
* Currently training on 9x9 64 simulations 10 layers ResNet on my computer, didn't seem to have learn a lot after 2800~ games, 375k training epochs and 55 improvements ( = trained network replacing the current best network) due to the duration of the evaluation process : 2 games at a time (only have 8 cores on my computer, 1 for self-play, 1 for training, 3 for self-play games, 1 for evaluation, 2 for evaluations games) which takes approximately 45s / game so 6 to 7 minutes per evaluation.
2221

2322
# DONE
2423

0 commit comments

Comments
 (0)