tree complete - minor changes

Signed-off-by: Neerka <kuba.markil0220@gmail.com>
This commit is contained in:
Neerka 2024-05-13 15:13:10 +02:00
parent 8c37aaea5d
commit 2d151a8e93
2 changed files with 1 additions and 3 deletions

View File

@ -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):

View File

@ -1,5 +1,3 @@
import pygame.transform
from generators import *
import time