mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 11:40:18 +01:00
Setup basic CI flow (#38)
Adds automated running of unit, integration tests (and optionally longer running tests)
This commit is contained in:
committed by
Scott Leishman
parent
2cc6abc3c4
commit
16b3e99f37
@@ -364,7 +364,6 @@ class GraphManager(object):
|
||||
if self.agent_params.memory.memory_backend_params.run_type == "worker":
|
||||
data_store = get_data_store(self.data_store_params)
|
||||
data_store.load_from_store()
|
||||
|
||||
# perform several steps of playing
|
||||
count_end = self.current_step_counter + steps
|
||||
while self.current_step_counter < count_end:
|
||||
|
||||
Reference in New Issue
Block a user