TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
|
Launches a game against a DLL bot using OpenBW. More...
#include <gamevsbot.h>
Public Member Functions | |
GameVsBotInOpenBW (std::string const &map, torchcraft::BW::Race myRace, std::string const &enemyBot, GameType gameType=GameType::Melee, std::string const &replayPath=std::string(), bool forceGui=false) | |
std::shared_ptr< torchcraft::Client > | makeClient (torchcraft::Client::Options opts=torchcraft::Client::Options()) |
Launches a game against a DLL bot using OpenBW.
This scenario is backed by OpenBwProcess.
cherrypi::GameVsBotInOpenBW::GameVsBotInOpenBW | ( | std::string const & | map, |
torchcraft::BW::Race | myRace, | ||
std::string const & | enemyBot, | ||
GameType | gameType = GameType::Melee , |
||
std::string const & | replayPath = std::string() , |
||
bool | forceGui = false |
||
) |
std::shared_ptr< tc::Client > cherrypi::GameVsBotInOpenBW::makeClient | ( | torchcraft::Client::Options | opts = torchcraft::Client::Options() | ) |