Pin framework to tf in AIR rl offline trainer example - #33750
Merged
gjoliver merged 2 commits intoMar 28, 2023
Conversation
Signed-off-by: Avnish <avnishnarayan@gmail.com>
avnishn
requested review from
a team,
Yard1,
amogkam,
gjoliver,
krfricke,
matthewdeng,
maxpumperla,
richardliaw and
xwjiang2010
as code owners
March 27, 2023 18:05
Member
Author
|
corresponding issue: |
Contributor
|
can we fix the underlying issue instead? |
Yard1
approved these changes
Mar 27, 2023
Member
Author
|
coming in a separate pr @amogkam. I can't fix it before the release cut. This will unblock for now |
Contributor
|
@gjoliver @matthewdeng please review |
kouroshHakha
approved these changes
Mar 27, 2023
8 tasks
matthewdeng
reviewed
Mar 27, 2023
| "name": "stderr", | ||
| "output_type": "stream", | ||
| "text": [ | ||
| "2022-09-26 18:22:15,032\tINFO worker.py:1509 -- Started a local Ray instance. View the dashboard at \u001b[1m\u001b[32m127.0.0.1:8265 \u001b[39m\u001b[22m\n" |
Contributor
There was a problem hiding this comment.
We should keep the output?
Member
|
wait the branch cut has already passed, do we still need this? |
Member
Author
|
branch cut is tonight at midnight. I was asked to make this fix since this test was red on master but I'll defer to you guys instead to determine whether or not this needs to be merged. |
Signed-off-by: Avnish <avnishnarayan@gmail.com>
ProjectsByJackHe
pushed a commit
to ProjectsByJackHe/ray
that referenced
this pull request
May 4, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
something broken about the way that torch ppo writes out to json
when using the output writer, torch ppo writes out sample batches in the incorrect format:
“value”: {”type”: “MultiAgentBatch”...instead of just
{”type”: “MultiAgentBatch”...Useful debug script:
https://gist.github.com/avnishn/c8599a9947edcd9934421713ed82f175
Should work with torch but doesn’t because of the way that sample batches are created.
Signed-off-by: Avnish avnishnarayan@gmail.com
Why are these changes needed?
Related issue number
Checks
git commit -s) in this PR.scripts/format.shto lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/under thecorresponding
.rstfile.