We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02f3eb commit 52c10a8Copy full SHA for 52c10a8
reinforcement_learning/rl_predictive_autoscaling_coach_customEnv/src/train-coach.py
@@ -51,10 +51,9 @@ def _save_tf_model(self):
51
export_dir='model',
52
inputs={"observation": input_nodes},
53
outputs={"policy": output_nodes.outputs[0]})
54
- # Move to the appropriate folder. Don't mind the directory, this just works.
55
- # rl-cart-pole is the name of the model. Remember it.
+ # Move to the appropriate folder.
56
shutil.move('model/', model_dir + '/model/tf-model/00000001/')
57
- # EASE will pick it up and upload to the right path.
+ # SageMaker will pick it up and upload to the right path.
58
print("Success")
59
60
0 commit comments