mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
7 lines
227 B
Python
7 lines
227 B
Python
from ray.rllib.utils.deprecation import deprecation_warning
|
|
|
|
deprecation_warning(
|
|
old="ray/rllib/examples/recsim_with_slateq.py",
|
|
new="ray/rllib/examples/recommender_system_with_recsim_and_slateq.py",
|
|
error=True,
|
|
)
|