HOG2
|
#include "GraphEnvironment.h"
#include "Map2DEnvironment.h"
#include "TemplateAStar.h"
#include "GraphAbstraction.h"
Go to the source code of this file.
Classes | |
class | GraphOccupancyInterface |
Occupancy interface which works with graphState and graphMove A wrapper to use with an exisitng BaseMapOccupancyInterface. More... | |
class | AbsGraphEnvironment |
A graph environment to use with the a graph abstraction. More... | |
class | GraphStraightLineHeuristic |
class | OctileHeuristic |
class | AbstractWeightedSearchAlgorithm< state, action, environment > |
A search algorithm which combines direction maps with abstraction. More... | |
Namespaces | |
hog2 | |
A 2D map environment with edge costs weighted according to the number of times a unit has passed over each edge. | |