tree complete - minor changes
Signed-off-by: Neerka <kuba.markil0220@gmail.com>
This commit is contained in:
parent
8c37aaea5d
commit
2d151a8e93
@ -1,5 +1,4 @@
|
||||
import math
|
||||
import random
|
||||
import heapq
|
||||
from joblib import load
|
||||
import pygame
|
||||
@ -72,6 +71,7 @@ class Garbagetruck:
|
||||
if decision:
|
||||
self.addTrash(trash)
|
||||
can.removeContent(trash)
|
||||
print(f"Załadunek: {self.trashweight}/{self.capacity}")
|
||||
self.switchAnalising()
|
||||
|
||||
def getState(self):
|
||||
|
Loading…
Reference in New Issue
Block a user