-
Notifications
You must be signed in to change notification settings - Fork 637
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
Prototype RLops Utility #307
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!!
- I believe currently, only comparisons within
openrlbenchmark
are supported.- If someone wants to use
openrlbenchmark
to compare with their own results(stored in their own wandb account and notopenrlbenchmark
), they'll have to manually modify this to include entity and project matching for both versions(openrlbenchmark
and their own wandb account details).
- If someone wants to use
- might have to add
expt
to the dependencies
Everything else LGTM
Support more advanced filter syntax
which produces the following image and a wandb report with the same line color, thanks to @andrewtruong's amazing PR |
Closed by #368 |
Description
Related to #296. To get started, run the following command
This PR generates this wandb report (which does not display properly due to wandb/wandb#4421; update: a temporary fix
pip install git+https://github.com/wandb/wandb.git@6ccd140dabb0af529302b07f4d7ecc1235773900
works (https://github.com/wandb/wandb/tree/andrew/report-api-fixes)) and the following imageAs part of this effort, I have labeled all of the existing runs in
openrlbenchmark
withrlops-pilot
if the do not already have a label.Types of changes
Checklist:
pre-commit run --all-files
passes (required).mkdocs serve
.