visualize_atari icon indicating copy to clipboard operation
visualize_atari copied to clipboard

Replaced deprecated scipy and torch functions.

Open victor-psiori opened this issue 4 years ago • 0 comments

Thanks for the wonderful paper and repo. I have done following minor changes:

  • minor formatting and cleaning up while reading through the code.
  • formatting with python black formatter.
  • replaced deprecated scipy resize function with cv resize api.
  • replaced torch Variable instances with torch Tensor since Variable is no longer maintained by PyTorch.
  • Scipy fixing was required to get the jupyter example notebook running.

Thanks again, victor

victor-psiori avatar Aug 27 '21 17:08 victor-psiori