summaryrefslogtreecommitdiff
path: root/extract.sh
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-15 23:45:16 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit5a72da9ae99689a8a3571b23b7a639a4efc58abc (patch)
tree24fb3f4858184f49f337e57662db5c6f42f8700e /extract.sh
parentf5df4d3710c94822a6602a3e4936287ea5d61bab (diff)
Dragon is not separate, fixed concession, allowing playing as b/w
Diffstat (limited to 'extract.sh')
-rwxr-xr-xextract.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/extract.sh b/extract.sh
index 32540fc..df547ea 100755
--- a/extract.sh
+++ b/extract.sh
@@ -5,10 +5,8 @@ db_file=games_anon.db
query() {
query="(size == $1) and (result != '1-0') and (result != '0-1') and (result != '0-0') and (result != '1/2-1/2')"
selct=""
- # for player in fwwwwibib archvenison NohatCoder nqeron ManaT rabbitboy84 applemonkeyman Tayacan AaaarghBot; do
- # for player in NohatCoder AaaarghBot; do
- for player in; do
- # selct="$selct(player_black == '$player') or "
+ for player in fwwwwibib archvenison NohatCoder nqeron ManaT rabbitboy84 applemonkeyman Tayacan AaaarghBot applemonkeyman; do
+ # for player in; do
selct="$selct(player_black == '$player') or (player_white == '$player') or "
done;
if [ -n "$selct" ]; then
@@ -60,5 +58,5 @@ make pptdb
for size in 5; do
echo
extract $size notation,result
- process $size 20000 validation
+ process $size 200000 training
done