From b75526290b97e26d3fc3bbefef79f50a7febfe7d Mon Sep 17 00:00:00 2001 From: tslil Date: Thu, 14 Jan 2021 01:05:45 -0500 Subject: Seems tolerable, but not great. Still wont win or lose ??? --- src/pptdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pptdb.c') diff --git a/src/pptdb.c b/src/pptdb.c index dbadfdf..345b995 100644 --- a/src/pptdb.c +++ b/src/pptdb.c @@ -105,9 +105,9 @@ parse_line(const char *pt, const ssize_t read) { } } // Generate training data, not too early in the game - if (generate && ply + 5 > total_plies) { + if (generate && ply + 7 > total_plies) { write_input(); - fprintf(training_fh,"%df\n", outcome_black); + fprintf(training_fh,"%d\n", outcome_black); } // Parse next action while (idx