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

Commits on Sep 26, 2024

  1. Add support for logging max/percentiles of reward to tensorboard in ES

    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 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ff76bc9 View commit details
    Browse the repository at this point in the history