IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 461 forks source link

imresize is deprecated, imresize is deprecated in SciPy #320

Closed anabwan closed 5 years ago

anabwan commented 5 years ago

'imresize()' is deprecated! imresize is deprecated in SciPy 1.0.0, and it was removed in new version (1.2.0)

need to change:

current error: File "/root/src/rl_coach/filters/observation/observation_rescale_to_size_filter.py", line 83, in filter

observation = scipy.misc.imresize(observation,

AttributeError: module 'scipy' has no attribute 'misc'

gal-leibovich commented 5 years ago

PR #321 fixes this issue.

gal-leibovich commented 5 years ago

Fixed with #321