add command to generate histogram of MCTS sims

master
melvinzhang 2015-05-01 15:26:41 +08:00
parent 66a20d1bbe
commit 86f2129122
1 changed files with 3 additions and 0 deletions

View File

@ -795,3 +795,6 @@ fix_indentation:
update_card_property:
ls -1 replace/* | parallel -q sed -i 's/\([^=]*\)=\(.*\)/s|\1=.*|\1=\2|/;s/\\/\\\\/g'
ls -1 release/Magarena/scripts/*.txt | parallel -q sed -i -f replace/{/} {}
sims_count:
grep "sims=[0-9]*" -r 14* -o -h | sed 's/sims=//' | sort -n | histogram.py -x 800 > $@