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
I'm trying to follow the documentation regarding the use of OSS Vizier as a backend for PyGlove, but find it incomplete - shouldn't we need to create server and client objects?
For example, the documented interface for retrieving optimal trials in the OSS Vizier docs is to iterate over study_client.optimal_trials(), but the PyGlove example seems to abstract away the initialization of the server into the call
pg_vizier.init("my_study")
It's unclear how this matches up, and is currently a blocker to my use of the library. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I'm trying to follow the documentation regarding the use of OSS Vizier as a backend for PyGlove, but find it incomplete - shouldn't we need to create server and client objects?
For example, the documented interface for retrieving optimal trials in the OSS Vizier docs is to iterate over study_client.optimal_trials(), but the PyGlove example seems to abstract away the initialization of the server into the call
It's unclear how this matches up, and is currently a blocker to my use of the library. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: