dusty-nv / jetson-reinforcement

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

deepRL-console (python) #5

Open LaiAmy opened 7 years ago

LaiAmy commented 7 years ago

Hello~ I'm trying to build torch on TX2. When I try to verify lua + torch install, I have the problem like this screenshot from 2017-06-12 22-38-18 How can I do ? Thank you

dusty-nv commented 7 years ago

Hi, sorry for the issue.

Please pull the latest from master and rebuild with:

cmake ../ -DUSE_LUA=yes -DUSE_PYTHON=no

I’ve also updated the directions in the readme here:

https://github.com/dusty-nv/jetson-reinforcement#2-configuring-build

Thanks, Dustin

From: LaiAmy [mailto:notifications@github.com] Sent: Monday, June 12, 2017 10:42 AM To: dusty-nv/jetson-reinforcement Cc: Subscribed Subject: [dusty-nv/jetson-reinforcement] deepRL-console (python) (#5)

Hello~ I'm trying to build torch on TX2. When I try to verify lua + torch install, I have the problem like this [screenshot from 2017-06-12 22-38-18]https://user-images.githubusercontent.com/29377877/27039212-db862846-4fbf-11e7-81c6-e9d7872cb09e.png How can I do ? Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/dusty-nv/jetson-reinforcement/issues/5, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AOpDKyZrkKMGZMDD6w8yA7zIn2wHXlVaks5sDU43gaJpZM4N3NsL.


This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.

LaiAmy commented 7 years ago

Hi~ I deleted all files and rebuilded it with cmake ../ -DUSE_LUA=yes -DUSE_PYTHON=no But I got a new problem in the step 3 . screenshot from 2017-06-12 23-21-41 How can I do with this one? Thank you .