L2O-HEM-Torch
L2O-HEM-Torch copied to clipboard
Question regarding about CutSelectAgent.
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.
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.