chainer / chainerrl

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

Warn if numpy is 1.16.0 #475

Closed muupan closed 5 years ago

muupan commented 5 years ago

numpy==1.16.0 causes memory leak with MultiprocessVectorEnv because ndarrays are pickled when going through pipes. See https://github.com/numpy/numpy/issues/12793