NVlabs / GA3C

Hybrid CPU/GPU implementation of the A3C algorithm for deep reinforcement learning.
BSD 3-Clause "New" or "Revised" License
652 stars 195 forks source link

Replacing deprecated method #41

Open vishalshar opened 4 years ago

vishalshar commented 4 years ago

With the newer version of scipy, they don't have resize() method. Replacing it with OpenCV resize method.