mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
7 lines
183 B
Python
7 lines
183 B
Python
from ray.rllib.utils.deprecation import deprecation_warning
|
|
|
|
deprecation_warning(
|
|
old="ray.rllib.contrib.alpha_zero",
|
|
new="ray.rllib.algorithms.alpha_zero",
|
|
error=True,
|
|
)
|