TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
|
Represents a decision of how to control a unit. More...
#include <upc.h>
Public Member Functions | |
std::shared_ptr< UPCTuple > | getFinalUPC () const |
if (isFinal): More... | |
Public Attributes | |
bool | isFinal = false |
If true: More... | |
std::shared_ptr< UPCTuple > | upc = nullptr |
if (isFinal): More... | |
Represents a decision of how to control a unit.
|
inline |
if (isFinal):
if (!isFinal):
bool cherrypi::MicroAction::isFinal = false |
If true:
If false:
std::shared_ptr<UPCTuple> cherrypi::MicroAction::upc = nullptr |
if (isFinal):
if (!isFinal):