walk-these-ways-go2
walk-these-ways-go2 copied to clipboard
jetson and isaac gym
Is there any difference between the installation of isaac Gym in Jetson and in PC? My system will report an error ImportError:/home/rl/IsaacGym/isaacGym/Python/isaacGym/unbinding/linux-x86_64/gym.38. so: cannot open shared object file: No such file or directory
Sorry, I've never tried installing Isaac Gym on Jetson, so I recommend installing it and training models on a PC instead.
Thank you for your reply. I would like to ask if it is possible to deploy legged_Gym using this method. I look forward to your help
You can deploy the network just by following this repo, and you can also deploy your custom neural network by libtorch, mnn or other.
Thank you for your reply. I have attempted to deploy my code using libtorch.