You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/using_rl.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ The following are optional arguments. When you create an ``RlEstimator`` object,
123
123
The library folders will be copied to SageMaker in the same folder where the entrypoint is copied.
124
124
If the ``source_dir`` points to S3, code will be uploaded and the S3 location will be used
125
125
instead.
126
-
126
+
127
127
For example, the following call:
128
128
129
129
.. code:: python
@@ -244,7 +244,7 @@ In case if ``image_name`` was specified it would use provided image for the depl
244
244
245
245
response = predictor.predict(data)
246
246
247
-
For more information please see `The SageMaker MXNet Model Server <https://github.com/aws/sagemaker-python-sdk/tree/master/src/sagemaker/mxnet#the-sagemaker-mxnet-model-server>`_
247
+
For more information please see `The SageMaker MXNet Model Server <https://sagemaker.readthedocs.io/en/stable/using_mxnet.html#the-sagemaker-mxnet-model-server>`_
248
248
and `Deploying to TensorFlow Serving Endpoints <https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/tensorflow/deploying_tensorflow_serving.rst>`_ documentation.
249
249
250
250
@@ -319,4 +319,4 @@ version.
319
319
Alternatively, you can build your own image by following the instructions in the SageMaker RL containers
320
320
repository, and passing ``image_name`` to the RL Estimator constructor.
321
321
322
-
You can visit `the SageMaker RL containers repository <https://github.com/aws/sagemaker-rl-container>`_.
322
+
You can visit `the SageMaker RL containers repository <https://github.com/aws/sagemaker-rl-container>`_.
0 commit comments