From e8b9bf589e698b51e55ae59693b5bb0293f86a26 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Tue, 1 Nov 2022 18:06:40 +0100 Subject: Added SGF and GTP instances as acronyms. --- doc/tex/results.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/tex/results.tex') diff --git a/doc/tex/results.tex b/doc/tex/results.tex index e37c0b2..5433041 100644 --- a/doc/tex/results.tex +++ b/doc/tex/results.tex @@ -102,14 +102,14 @@ so no more are shown here. \subsection{Neural Network Training} -Each network has been training by receiving batches of SGF files which are first +Each network has been training by receiving batches of \acrshort{sgf} files which are first converted to lists of moves by the Training System and then provided to the train function of the networks. This has been executed with the following command: \inputminted[fontsize=\small]{bash}{listings/trainCommand.sh} -Which lists the contents of a folder containing multiple SGF files, shuffles the +Which lists the contents of a folder containing multiple \acrshort{sgf} files, shuffles the list, takes some of them and passes them to train.py as arguments. The combined list of game positions and moves made from them in all the games selected make up the sample of the training. The number of files selected can of course be -- cgit v1.2.1