summaryrefslogtreecommitdiff
path: root/extract.sh
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-12 01:15:49 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit67dd4ba3a9adc6a9db8eb543480e9e82310eeccb (patch)
treef1841c69d669ea35f65e999d3e070ece5642d42c /extract.sh
parent8647a53cb6ece8184fa989961efba974e553ecfc (diff)
Train on data that is close to the end of the game only
Diffstat (limited to 'extract.sh')
-rwxr-xr-xextract.sh2
1 files changed, 1 insertions, 1 deletions
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