Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from ray.rllib.utils.deprecation import deprecation_warning
deprecation_warning(
old="ray.rllib.contrib.maddpg",
new="ray.rllib.agents.maddpg",
error=True,
)