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 Warp group, thank you for providing this platform. We wanted to use Warp in my project, but I encountered some issues. We modified the cartpole example and replaced the model with the ant model. We tried to compute the Jacobian matrix of joint_q wrt action, but the computation took a long time. When we printed the Jacobian matrix, we got a zero matrix. Could you give us some guidance on this?
Hi Warp group, thank you for providing this platform. We wanted to use Warp in my project, but I encountered some issues. We modified the
cartpole
example and replaced the model with theant
model. We tried to compute the Jacobian matrix ofjoint_q
wrtaction
, but the computation took a long time. When we printed the Jacobian matrix, we got a zero matrix. Could you give us some guidance on this?Here is the code snippet:
The text was updated successfully, but these errors were encountered: