OpenANN
1.1.0
An open source library for artificial neural networks.
|
Go to the source code of this file.
Functions | |
int | agent_init (int num_state_variables, int num_action_variables, int argc, const char *agent_param[]) |
const char * | agent_get_name () |
int | agent_start (double state_data[], double out_action[]) |
int | agent_step (double state_data[], double reward, double out_action[]) |
int | agent_end (double reward) |
void | agent_cleanup () |
void agent_cleanup | ( | ) |
int agent_end | ( | double | reward) |
const char* agent_get_name | ( | ) |
int agent_init | ( | int | num_state_variables, |
int | num_action_variables, | ||
int | argc, | ||
const char * | agent_param[] | ||
) |
int agent_start | ( | double | state_data[], |
double | out_action[] | ||
) |
int agent_step | ( | double | state_data[], |
double | reward, | ||
double | out_action[] | ||
) |