TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
|
This is the complete list of members for torchcraft::replayer::Replayer, including all inherited members.
decref() | RefCounted | inline |
getFrame(size_t i) | torchcraft::replayer::Replayer | inline |
getKeyFrame() | torchcraft::replayer::Replayer | inline |
getMap(std::vector< uint8_t > &walkability, std::vector< uint8_t > &ground_height, std::vector< uint8_t > &buildability, std::vector< int > &start_loc_x, std::vector< int > &start_loc_y) const | torchcraft::replayer::Replayer | |
getNumUnits(const int32_t &key) const | torchcraft::replayer::Replayer | inline |
getRawMap() | torchcraft::replayer::Replayer | inline |
incref() | RefCounted | inline |
load(const std::string &path) | torchcraft::replayer::Replayer | |
mapHeight() const | torchcraft::replayer::Replayer | inline |
mapWidth() const | torchcraft::replayer::Replayer | inline |
operator<<(std::ostream &out, const Replayer &o) | torchcraft::replayer::Replayer | friend |
operator>>(std::istream &in, Replayer &o) | torchcraft::replayer::Replayer | friend |
push(Frame *f) | torchcraft::replayer::Replayer | inline |
RefCounted() | RefCounted | inline |
save(const std::string &path, bool compressed=false) | torchcraft::replayer::Replayer | |
setKeyFrame(int32_t x) | torchcraft::replayer::Replayer | inline |
setMap(int32_t h, int32_t w, std::vector< uint8_t > const &walkability, std::vector< uint8_t > const &ground_height, std::vector< uint8_t > const &buildability, std::vector< int > const &start_loc_x, std::vector< int > const &start_loc_y) | torchcraft::replayer::Replayer | |
setMap(int32_t h, int32_t w, uint8_t const *const walkability, uint8_t const *const ground_height, uint8_t const *const buildability, std::vector< int > const &start_loc_x, std::vector< int > const &start_loc_y) | torchcraft::replayer::Replayer | |
setMapFromState(torchcraft::State const *state) | torchcraft::replayer::Replayer | |
setNumUnits() | torchcraft::replayer::Replayer | inline |
setRawMap(uint32_t h, uint32_t w, uint8_t const *d) | torchcraft::replayer::Replayer | inline |
size() const | torchcraft::replayer::Replayer | inline |
~RefCounted() | RefCounted | inlinevirtual |
~Replayer() | torchcraft::replayer::Replayer | inline |