p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch

RuntimeError: cuda runtime error (801) : operation not supported at ..\torch/csrc/generic/StorageSharing.cpp:247

zhouwy-lv opened this issue · 0 comments

Hi !
When I run PPO, I got the error "RuntimeError: cuda runtime error (801) : operation not supported at ..\torch/csrc/generic/StorageSharing.cpp:247". I set config.use_GPU = True .
So, how can I solve this problem?