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

Pass entire policy in blackbox_learner #366

Merged

Commits on Sep 16, 2024

  1. Serialize entire policy in blackbox_learner

    This patch adjusts blackbox_learner so that it returns an entire policy
    rather than just the bytes of the policy. When actually running
    evaluations, we need to writ out the full policy, including the output
    spec, to disk so the compiler can pick it up. Before this patch, we were
    not passing along the output spec to the worker.
    boomanaiden154 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e892b8a View commit details
    Browse the repository at this point in the history