@@ -139,7 +139,7 @@ class Car(pygame.sprite.Sprite):
# print(self.probes)
def probe_brain(self):
res = self.brain.predict(np.array(self.probes))
res = self.brain.predict(np.array(self.probes + [self.speed]))
self.heading_change = res[0] * 30
self.throttle = res[1] * 5
The note is not visible to the blocked user.