Closed N-Wouda closed 2 years ago
This PR reverts the use of env.is_done, env.final_costs, and env.final_solutions (#102). Those attributes are not available when running with the ControllerEnvironment, so submissions would fail.
env.is_done
env.final_costs
env.final_solutions
Does not work with DQN but we're removing that one anyway, so I'm OK with this minimal fix.
This PR reverts the use of
env.is_done
,env.final_costs
, andenv.final_solutions
(#102). Those attributes are not available when running with the ControllerEnvironment, so submissions would fail.