diff --git a/src/entitie/Truck.py b/src/entitie/Truck.py index ff24c5d..db4922d 100644 --- a/src/entitie/Truck.py +++ b/src/entitie/Truck.py @@ -32,7 +32,6 @@ class Truck: self.direction = (self.direction - 90) % 360 def move(self, map): - print(self.direction) if self.direction == 180: return self.move_up(map) if self.direction == 0: diff --git a/src/learn/myModel.pkl b/src/learn/myModel.pkl deleted file mode 100644 index bfd44d0..0000000 Binary files a/src/learn/myModel.pkl and /dev/null differ