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

Policy combiner #357

Merged
merged 15 commits into from
Sep 10, 2024
Merged

Policy combiner #357

merged 15 commits into from
Sep 10, 2024

Commits on Sep 3, 2024

  1. Combine two tf_agents policies with timestep spec

    given by combine_tfa_policies_lib.get_input_signature()
    and action spec given by combine_tfa_policies_lib.get_action_spec()
    The combiner policy uses a new timestep spec feature "model_selector"
    to select the requested policy at the current state. The feature is
    computed as a md5 hash from the respective policies names.
    tvmarino committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a06d452 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15876f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Added licence.

    tvmarino committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9bc8c05 View commit details
    Browse the repository at this point in the history
  2. yapf . -ir

    tvmarino committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    86e4d12 View commit details
    Browse the repository at this point in the history
  3. yapf . -ir

    tvmarino committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    27dee69 View commit details
    Browse the repository at this point in the history
  4. Fixed pylint errors.

    tvmarino committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    47f5efc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf12cee View commit details
    Browse the repository at this point in the history
  6. yapf . -ir

    tvmarino committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f5b6b6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35d9e8c View commit details
    Browse the repository at this point in the history
  8. yapf . -ir

    tvmarino committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5d6783d View commit details
    Browse the repository at this point in the history
  9. Fixing pytype annotations.

    tvmarino committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7997f14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59d3677 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Addressed comments.

    tvmarino committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6d8c0c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b0cefd View commit details
    Browse the repository at this point in the history
  3. Fixed Aiden's nits.

    tvmarino committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    78460ce View commit details
    Browse the repository at this point in the history