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
It should mostly be a matter of wrapping pyscipopt.Model.getKhalilState() in an observation function but it is not completely straightforward as there is still caching and concatenation of features to be done.
I put a skeleton of where the code is supposed to go.
It should mostly be a matter of wrapping
pyscipopt.Model.getKhalilState()
in an observation function but it is not completely straightforward as there is still caching and concatenation of features to be done.I put a skeleton of where the code is supposed to go.
https://github.com/ds4dm/ecole_vs_gasse/blob/96f6e47981c95e3af4a06038d098a289600140ec/src/ecole_vs_gasse/observation.py#L14
The text was updated successfully, but these errors were encountered: