mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-05 17:11:35 +02:00
maintainer test grabs temp state
This commit is contained in:
@ -162,6 +162,7 @@ class Factory(gym.Env):
|
||||
|
||||
# Check Done Conditions
|
||||
done_results = self.state.check_done()
|
||||
done_tests = self.state.tests.check_done_all(self.state)
|
||||
|
||||
# Finalize
|
||||
reward, reward_info, done = self.summarize_step_results(tick_result, done_results)
|
||||
|
Reference in New Issue
Block a user