#include <global.h>
Public Member Functions | |
| envPosition () | |
| envPosition (unsigned int _x, unsigned int _y) | |
Data Fields | |
| unsigned int | x |
| unsigned int | y |
defines a state in the environment
Definition at line 84 of file global.h.
| envPosition::envPosition | ( | unsigned int | _x, | |
| unsigned int | _y | |||
| ) | [inline] |
| unsigned int envPosition::x |
Definition at line 85 of file global.h.
Referenced by Environment::beamRobotToState(), Environment::doAction(), Environment::Environment(), envPosition(), ValueIteration::evaluateAction(), ValueIteration::exploreAllFeedbacks(), Environment::getCurrentState(), Environment::getDiscretization(), StateSpace::getState(), ValueIteration::gotoRandomState(), Environment::isValidAction(), ValueIteration::moveAndSaveFeedback(), V24Control::processCommand(), V24Control::processGetGridsize(), V24Control::processGetState(), V24Control::processSetState(), Environment::setDiscretization(), StateSpace::setState(), StateSpace::StateSpace(), and ValueIteration::valueIterateAllStates().
| unsigned int envPosition::y |
Definition at line 86 of file global.h.
Referenced by Environment::beamRobotToState(), Environment::doAction(), Environment::Environment(), envPosition(), ValueIteration::evaluateAction(), ValueIteration::exploreAllFeedbacks(), Environment::getCurrentState(), Environment::getDiscretization(), StateSpace::getState(), ValueIteration::gotoRandomState(), Environment::isValidAction(), ValueIteration::moveAndSaveFeedback(), V24Control::processCommand(), V24Control::processGetGridsize(), V24Control::processGetState(), V24Control::processSetState(), Environment::setDiscretization(), StateSpace::setState(), StateSpace::StateSpace(), and ValueIteration::valueIterateAllStates().
1.6.3