source/RLlibEnv/training/common/sagemaker_rl/orchestrator/clients/ddb/model_db_client.py (5 lines): - line 11: TODO: Deprecate and embed this class in ModelRecord. - line 54: # TODO: a model can only be put to pending, from pending state. - line 61: # TODO: conditional check to verify model is in *ing state while updating... - line 66: # TODO: a model eval_state can only be put to pending, from pending state - line 71: # TODO: conditional check to verify model is in *ing state while updating... source/RLlibEnv/training/common/sagemaker_rl/ray_launcher.py (3 lines): - line 94: # TODO: use ConfigList from Coach launcher, and share customization code. - line 98: # TODO: move this to before customer-specified so they can override - line 103: self.hyperparameters = ConfigurationList() # TODO: move to shared source/RLlibEnv/inference/inference_src/battlesnake_heuristics.py (3 lines): - line 126: # TODO: Combine heuristics - line 127: # TODO: Be careful with np.argmax on masked action, - line 146: # TODO: add your own heuristics source/RLlibEnv/training/common/sagemaker_rl/coach_launcher.py (2 lines): - line 124: #TODO: remove this after converting all samples. - line 268: #TODO: Remove this whole class when nobody's using it any more. source/RLlibEnv/training/common/sagemaker_rl/orchestrator/workflow/manager/experiment_manager.py (1 line): - line 1125: # TODO: add validation/instructions if multiple deployment