TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
|
#include <forkserver.h>
Public Member Functions | |
EnvironmentBuilder (bool copyEnv=true) | |
~EnvironmentBuilder () | |
void | setenv (std::string const &name, std::string const &value, bool overwrite=false) |
char *const *const | getEnv () |
cherrypi::EnvironmentBuilder::EnvironmentBuilder | ( | bool | copyEnv = true | ) |
cherrypi::EnvironmentBuilder::~EnvironmentBuilder | ( | ) |
char *const *const cherrypi::EnvironmentBuilder::getEnv | ( | ) |
void cherrypi::EnvironmentBuilder::setenv | ( | std::string const & | name, |
std::string const & | value, | ||
bool | overwrite = false |
||
) |