evaluate only MCTS AI

master
melvin 2011-06-10 14:11:45 +08:00
parent 627196b2c1
commit 9c22347e24
1 changed files with 9 additions and 0 deletions

9
exp/eval_mcts.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
#$ -t 1-250
#$ -V
#$ -cwd
#$ -e /dev/null
#$ -o /dev/null
#SGE_TASK_ID=100
args=`grep MCTS exp/args | head -$SGE_TASK_ID | tail -1`
java -Xmx256M -DrndSeed=$SGE_TASK_ID -cp build magic.DeckStrCal $args > $SGE_TASK_ID.out 2> $SGE_TASK_ID.err