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
During my debugging I came across the computation of the updated value for the running mean:
rllte/rllte/common/utils.py
Line 80 in 5b984b0
It doesn't really influence me as I'm not using it right now but I feel like it should instead be:
new_mean = mean + delta * batch_count / tot_count
The text was updated successfully, but these errors were encountered:
@roger-creus Hi Roger, can you check this issue?
Sorry, something went wrong.
@dominikonysz We have uploaded the update and marked you as a co-author. Thank you for the issue.
No branches or pull requests
During my debugging I came across the computation of the updated value for the running mean:
rllte/rllte/common/utils.py
Line 80 in 5b984b0
It doesn't really influence me as I'm not using it right now but I feel like it should instead be:
The text was updated successfully, but these errors were encountered: