ray/rllib/contrib/alpha_zero/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
183 B
Python
Raw Normal View History

from ray.rllib.utils.deprecation import deprecation_warning
deprecation_warning(
old="ray.rllib.contrib.alpha_zero",
new="ray.rllib.algorithms.alpha_zero",
error=True,
)