pfrl
pfrl copied to clipboard
addcmul_ used in RMSpropEpsInsideSqrt has been deprecated
UserWarning: This overload of addcmul_ is deprecated:
addcmul_(Number value, Tensor tensor1, Tensor tensor2)
Consider using one of the following signatures instead:
addcmul_(Tensor tensor1, Tensor tensor2, *, Number value) (Triggered internally at /pytorch/torch/csrc/utils/python_arg_parser.cpp:882.)
square_avg.mul_(alpha).addcmul_(1 - alpha, grad, grad)
Can you say the exact version of pytorch you are using? I am not able to recreate this.