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] Fix calling of callback on_episode_created to conform to docstring (after reset). #45651

Merged

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

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
    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

Commits on May 27, 2024

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

Commits on May 28, 2024

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

Commits on May 29, 2024

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

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    562f586 View commit details
    Browse the repository at this point in the history
  2. Fixed a minor bug that was calling the calback 'on_episode_created' a…

    …fter the 'env.reset' instead before. The docstring in the callback clearly states, it should come before the reset.
    
    Signed-off-by: Simon Zehnder <[email protected]>
    simonsays1980 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b95848c View commit details
    Browse the repository at this point in the history
  3. Modified callback order in 'MultiAgentEnvRunner'.

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

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

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    a694987 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix-callback-on-episode-created

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