Open hjyu94 opened 1 year ago
It has been a while that I looked at that code. You need to build and run another executable (that uses CppAD/CppADCodeGen) that will generate the CUDA DLL, and then make sure that DLL is in the right location (I used symbolic links for that).
This CUDA code generation is very experimental and not user friendly. I highly recommend looking into NVIDIA Warp, Google Brax/Jax or OpenAL Triton, DiffTaichi or Nimble Physics instead (unless you have time digging into this C++ code).
I truly appreciate your time and effort in helping me with this matter. Your expertise and insights in this field have been invaluable to me, and I cannot thank you enough for your continuous support.
Sincerely
2023년 5월 1일 (월) 오후 2:06, erwincoumans @.***>님이 작성:
It has been a while that I looked at that code. You need to build and run another executable (that uses CppAD/CppADCodeGen) that will generate the CUDA DLL, and then make sure that DLL is in the right location (I used symbolic links for that).
It is not user friendly. I highly recommend looking into NVIDIA Warp, Google Brax/Jax or OpenAL Triton instead (unless you have time digging into this C++ code).
— Reply to this email directly, view it on GitHub https://github.com/erwincoumans/tiny-differentiable-simulator/issues/210#issuecomment-1529352613, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJWM5267Y4Y4UR56CX5TX4LXD5AEFANCNFSM6AAAAAAVYXT3C4 . You are receiving this because you authored the thread.Message ID: @.*** com>
Error
After running ars_train_policy_cuda project, I got this error. Where can I get "cuda_model_laikago.dll" file?