deep-rl-tensorflow icon indicating copy to clipboard operation
deep-rl-tensorflow copied to clipboard

Can't finish the training

Open Hanzy1996 opened this issue 7 years ago • 1 comments

When I train the DQN,it just stop suddenly and says

/t_train_max=50000000/unrolled_lstm=False/use_cumulated_reward=False/ 0%| | 0/50000000 [00:00<?, ?it/s]/home/hanzy/.local/lib/python2.7/site-packages/numpy/core/fromnumeric.py:2909: RuntimeWarning: Mean of empty slice. out=out, **kwargs) /home/hanzy/.local/lib/python2.7/site-packages/numpy/core/_methods.py:80: RuntimeWarning: invalid value encountered in double_scalars ret = ret.dtype.type(ret / rcount) 0%| | 50002/50000000 [28:59<482:41:00, 28.75it/s]E tensorflow/stream_executor/cuda/cuda_dnn.cc:378] Loaded runtime CuDNN library: 7005 (compatibility version 7000) but source was compiled with 5105 (compatibility version 5100). If using a binary install, upgrade your CuDNN library to match. If building from sources, make sure the library loaded at runtime matches a compatible version specified during compile configuration. F tensorflow/core/kernels/conv_ops.cc:532] Check failed: stream->parent()->GetConvolveAlgorithms(&algorithms) 已放弃 (核心已转储)

Why?

Hanzy1996 avatar Mar 01 '18 12:03 Hanzy1996

This has nothing to do with the source of this repo, but with your tf installation. Be sure to check it before using it: https://www.tensorflow.org/install/install_linux#ValidateYourInstallation

florath avatar Apr 01 '18 07:04 florath