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

Add support for logging max/percentiles of reward to tensorboard in ES #375

Conversation

boomanaiden154
Copy link
Collaborator

This patch makes blackbox learner write percentiles of the reward along with the maximum reward to Tensorboard so that there is more exact information on the distribution of the reward per step rather than needing to resort to the distribution/histogram which do not have great support for analyzing numerically within tensorboard.

This patch makes blackbox learner write percentiles of the reward along
with the maximum reward to Tensorboard so that there is more exact
information on the distribution of the reward per step rather than
needing to resort to the distribution/histogram which do not have great
support for analyzing numerically within tensorboard.
@boomanaiden154 boomanaiden154 force-pushed the es-report-reward-percentiles-and-max branch from c6ec43e to ff76bc9 Compare September 26, 2024 19:56
@boomanaiden154 boomanaiden154 merged commit dafed47 into google:main Sep 26, 2024
15 checks passed
@boomanaiden154 boomanaiden154 deleted the es-report-reward-percentiles-and-max branch September 26, 2024 21:50
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

Successfully merging this pull request may close these issues.

2 participants