From 67dd4ba3a9adc6a9db8eb543480e9e82310eeccb Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 12 Jan 2021 01:15:49 -0500 Subject: Train on data that is close to the end of the game only --- extract.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extract.sh') diff --git a/extract.sh b/extract.sh index 42b2849..7fc66a6 100755 --- a/extract.sh +++ b/extract.sh @@ -57,5 +57,5 @@ make pptdb for size in 5 6; do echo extract $size notation,result - process $size 30000 + process $size 300000 done -- cgit v1.3.1