Yang Wu
Yang Wu
## Describe the bug ## Setting - OS: - Compiler: - Python version: - Ecole version: ## To Reproduce episode_counter, sample_counter = 0, 0 Path("samples/").mkdir(exist_ok=True) # We will solve problems...
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...