TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
Public Member Functions | Public Attributes | List of all members
cherrypi::Snapshot Struct Reference

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< SnapshotPlayerplayers = {{}, {}}
 
int mapBuildTileWidth
 
int mapBuildTileHeight
 
std::string mapTitle
 

Detailed Description

A low-resolution snapshot of a game state, intended for producing micro training scenarios.

Member Function Documentation

template<class Archive >
void cherrypi::Snapshot::serialize ( Archive &  ar)
inline

Member Data Documentation

int cherrypi::Snapshot::mapBuildTileHeight
int cherrypi::Snapshot::mapBuildTileWidth
std::string cherrypi::Snapshot::mapTitle
std::vector<SnapshotPlayer> cherrypi::Snapshot::players = {{}, {}}

The documentation for this struct was generated from the following file: