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
If the MTSAC class is intended to be used with MultiEnvWrapper, it should explicitly check that num_tasks is set properly. Or even just get the value directly from the wrapper.
The text was updated successfully, but these errors were encountered:
The result of this bug was that log_alpha was always evaluated as 0 for 40 out of the 50 tasks. Undetected in code, it just looked like poor task performance.
at commit: edf2615
the
MTSAC
object is created withnum_tasks=10
, even though being run with MT-50If the
MTSAC
class is intended to be used withMultiEnvWrapper
, it should explicitly check thatnum_tasks
is set properly. Or even just get the value directly from the wrapper.The text was updated successfully, but these errors were encountered: