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

Public Types | |
| typedef MatrixType | matrix_type |
Public Member Functions | |
| 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 | |
| std::map< std::string, matrix_type > | matrices_ |
| typedef MatrixType bitrl::estimation::KFModelBase< MatrixType >::matrix_type |
|
virtual |
|
virtual |
|
virtual |
|
protected |