Open
Description
Hi,
The method documentation of the create_model method in the RLEstimator states:
However, the actual implementation doesn't pass the kwargs through, instead only reading pre-defined keys from them while building a new dict of args passed through the model constructor.
sagemaker-python-sdk/src/sagemaker/rl/estimator.py
Lines 234 to 252 in 6ce11cb
I think the expected behaviour here should be to pass through all values in the kwargs. Thanks for looking into this!