src/sagemaker_rl/orchestrator/workflow/manager/experiment_manager.py [1536:1542]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if (
            self.experiment_record._training_state is not None
            and self.experiment_record._training_state.endswith("ING")
        ):
            logger.error(
                f"A training request with model id '{self.experiment_record._next_model_to_train_id}' "
                f"was in the state of '{self.experiment_record._training_state}'. "
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/sagemaker_rl/orchestrator/workflow/manager/experiment_manager.py [1658:1664]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if (
            self.experiment_record._training_state is not None
            and self.experiment_record._training_state.endswith("ING")
        ):
            logger.error(
                f"A training request with model id '{self.experiment_record._next_model_to_train_id}' "
                f"was in the state of '{self.experiment_record._training_state}'. "
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



