ptan icon indicating copy to clipboard operation
ptan copied to clipboard

DQN Speedup Windows CUDA Error

Open michael20at opened this issue 6 years ago • 0 comments

First, thanks for the great work! I tried the DQN Speedup files and was able to get 01 and 02 to run (with about 50fps on an GTX 1070), but anthing >=3 gives a Pytorch 32 Error for me as soon as I use Cuda, because apparently Pytorch on Windows can't use multiprocessing! (CUDA IPC not supported) Is there any way around this, because the speedup would be really great for experiments, and multiprocessing seems to be the most important part!

michael20at avatar Sep 02 '18 14:09 michael20at