Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confused about different action_sample way in SAC #11

Open
ocean1211 opened this issue Aug 9, 2019 · 0 comments
Open

Confused about different action_sample way in SAC #11

ocean1211 opened this issue Aug 9, 2019 · 0 comments

Comments

@ocean1211
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant