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 you have any questions, feel free to create an issue with the tag [question].
If you wish to suggest an enhancement or feature request, add the tag [feature request].
If you are submitting a bug report, please fill in the following details.
Describe the bug
A clear and concise description of what the bug is.
I follow the instructions to customize a policy network for SAC, but it does not work. Can you show a brief example on how to do that?
Code example
Please try to provide a minimal example to reproduce the bug. Error messages and stack traces are also helpful.
Hello,
Please read carefully the documentation of SAC:
"The SAC model does not support stable_baselines.common.policies because it uses double q-values and value estimation, as a result it must use its own policy models (see SAC Policies)."
The net_arch keyword is for stable_baselines.common.policies only, you have to use layers in that case.
If you have any questions, feel free to create an issue with the tag [question].
If you wish to suggest an enhancement or feature request, add the tag [feature request].
If you are submitting a bug report, please fill in the following details.
Describe the bug
I follow the instructions to customize a policy network for SAC, but it does not work. Can you show a brief example on how to do that?
Code example
Please try to provide a minimal example to reproduce the bug. Error messages and stack traces are also helpful.
System Info
Describe the characteristic of your environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: