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] [CI] Deflake longer running RLlib learning tests for off policy algorithms. Fix seeding issue in TransformedAction Environments #21685

Merged
merged 18 commits into from
Feb 4, 2022

Commits on Jan 27, 2022

  1. Lower the pendulum-sac reward threshold

    Hitting 10k timesteps seems to be not achievable
    in the 900 second time limit. This means that the
    reward threshold must be met in order for the
    experiment to terminate. This algorithm is seed
    sensitive on this environment, so I toyed with the reward
    threshold on various seeds, and ended up fixing the
    reward threshold for a certain seed. This should
    give us regression information, while eliminating the
    possiblilty that the test flakes.
    avnishn committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    19c2d6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    019d0c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3379bfd View commit details
    Browse the repository at this point in the history
  4. Fix Syntax Error

    avnishn committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    651a430 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3041205 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef5d348 View commit details
    Browse the repository at this point in the history
  7. Revert changes to add sac learning tests to multi-gpu runners and cha…

    …nge n_step from 3 to 1
    avnishn committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    639cf91 View commit details
    Browse the repository at this point in the history
  8. Fix seeding in pendulum transformed actions env and increase testing …

    …threshold on corresponding regression test
    avnishn committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    ef9c37b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fcc91f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9537673 View commit details
    Browse the repository at this point in the history
  11. Fix lint

    avnishn committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    db6c27c View commit details
    Browse the repository at this point in the history
  12. Fix ddpg stopping criteria

    avnishn committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d308abc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    21996ec View commit details
    Browse the repository at this point in the history
  14. remove unnecessary addition

    avnishn committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    53a304a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

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

Commits on Feb 4, 2022

  1. Add target for off policy long learning continuous tests that have a …

    …significantly slower runtime with tf2 eager than other frameworks
    avnishn committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    0883532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3535bd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c566461 View commit details
    Browse the repository at this point in the history