It would be nice if we could set our own alpha parameter if we choose not to use the automatic parameter tuning. At the moment, the SAC class sets alpha always to one.
The proposed change introduces a new parameter for SAC, alpha, with the default value of 1.0 which should not lead to any issues or conflicts with prior versions.
It would be nice if we could set our own alpha parameter if we choose not to use the automatic parameter tuning. At the moment, the SAC class sets alpha always to one.
The proposed change introduces a new parameter for SAC, alpha, with the default value of 1.0 which should not lead to any issues or conflicts with prior versions.