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

fix: Change to new-style-jax-rng-keys. #195

Merged
merged 5 commits into from
Sep 21, 2024

Commits on May 21, 2024

  1. fix: Change to new-style-jax-rng-keys.

    All calls to jax.random.PRNGKey have been changed to jax.random.key.
    When passing keys to non-jax methods (such as the ones in scikit-learn),
    we use jax.key_data to recover the underlying raw key information.
    miltonllera committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b1d0685 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge branch 'new-style-jax-rng-keys' of github.com:miltonllera/QDax …

    …into miltonllera-new-style-jax-rng-keys
    Lookatator committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7ba39e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc31b0c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    2040636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cac247 View commit details
    Browse the repository at this point in the history