0

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

Michelle
  • 3
  • 2
  • 1
    Are you using `ray.rllib.agents.callbacks` in your own code, or is this due to another library using it? If it's in another library, try updating that library. – Barmar Apr 11 '23 at 21:47
  • @Barmar It's in another library. Do you know how I can do a global search in visual studio? Instead of stepping through each script? – Michelle Apr 12 '23 at 15:34
  • [How to search all files](https://stackoverflow.com/questions/25310572/how-to-actually-search-all-files-in-visual-studio) – Barmar Apr 12 '23 at 16:35

0 Answers0