-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[RLlib] Fix calling of callback on_episode_created
to conform to docstring (after reset).
#45651
Commits on May 10, 2024
-
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c748df8 - Browse repository at this point
Copy the full SHA c748df8View commit details
Commits on May 13, 2024
-
Merge branch 'master' of https://github.com/ray-project/ray
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6409007 - Browse repository at this point
Copy the full SHA 6409007View commit details
Commits on May 14, 2024
-
Merge branch 'master' of https://github.com/ray-project/ray
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2f9030 - Browse repository at this point
Copy the full SHA d2f9030View commit details
Commits on May 15, 2024
-
Merge branch 'master' of https://github.com/ray-project/ray
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3416a8 - Browse repository at this point
Copy the full SHA a3416a8View commit details
Commits on May 16, 2024
-
Merge branch 'master' of https://github.com/ray-project/ray
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8582ad9 - Browse repository at this point
Copy the full SHA 8582ad9View commit details
Commits on May 21, 2024
-
Merge branch 'master' of https://github.com/ray-project/ray
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b565f34 - Browse repository at this point
Copy the full SHA b565f34View commit details
Commits on May 22, 2024
-
Merge branch 'master' of https://github.com/ray-project/ray
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0eed1f - Browse repository at this point
Copy the full SHA c0eed1fView commit details -
Merge branch 'master' of https://github.com/ray-project/ray
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 341cb95 - Browse repository at this point
Copy the full SHA 341cb95View commit details
Commits on May 24, 2024
-
Merge branch 'master' of https://github.com/ray-project/ray
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b76807f - Browse repository at this point
Copy the full SHA b76807fView commit details
Commits on May 27, 2024
-
Merge branch 'master' of https://github.com/ray-project/ray
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af9c9e9 - Browse repository at this point
Copy the full SHA af9c9e9View commit details
Commits on May 28, 2024
-
Merge branch 'master' of https://github.com/ray-project/ray
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e422c42 - Browse repository at this point
Copy the full SHA e422c42View commit details
Commits on May 29, 2024
-
Merge branch 'master' of https://github.com/ray-project/ray
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26e0926 - Browse repository at this point
Copy the full SHA 26e0926View commit details
Commits on May 31, 2024
-
Merge branch 'master' of https://github.com/ray-project/ray
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 562f586 - Browse repository at this point
Copy the full SHA 562f586View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b95848c - Browse repository at this point
Copy the full SHA b95848cView commit details -
Modified callback order in 'MultiAgentEnvRunner'.
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca98704 - Browse repository at this point
Copy the full SHA ca98704View commit details -
Implemented @sven1977's review.
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8eee30 - Browse repository at this point
Copy the full SHA d8eee30View commit details
Commits on Jun 5, 2024
-
Merge branch 'master' of https://github.com/ray-project/ray
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a694987 - Browse repository at this point
Copy the full SHA a694987View commit details -
Merge branch 'master' into fix-callback-on-episode-created
Signed-off-by: Simon Zehnder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ba3105 - Browse repository at this point
Copy the full SHA 4ba3105View commit details