dusty-nv / jetson-reinforcement

Deep reinforcement learning GPU libraries for NVIDIA Jetson TX1/TX2 with PyTorch, OpenAI Gym, and Gazebo robotics simulator.
MIT License
880 stars 224 forks source link

jetson-reinforcement/build/pytorch/torch/_thnn/utils.py:1: RuntimeWarning: Parent module 'torch._thnn' not found while handling absolute import #30

Open yulivee opened 5 years ago

yulivee commented 5 years ago

What are the requirements for setting up this project? I am trying to run in on NVidia Jetson TX2 with JetPack 3.2 installed and get the error stated in the title during the cmake step. The build leaves me with a non-working pytorch. I was wondering wheter I missed some dependencies.