CCL Library
1.0
|
This structure describes learning a direct locally weighted linear policy model parameters LEARN_MODEL_LW_PI. More...
#include <ccl_learn_policy.h>
Data Fields | |
int | dim_y |
Dimentionality of output variable. | |
int | dim_x |
Dimentionality of input state variable. | |
int | dim_n |
Number of data samples. | |
int | dim_b |
Number of rbf centers. | |
int | dim_phi |
Dimensionality of feature. | |
double * | c |
rbf centers | |
double | s2 |
rbf variance | |
double * | w [NUM_CENTRES] |
Locally weighted model parameters. | |
This structure describes learning a direct locally weighted linear policy model parameters LEARN_MODEL_LW_PI.
This structure defines the model variables and initialises with their dimensionalities. It should always initialised with ccl_learn_policy_lw_pi_model_alloc, and destroyed with ccl_learn_policy_lw_pi_model_free.