Skip to content

Commit 5b4e7be

Browse files
jinyoung-limknikure
authored andcommitted
sphinx fix
1 parent 7bdba6e commit 5b4e7be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/sagemaker/rl/estimator.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,20 @@ def __init__(
113113
must point to a file located at the root of ``source_dir``.
114114
toolkit (sagemaker.rl.RLToolkit): RL toolkit you want to use for
115115
executing your model training code.
116+
116117
.. warning::
117118
This ``toolkit`` argument discontinued support for new RL users on April 2024. To use
118119
RLEstimator, please pass in ``image_uri``.
119-
toolkit_version (str): RL toolkit version you want to be use for
120-
executing your model training code.
120+
toolkit_version (str): RL toolkit version you want to be use for executing your
121+
model training code.
122+
121123
.. warning::
122124
This ``toolkit_version`` argument discontinued support for new RL users on April 2024.
123125
To use RLEstimator, please pass in ``image_uri``.
124126
framework (sagemaker.rl.RLFramework): Framework (MXNet or
125127
TensorFlow) you want to be used as a toolkit backed for
126128
reinforcement learning training.
129+
127130
.. warning::
128131
This ``framework`` argument discontinued support for new RL users on April 2024. To
129132
use RLEstimator, please pass in ``image_uri``.

0 commit comments

Comments
 (0)