-
Notifications
You must be signed in to change notification settings - Fork 130
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
Where can I get "cuda_model_laikago.dll" ? #210
Comments
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
<#210 (comment)>,
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?
The text was updated successfully, but these errors were encountered: