tf_ops.py 229 B

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