|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
#include <kf_model_base.h>


Public Types | |
| typedef MatrixType | matrix_type |
| typedef StateType | state_type |
Public Types inherited from bitrl::estimation::KFModelBase< MatrixType > | |
| typedef MatrixType | matrix_type |
Public Member Functions | |
| virtual state_type & | get_state () |
| virtual const state_type & | get_state () const |
| virtual void | set_state (const state_type &state) |
Public Member Functions inherited from bitrl::estimation::KFModelBase< MatrixType > | |
| virtual void | add_matrix (const std::string &name, matrix_type &mat) |
| virtual matrix_type & | get_matrix (const std::string &mat) |
| virtual const matrix_type & | get_matrix (const std::string &mat) const |
Protected Attributes | |
| state_type | state_ |
Protected Attributes inherited from bitrl::estimation::KFModelBase< MatrixType > | |
| std::map< std::string, matrix_type > | matrices_ |
| typedef MatrixType bitrl::estimation::KFMotionModelBase< MatrixType, StateType >::matrix_type |
| typedef StateType bitrl::estimation::KFMotionModelBase< MatrixType, StateType >::state_type |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
protected |