source: liacs/ai/poker/test-learn.sh@ 3

Last change on this file since 3 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 208 bytes
RevLine 
[2]1#!/bin/sh
2
3for LEARN in 0.1 0.3 0.5 0.7 1.0 1.5 2.0 5.0
4do
5 export CFLAGS="-DLEARN_SPEED=$LEARN"
6 make clean
7 make nn
8 echo "Start learning $LEARN..."
9 ./nn | tee "test-learn-$LEARN.txt"
10done
11
Note: See TracBrowser for help on using the repository browser.