#include <pomdpCassandraWrapper.h>
Public Member Functions | |
| ValueType | getDiscount (void) const |
| ValueType | getInitialBelief (StateType s) const |
| int | getNumActions (void) const |
| int | getNumObservations (void) const |
| int | getNumStates (void) const |
| CassandraMatrix | getO (ActionType a) const |
| CassandraMatrix | getRTranspose (void) const |
| CassandraMatrix | getT (ActionType a) const |
| void | readFromFile (const string &fileName) |
| ~PomdpCassandraWrapper (void) | |
Definition at line 46 of file pomdpCassandraWrapper.h.
Definition at line 46 of file pomdpCassandraWrapper.cpp.
| ValueType PomdpCassandraWrapper::getDiscount | ( | void | ) | const |
Definition at line 63 of file pomdpCassandraWrapper.cpp.
Definition at line 67 of file pomdpCassandraWrapper.cpp.
| int PomdpCassandraWrapper::getNumActions | ( | void | ) | const |
Definition at line 55 of file pomdpCassandraWrapper.cpp.
| int PomdpCassandraWrapper::getNumObservations | ( | void | ) | const |
Definition at line 59 of file pomdpCassandraWrapper.cpp.
| int PomdpCassandraWrapper::getNumStates | ( | void | ) | const |
Definition at line 51 of file pomdpCassandraWrapper.cpp.
| CassandraMatrix PomdpCassandraWrapper::getO | ( | ActionType | a | ) | const |
Definition at line 79 of file pomdpCassandraWrapper.cpp.
| CassandraMatrix PomdpCassandraWrapper::getRTranspose | ( | void | ) | const |
Definition at line 71 of file pomdpCassandraWrapper.cpp.
| CassandraMatrix PomdpCassandraWrapper::getT | ( | ActionType | a | ) | const |
Definition at line 75 of file pomdpCassandraWrapper.cpp.
| void PomdpCassandraWrapper::readFromFile | ( | const string & | fileName | ) |
Definition at line 83 of file pomdpCassandraWrapper.cpp.