ray/rllib/utils/memory.py

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

9 lines
252 B
Python
Raw Permalink Normal View History

from ray.rllib.utils.deprecation import deprecation_warning
from ray.rllib.utils.numpy import aligned_array, concat_aligned # noqa
deprecation_warning(
old="ray.rllib.utils.memory.[...]",
new="ray.rllib.utils.numpy.[...]",
error=False,
)