Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building from Source fails #45

Open
sdk777 opened this issue Jun 21, 2020 · 1 comment
Open

Building from Source fails #45

sdk777 opened this issue Jun 21, 2020 · 1 comment

Comments

@sdk777
Copy link

sdk777 commented Jun 21, 2020

I followed the following iinstruction, but it fales at $ cmake ../

$ sudo apt-get install cmake
$ git clone http://github.com/dusty-nv/jetson-reinforcement
$ cd jetson-reinforcement
$ git submodule update --init
$ mkdir build
$ cd build
$ cmake ../
$ make

I am using Nano and Jetpack 4.4.
I did twice as follows:

  1. flash SD Card
  2. initial Ubuntu setup
  3. Directly perform the above instruction.

Both failed with the same error. Thus, Pytorch is not installed. Please see the CMake error and output log files.

I really want to make this works.

Thanks!

CMakeError.log
CMakeOutput.log

@dusty-nv
Copy link
Owner

Hi @sdk777, the RL code in this repo uses an older version of PyTorch (v0.3) which unfortunately doesn't support newer JetPack's. For more info and some other recommended resources on reinforcement learning, please see this post:

#34 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants