common/sagemaker_rl/orchestrator/clients/ddb/model_db_client.py (5 lines): - line 12: TODO: Deprecate and embed this class in ModelRecord. - line 56: # TODO: a model can only be put to pending, from pending state. - line 63: # TODO: conditional check to verify model is in *ing state while updating... - line 68: # TODO: a model eval_state can only be put to pending, from pending state - line 73: # TODO: conditional check to verify model is in *ing state while updating... common/sagemaker_rl/ray_launcher.py (3 lines): - line 101: # TODO: use ConfigList from Coach launcher, and share customization code. - line 105: # TODO: move this to before customer-specified so they can override - line 111: self.hyperparameters = ConfigurationList() # TODO: move to shared common/sagemaker_rl/coach_launcher.py (2 lines): - line 122: # TODO: remove this after converting all samples. - line 289: # TODO: Remove this whole class when nobody's using it any more. common/sagemaker_rl/orchestrator/workflow/manager/experiment_manager.py (1 line): - line 1185: # TODO: add validation/instructions if multiple deployment