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

[RLlib] [Connectors] Fix test nested action spaces connectors #30459

Merged

Commits on Nov 18, 2022

  1. Actual action flattenning fix

    this commit flattens actions only if action flattening is not disabled.
    It does the action flattenning as elements are being added to the
    agent_collector buffer.
    
    Signed-off-by: Avnish <[email protected]>
    avnishn committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    1b26e68 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/ray-project/ray into fix_…

    …test_nested_action_spaces_connectors
    avnishn committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    aac7257 View commit details
    Browse the repository at this point in the history
  3. Enable connectors for testing

    Signed-off-by: Avnish <[email protected]>
    avnishn committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    70beb1f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Refactor boolean

    Signed-off-by: Avnish <[email protected]>
    avnishn committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    55bd5fb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/ray-project/ray into fix_…

    …test_nested_action_spaces_connectors
    avnishn committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    a6f6e88 View commit details
    Browse the repository at this point in the history
  3. Disable enable_connectors

    Signed-off-by: Avnish <[email protected]>
    avnishn committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    1cd8a30 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Merge branch 'master' of https://github.com/ray-project/ray into fix_…

    …test_nested_action_spaces_connectors
    avnishn committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    5b94475 View commit details
    Browse the repository at this point in the history