HOG2
|
#include <Directional2DEnvironment.h>
Public Attributes | |
int8_t | speed |
int8_t | rotation |
std::vector< std::vector< float > > | hTable |
Definition at line 23 of file Directional2DEnvironment.h.
std::vector<std::vector<float> > dirHeuristicTable::hTable |
Definition at line 27 of file Directional2DEnvironment.h.
Referenced by Directional2DEnvironment::BuildHTable(), and Directional2DEnvironment::LookupStateHash().
int8_t dirHeuristicTable::rotation |
Definition at line 26 of file Directional2DEnvironment.h.
Referenced by Directional2DEnvironment::BuildHTable().
int8_t dirHeuristicTable::speed |
Definition at line 25 of file Directional2DEnvironment.h.
Referenced by Directional2DEnvironment::BuildHTable().