ray/rllib/contrib/bandits/__init__.py
Balaji Veeramani 7f1bacc7dc
[CI] Format Python code with Black (#21975)
See #21316 and #21311 for the motivation behind these changes.
2022-01-29 18:41:57 -08:00

7 lines
191 B
Python

from ray.rllib.utils.deprecation import deprecation_warning
deprecation_warning(
old="ray.rllib.contrib.bandits.agents.[...]",
new="ray.rllib.agents.bandit.[...]",
error=True,
)