recognize 'monte carlo tree search 2 (cheat)' when extracting AI vs AI results

master
melvinzhang 2015-02-06 17:31:14 +08:00
parent 0603c9109c
commit f455d788ac
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ function genName(name) {
return "VEGAS-C"
} else if (name == "monte carlo tree search (cheat)") {
return "MCTS-C"
} else if (name == "monte carlo tree search 2 (cheat)") {
return "MCTS2-C"
} else if (name == "minimax") {
return "MMAB-H"
} else if (name == "vegas") {