dusty-nv/jetson-reinforcement

c++ wrapper pyimport

reinaldomaslim opened this issue · 3 comments

Hi Dustin, thanks for this repo.
I am stuck at c++ wrapper especially this line results in segmentation fault (core dumped):
pyModule = PyImport_Import(pyModuleName);

Thanks

it seems that segfault at import torch line in DQN.py

Hi Dusty,

Yes, pytorch runs well in python. It didn't work on this platform: ubuntu 16.04 cuda 8 cudnn 6 gcc 5.4 gtx 1080ti, but it works on other similar machine with gtx1050.
Thanks