Compare commits

...

2 Commits

Author SHA1 Message Date
Aliaksei Brown
06bf4fd57a added: datasets with vegies, two neural network training models 2023-06-19 16:29:20 +02:00
Aliaksei Brown
a790f0ba5a github commit 2023-06-19 16:19:06 +02:00
9 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
agent/.DS_Store vendored

Binary file not shown.

BIN
agent/methods/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -76,7 +76,7 @@ class Game:
running = True
clock = pygame.time.Clock()
move_chicken_event = pygame.USEREVENT + 1
pygame.time.set_timer(move_chicken_event, 500) # chicken moves every 1000 ms
pygame.time.set_timer(move_chicken_event, 1000) # chicken moves every 1000 ms
self.search_object = a_star.Search(self.cell_size, self.cell_number)
chicken_next_moves = []

BIN
resources/.DS_Store vendored

Binary file not shown.

Binary file not shown.