torch_ops.py 239 B

12345678
  1. from ray.rllib.utils.deprecation import deprecation_warning
  2. from ray.rllib.utils.torch_utils import * # noqa
  3. deprecation_warning(
  4. old="ray.rllib.utils.torch_ops.[...]",
  5. new="ray.rllib.utils.torch_utils.[...]",
  6. error=False,
  7. )