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]: Cleanup examples folder: Add example restoring 1 of n agents from a checkpoint. #45462

Commits on May 10, 2024

  1. Changed comment.

    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c748df8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 14, 2024

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

Commits on May 15, 2024

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

Commits on May 16, 2024

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

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    b565f34 View commit details
    Browse the repository at this point in the history
  2. Added example to restore 1 of n agents from checkpoint using Pendulum…

    … multi-agent environment.
    
    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c940fc4 View commit details
    Browse the repository at this point in the history
  3. Added example to BUILD file.

    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    504eddd View commit details
    Browse the repository at this point in the history
  4. Modification due to @sven1977's review.

    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    92a6cd3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    c0eed1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    540ad66 View commit details
    Browse the repository at this point in the history
  3. Changed checkpoint frequency to 20 as test was not passing due to cac…

    …he issues. In addition added 'no_main' tag to test in BUILD b/c linter errored out.
    
    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6f6dd8c View commit details
    Browse the repository at this point in the history
  4. Removed '--as-test' argument from example file.

    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ed95651 View commit details
    Browse the repository at this point in the history
  5. Added 'no_main' tag to the old example in the BUILD file.

    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9acc2fb View commit details
    Browse the repository at this point in the history
  6. Added the file of the old stack test to 'main'.

    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2527f6e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    341cb95 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    b76807f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3abb6a8 View commit details
    Browse the repository at this point in the history
  3. Removed old example from example folder and BUILD file.

    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a302bd1 View commit details
    Browse the repository at this point in the history