src/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... src/sagemaker_rl/ray_launcher.py (3 lines): - line 100: # TODO: use ConfigList from Coach launcher, and share customization code. - line 104: # TODO: move this to before customer-specified so they can override - line 110: self.hyperparameters = ConfigurationList() # TODO: move to shared src/sagemaker_rl/coach_launcher.py (2 lines): - line 120: # TODO: remove this after converting all samples. - line 287: # TODO: Remove this whole class when nobody's using it any more. src/energy_storage_system/utils/_rl.py (1 line): - line 67: "price_t5", # FIXME: what happen when moving-avg-agent uses window_size != 5? src/energy_storage_system/envs.py (1 line): - line 114: # TODO Create features src/energy_storage_system/bokeh_report.py (1 line): - line 73: ), # TODO: off tooltip on all-but-one line. src/sagemaker_rl/orchestrator/workflow/manager/experiment_manager.py (1 line): - line 1184: # TODO: add validation/instructions if multiple deployment