Hello,
I would like to use WandB mixin in Custom Callbacks.
My goal would be to log and send histograms for example.
Please do you have code examples on how to do that?
I keep getting this error.
File "/home/ubuntu/.local/lib/python3.7/site-packages/ray/tune/integration/wandb.py", line 521, in __init__
"Wandb mixin specified but no configuration has been passed. "
ValueError: Wandb mixin specified but no configuration has been passed. Make sure to include a `wandb` key in your `config` dict containing at least a `project` specification.
when using the mixin decorator around the on_episode_end
method in the callbacks.
Thank you !