I received the following error message in Microsoft Visual Studio using the Ray RLlib package in python (Scalable Reinforcement Learning).
ray.rllib.agents.callbacks has been deprecated. Use ray.rllib.algorithms.callbacks instead.
Are there any guidelines on how to do this properly?
Thank you