TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
|
Base class for data attached to the posting of an UPC. More...
#include <upcstorage.h>
Public Member Functions | |
virtual | ~UpcPostData ()=default |
Base class for data attached to the posting of an UPC.
When backpropagating through the bot, this data will be provided for computing gradients for the respective posted UPC. A common use case would be to store the output of a featurizer here.
|
virtualdefault |