You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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
The text was updated successfully, but these errors were encountered: