maintainer test grabs temp state

This commit is contained in:
Chanumask
2023-11-23 12:52:27 +01:00
parent 3a7b727ec6
commit 4c85cac50f
9 changed files with 82 additions and 28 deletions

View File

@ -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)