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

#include <unitsfeatures.h>

Public Member Functions

template<typename Archive >
void serialize (Archive &ar)
 #units X nchannels More...
 

Public Attributes

Rect boundingBox
 
torch::Tensor positions
 
torch::Tensor data
 #units X 2 (y, x) More...
 

Member Function Documentation

template<typename Archive >
void cherrypi::UnitAttributeFeaturizer::Data::serialize ( Archive &  ar)
inline

#units X nchannels

Member Data Documentation

Rect cherrypi::UnitAttributeFeaturizer::Data::boundingBox
torch::Tensor cherrypi::UnitAttributeFeaturizer::Data::data

#units X 2 (y, x)

torch::Tensor cherrypi::UnitAttributeFeaturizer::Data::positions

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