File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -113,17 +113,20 @@ def __init__(
113
113
must point to a file located at the root of ``source_dir``.
114
114
toolkit (sagemaker.rl.RLToolkit): RL toolkit you want to use for
115
115
executing your model training code.
116
+
116
117
.. warning::
117
118
This ``toolkit`` argument discontinued support for new RL users on April 2024. To use
118
119
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
+
121
123
.. warning::
122
124
This ``toolkit_version`` argument discontinued support for new RL users on April 2024.
123
125
To use RLEstimator, please pass in ``image_uri``.
124
126
framework (sagemaker.rl.RLFramework): Framework (MXNet or
125
127
TensorFlow) you want to be used as a toolkit backed for
126
128
reinforcement learning training.
129
+
127
130
.. warning::
128
131
This ``framework`` argument discontinued support for new RL users on April 2024. To
129
132
use RLEstimator, please pass in ``image_uri``.
You can’t perform that action at this time.
0 commit comments