-
Notifications
You must be signed in to change notification settings - Fork 476
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
wandb.errors.RequireError: require() unsupported requirement: report-editing #162
Comments
Will make a PR to fix it. Thanks for reporting @asmith26 :) |
@ayulockin Commenting out the linked line and updating some of the configs seems to have resolved the issue at the following branch: jon-tow@b99c9ce |
Hey @jon-tow the parallel coordinate plot is rendering properly for me. Am I missing something? |
Oh that's kinda weird |
@jon-tow when I try to edit the report manually I can totally see the values being logged and thus I was able to manually fix it. Not sure why it's not rendering properly in the first place. Sharing with the team internally. I will let you all know when I learn something. Can you let me know which browser and which wandb version were you using? |
Thank you! |
* check wandb version * Update wandb.py * add wandb version + mean/reward * fix api changes * Update ILQL sweep hparams * Run `isort` * Remove `return`s from examples to avoid RayTune erros * Skip `isort` on wandb reports import * Remove erroring `tqdm` call in `BaseRLTrainer.evaluate` Co-authored-by: jon-tow <jonathantow1@gmail.com>
This is now resolved. |
🐛 Describe the bug
Hi there,
I've successfully ran
python examples/ppo_sentiments.py
, so I though I'd try Use Ray Tune to launch hyperparameter sweep but I'm getting an error I can't seem to fix:Many thanks for any help! :)
Which trlX version are you using?
Installing from
main
(i.e.pip install -e .
Additional system and package information
wandb=0.13.7; python=3.10.8; Ubuntu
The text was updated successfully, but these errors were encountered: