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