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
reward_advs -= reward_advs.mean() reward_advs /= reward_advs.std() cost_advs -= \textbf{reward_advs}.mean() cost_advs /= cost_advs.std()
I guess on line 3, it should be mean of the cost?
The text was updated successfully, but these errors were encountered:
You are right. If you want to make any changes to the repo and make a PR, I'm happy to merge it in.
Sorry, something went wrong.
No branches or pull requests
reward_advs -= reward_advs.mean()
reward_advs /= reward_advs.std()
cost_advs -= \textbf{reward_advs}.mean()
cost_advs /= cost_advs.std()
I guess on line 3, it should be mean of the cost?
The text was updated successfully, but these errors were encountered: