adjustements

This commit is contained in:
2019-10-29 11:00:57 +01:00
parent 51f719184d
commit 5c27c3c72f
4 changed files with 25 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ CAR_SIZE = 20
CAR_MAX_SPEED = 100
CAR_MAX_FITNESS = 100
CAR_STEERING_FACTOR = 10
MAX_RUN_TIME = 60
MAX_RUN_TIME = 120
VISION_LENGTH = 100
VISION_SPAN = 35 # degrees
THROTTLE_POWER = 3