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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: