Replies: 1 comment 3 replies
-
Which version of OSQP are you interested in using? OSQP should be capable of being used in parallel environments with no changes, as long as you have a different solver object for each problem you wish to solve and also manually create the threads and call the OSQP library from the threads. There is a known issue with the upcoming GPU backend and multiple solvers at the same time, but the built-in algebra (which is the default, and also what is in the current 0.6 releases) should work fine. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there anyone who has solved QP in parallel environments like Gym before?
What I want to do is solving a QP problem in each environment in parallel. I've been using OSQP only in a single environment in Gazebo, but couldn't find much information relating to using OSQP in multi environments in parallel. (#553 is the only related discussion I've found but still didn't get much information from here.)
So I would really love to get any tips or suggestions about how to solve QP in parallel environments. Thanks in advance!!
+edited)
I tagged the wrong discussion so I corrected the number.
Beta Was this translation helpful? Give feedback.
All reactions