Skip to content

Commit 973cacf

Browse files
temp 0.7
1 parent f8bf11e commit 973cacf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HL/Autotech_constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
ANGLE_LOOKUP = np.linspace(-MAX_ANGLE, MAX_ANGLE, 16)
3333
SPEED_LOOKUP = np.linspace(MIN_SOFT_SPEED, MAX_SOFT_SPEED, 16)
3434

35-
Temperature = 0.5 # Temperature parameter for softmax function, used to control the sharpness of the distribution resols around 1
35+
Temperature = 0.7 # Temperature parameter for softmax function, used to control the sharpness of the distribution resols around 1
3636
# the higher the temperature the more unprobalbe actions become probable, the lower the temperature the more probable actions become probable.
3737
# In our case Higher temperature means less agressive driving and lower temperature means more aggressive driving.

0 commit comments

Comments
 (0)