TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
|
A low-resolution snapshot of a game state, intended for producing micro training scenarios. More...
#include <snapshotter.h>
Public Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar) |
Public Attributes | |
std::vector< SnapshotPlayer > | players = {{}, {}} |
int | mapBuildTileWidth |
int | mapBuildTileHeight |
std::string | mapTitle |
A low-resolution snapshot of a game state, intended for producing micro training scenarios.
|
inline |
int cherrypi::Snapshot::mapBuildTileHeight |
int cherrypi::Snapshot::mapBuildTileWidth |
std::string cherrypi::Snapshot::mapTitle |
std::vector<SnapshotPlayer> cherrypi::Snapshot::players = {{}, {}} |