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.alpha_zero",
new="ray.rllib.algorithms.alpha_zero",
error=True,
)