Skip to content

Commit

Permalink
changed some variables for a faster training
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilicot authored May 11, 2020
1 parent c538a62 commit 350d430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

CAR_DBG = False
FRICTION = -0.1
MAX_VEL = 20
MAX_VEL = 10
MAX_VEL_REDUCTION = 1 #at the start reduce maximum speed
ACC_STRENGHT = 0.2
BRAKE_STREGHT = 1
Expand All @@ -31,7 +31,7 @@
MAX_ANGLE = 1
MAX_DEVIATION = 300
SPACING = 200
NUM_POINTS = 4 #number of points for each segment
NUM_POINTS = 15 #number of points for each segment
SAFE_SPACE = SPACING + 50 #buffer space above the screen
ROAD_WIDTH = 200

Expand Down

0 comments on commit 350d430

Please sign in to comment.