|
用个处理就可以运行了加个权重文件参数 command命令
const std::string GTP::s_commands[] = {
"protocol_version",
"name",
"version",
"quit",
"known_command",
"list_commands",
"boardsize",
"clear_board",
"komi",
"play",
"genmove",
"showboard",
"undo",
"final_score",
"final_status_list",
"time_settings",
"time_left",
"fixed_handicap",
"last_move",
"move_history",
"place_free_handicap",
"set_free_handicap",
"loadsgf",
"printsgf",
"kgs-genmove_cleanup",
"kgs-time_settings",
"kgs-game_over",
"heatmap",
"lz-analyze",
"lz-genmove_analyze",
"lz-memory_report",
"lz-setoption",
"gomill-explain_last_move",
""
};
不是有源码吗? |
|