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 type annotations #253

Closed
wants to merge 4 commits into from
Closed

Add type annotations #253

wants to merge 4 commits into from

Commits on Jun 1, 2023

  1. Add gradient ascent optimization algorithms

    This is part of the effort to port the work by Krzysztof Choromanski, Mark Rowland,
    Vikas Sindhwani, Richard E. Turner, Adrian Weller:  "Structured Evolution
    with Compact Architectures for Scalable Policy Optimization",
    https://arxiv.org/abs/1804.02395
    salaast committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    6b58576 View commit details
    Browse the repository at this point in the history
  2. Add blackbox optimizers and secondorder blackbox optimizers

    This is a port of the work by: Krzysztof Choromanski, Mark Rowland,
    Vikas Sindhwani, Richard E. Turner, Adrian Weller:  "Structured Evolution
    with Compact Architectures for Scalable Policy Optimization",
    https://arxiv.org/abs/1804.02395
    salaast committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    43725d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Add type annotations

    salaast committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ffba5c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Replace np.ndarray with npt.NDArray

    Ensures type annotations support python versions before 3.9
    salaast committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    0f21802 View commit details
    Browse the repository at this point in the history