Skip to content

Commit

Permalink
Update learning_loop_node/trainer/trainer_node.py
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Neugebauer <[email protected]>
  • Loading branch information
denniswittich and NiklasNeugebauer authored Dec 6, 2024
1 parent 70ed4e8 commit ac69ae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion learning_loop_node/trainer/trainer_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def __init__(self, name: str, trainer_logic: TrainerLogicGeneric, uuid: Optional
self.trainer_logic = trainer_logic
self.last_training_io = LastTrainingIO(self.uuid)
self.trainer_logic._last_training_io = self.last_training_io
self.previous_state: Optional[str] = None

self._first_idle_time: float | None = None
if os.environ.get('TRAINER_IDLE_TIMEOUT_SEC', 0.0):
Expand Down

0 comments on commit ac69ae8

Please sign in to comment.