You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package needs to be installed via pip such that hydra can find it
Package contains configs folder and subfolder, just like carps. Beware (not sure about): do not name the subfolders in the configs the same way as in carps, maybe the configs cannot be found then
The text was updated successfully, but these errors were encountered:
python -m carps.run 'hydra.searchpath=[pkg://yourpackagename/maybesomesubfolder/configs,pkg://someotherpackage/configs]' +experiment=base +optim=heboextended +problem/OptBench=synth_Ackley_5 'seed=644'
configs
folder and subfolder, just like carps. Beware (not sure about): do not name the subfolders in the configs the same way as in carps, maybe the configs cannot be found thenThe text was updated successfully, but these errors were encountered: