You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the purpose of the forward_smoothing_weight as found in line 98 of the config file? It looks like it is applied during the CEB learning step at line 192 of ceb_task.py.
Based on some quick tests, PI-SAC's performance seems to be very sensitive to the value of forward_smoothing_weight. I couldn't find any mention of this hyperparameter in the PI-SAC paper (perhaps I missed it?).
The text was updated successfully, but these errors were encountered:
What is the purpose of the
forward_smoothing_weight
as found in line 98 of the config file? It looks like it is applied during the CEB learning step at line 192 ofceb_task.py
.Based on some quick tests, PI-SAC's performance seems to be very sensitive to the value of
forward_smoothing_weight
. I couldn't find any mention of this hyperparameter in the PI-SAC paper (perhaps I missed it?).The text was updated successfully, but these errors were encountered: