We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
Thanks so much for sharing the codes!
I just have a question about sac_discrete_per.py: why the importance-sampling weights are not used to update the Q-function and the policy function?
Popular-RL-Algorithms/sac_discrete_per.py
Line 162 in 5926245
I have seen other SAC-PER repositories that used the weights to calculate the q_value_loss and policy_loss.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Thanks so much for sharing the codes!
I just have a question about sac_discrete_per.py: why the importance-sampling weights are not used to update the Q-function and the policy function?
Popular-RL-Algorithms/sac_discrete_per.py
Line 162 in 5926245
I have seen other SAC-PER repositories that used the weights to calculate the q_value_loss and policy_loss.
Thanks.
The text was updated successfully, but these errors were encountered: