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
I notice in SAC, the function select_action(), function sample() is simply used to randomly sample an "action",
But in function evaluate(), the code is written as batch_mu + batch_sigma*z
Why don't just use sample() as the first one ? Is there any important differences?
The text was updated successfully, but these errors were encountered:
I notice in SAC, the function select_action(), function sample() is simply used to randomly sample an "action",
But in function evaluate(), the code is written as batch_mu + batch_sigma*z
Why don't just use sample() as the first one ? Is there any important differences?
The text was updated successfully, but these errors were encountered: