L2O-HEM-Torch icon indicating copy to clipboard operation
L2O-HEM-Torch copied to clipboard

Question regarding about CutSelectAgent.

Open samwu-learn opened this issue 2 years ago • 1 comments

When I try the following code: env.reset() cutsel_agent = CutSelectAgent( env.m, pointer_net, None, 0.5, device, 'stochastic', None, 'no_token' ) _ = env.step(cutsel_agent) There is a problem: TypeError: Argument 'cutsel' has incorrect type (expected pyscipopt.scip.Cutsel, got CutSelectAgent). I don't know how to fix it. I would be very grateful if you could help.

samwu-learn avatar Aug 29 '23 10:08 samwu-learn

Sorry for delayed response. You need to install the pyscipopt I provided (please see Readme.md for link to my used pyscipopt). Hope this can help you.

chicwzh avatar Nov 21 '23 14:11 chicwzh