summaryrefslogtreecommitdiff
path: root/extract.sh
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2021-01-14 01:05:45 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitb75526290b97e26d3fc3bbefef79f50a7febfe7d (patch)
treef862f8ad499b73fd56026b5414c5f2ca20300872 /extract.sh
parent718b116c05ef36215f6c6db79a4013f26a96b985 (diff)
Seems tolerable, but not great. Still wont win or lose ???
Diffstat (limited to 'extract.sh')
-rwxr-xr-xextract.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/extract.sh b/extract.sh
index a59489c..32540fc 100755
--- a/extract.sh
+++ b/extract.sh
@@ -5,9 +5,9 @@ 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; do
+ # for player in fwwwwibib archvenison NohatCoder nqeron ManaT rabbitboy84 applemonkeyman Tayacan AaaarghBot; do
# for player in NohatCoder AaaarghBot; do
- # for player in; do
+ for player in; do
# selct="$selct(player_black == '$player') or "
selct="$selct(player_black == '$player') or (player_white == '$player') or "
done;
@@ -60,5 +60,5 @@ make pptdb
for size in 5; do
echo
extract $size notation,result
- process $size 100000 training
+ process $size 20000 validation
done