This is the complete list of members for
ValueIteration, including all inherited members.
| ACTDEBUG | ValueIteration | |
| calculateReachableStates() | ValueIteration | [protected] |
| canonicalize(const std::vector< float > &s) | ValueIteration | [protected] |
| createPolicy() | ValueIteration | [protected] |
| deleteInfo(state_info *info) | ValueIteration | [protected] |
| discretizeState(const std::vector< float > &s) | ValueIteration | [protected] |
| featmax | ValueIteration | [private] |
| featmin | ValueIteration | [private] |
| fillInState(std::vector< float >s, int depth) | ValueIteration | |
| gamma | ValueIteration | [private] |
| getBestAction(const std::vector< float > &s) | ValueIteration | [virtual] |
| getSeconds() | ValueIteration | [protected] |
| initNewState(state_t s) | ValueIteration | [protected] |
| initStateInfo(state_info *info) | ValueIteration | [protected] |
| initStates() | ValueIteration | |
| MAX_LOOPS | ValueIteration | [private] |
| MAX_STEPS | ValueIteration | [private] |
| MAX_TIME | ValueIteration | [private] |
| model | ValueIteration | |
| MODELDEBUG | ValueIteration | |
| modelType | ValueIteration | [private] |
| nactions | ValueIteration | [private] |
| nstates | ValueIteration | [private] |
| numactions | ValueIteration | [private] |
| PLANNERDEBUG | ValueIteration | |
| planOnNewModel() | ValueIteration | [virtual] |
| planTime | ValueIteration | [private] |
| POLICYDEBUG | ValueIteration | |
| prevact | ValueIteration | [private] |
| prevstate | ValueIteration | [private] |
| printStates() | ValueIteration | [protected] |
| random_max_element(std::vector< float >::iterator start, std::vector< float >::iterator end) | Planner | |
| removeUnreachableStates() | ValueIteration | [protected] |
| rng | Planner | |
| savePolicy(const char *filename) | ValueIteration | [virtual] |
| setFirst() | Planner | [virtual] |
| setModel(MDPModel *model) | ValueIteration | [virtual] |
| setSeeding(bool seeding) | Planner | [virtual] |
| state_t typedef | ValueIteration | |
| statedata | ValueIteration | [private] |
| statespace | ValueIteration | [private] |
| statesPerDim | ValueIteration | [private] |
| timingType | ValueIteration | [private] |
| updateModelWithExperience(const std::vector< float > &last, int act, const std::vector< float > &curr, float reward, bool term) | ValueIteration | [virtual] |
| updateStateActionFromModel(const std::vector< float > &state, int j) | ValueIteration | [protected] |
| updateStatesFromModel() | ValueIteration | [protected] |
| ValueIteration(int numactions, float gamma, int MAX_LOOPS, float MAX_TIME, int modelType, const std::vector< float > &featmax, const std::vector< float > &featmin, const std::vector< int > &statesPerDim, Random rng=Random()) | ValueIteration | |
| ValueIteration(const ValueIteration &) | ValueIteration | |
| ~Planner() | Planner | [virtual] |
| ~ValueIteration() | ValueIteration | [virtual] |