ray/rllib/agents/mock.py

13 lines
301 B
Python

from ray.rllib.algorithms.mock import ( # noqa
_MockTrainer,
_ParameterTuningTrainer,
_SigmoidFakeData,
)
from ray.rllib.utils.deprecation import deprecation_warning
deprecation_warning(
old="ray.rllib.agents.callbacks",
new="ray.rllib.algorithms.callbacks",
error=False,
)