We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8947fca commit 436851bCopy full SHA for 436851b
1 file changed
src/HL/Autotech_constant.py
@@ -31,6 +31,6 @@
31
ANGLE_LOOKUP = np.linspace(-MAX_ANGLE, MAX_ANGLE, 16)
32
SPEED_LOOKUP = np.linspace(MIN_SOFT_SPEED, MAX_SOFT_SPEED, 16)
33
34
-Temperature = 1.5 # Temperature parameter for softmax function, used to control the sharpness of the distribution resols around 1
+Temperature = 0.75 # Temperature parameter for softmax function, used to control the sharpness of the distribution resols around 1
35
# the higher the temperature the more unprobalbe actions become probable, the lower the temperature the more probable actions become probable.
36
# In our case Higher temperature means less agressive driving and lower temperature means more aggressive driving.
0 commit comments