learnig: add ending and fix leak memory

This commit is contained in:
2025-05-12 15:16:19 +02:00
parent d2a84f4a82
commit 52e6353469
8 changed files with 229 additions and 28 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ void mainQlearning_game(struct game *gm){
print_game_dim2(gm);
//getchar();
// getchar();
usleep((gm->delay)->delay_between_episodes);
}