Add some MACRO in neuron_t and debug deepQlearning

This commit is contained in:
2024-07-09 17:38:58 +02:00
parent 824396f901
commit 0c9813beca
8 changed files with 810 additions and 85 deletions
@@ -45,6 +45,7 @@ struct status_qlearning {
struct main_list_TYPE_L_INT * list_target_cumul;
struct main_list_TYPE_L_INT * progress_best_cumul;
long int nb_training_after_updated_weight_in_target;
size_t nb_episodes;
};
struct delay_params {
@@ -58,7 +59,7 @@ struct print_params {
float scale_x;
float scale_y;
struct delay_params *delay;
char string_space[LOG_LENTH];
char *string_space;//[LOG_LENTH];
};
struct networks_qlearning {