chainer / chainerrl

ChainerRL is a deep reinforcement learning library built on top of Chainer.
MIT License
1.18k stars 224 forks source link

Use cupyx.scatter_add instead of cupy.scatter_add #537

Closed muupan closed 5 years ago

muupan commented 5 years ago

as the latter is deprecated by cupy from v4.

This PR suppresses deprecation warnings from cupy:

DeprecationWarning: cupy.scatter_add is deprecated. Use cupyx.scatter_add instead.

cupy.scatter_add is available from cupy v4, which is the minimum version we support.

muupan commented 5 years ago

/test

pfn-ci-bot commented 5 years ago

Successfully created a job for commit 55b55d0: