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

Small update_with_oracle_cut_size fixes #12314

Draft
wants to merge 3 commits into
base: v5
Choose a base branch
from

Commits on Feb 21, 2023

  1. Small update_with_oracle_cut_size fixes

    Fix an off-by-one in `TransitionModel.forward`, where we always did one
    move more than the maximum number of moves.
    
    This explosed another issue: when creating cut states, we skipped states
    where the (maximum number of) moves from that state only applied
    transitions that did not modify the buffer.
    
    Replace uses of `random.uniform` by `random.randrange`.
    danieldk committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    10f5e94 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    0f3b234 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    c3defdf View commit details
    Browse the repository at this point in the history