We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15a971 commit a9c4cfcCopy full SHA for a9c4cfc
1 file changed
src/HL/Autotech_constant.py
@@ -31,6 +31,6 @@
31
ANGLE_LOOKUP = np.linspace(-MAX_ANGLE+5, MAX_ANGLE-5, 16)
32
SPEED_LOOKUP = np.linspace(MIN_SOFT_SPEED, MAX_SOFT_SPEED, 16)
33
34
-Temperature = 2 # Temperature parameter for softmax function, used to control the sharpness of the distribution resols around 1
+Temperature = 1 # 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