neural_network #13

Merged
s473587 merged 8 commits from neural_network into main 2023-06-12 09:20:03 +02:00
Showing only changes of commit 67bb6afc4e - Show all commits

View File

@ -10,6 +10,7 @@ class Field(Sprite):
self.y = y
self.position = (x, y)
self.image = image
self.cnn_image = image
self.cost = cost
self.hydration_level = hydration_level