wip deepQlearning

This commit is contained in:
2024-06-14 23:07:39 +02:00
parent 474af56377
commit e96304bee7
4 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
struct game_status {
long state;
long q_state;
long reward;
long cumulative_reward;
bool done;