Skip to content

Using brax to learn robot dynamics #291

Answered by btaba
shamilmamedov asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shamilmamedov , below is an attempt to answer some of the questions (hope it's helpful):

  • Brax can help learn dynamics of an articulated rigid body robot with multi-dof joints. We don't currently model muscles or tendons (if that's what you mean by elastic)
  • The ODE depends on the backend used, we have multiple backends in brax. f as you describe it, would be pipeline.step here or here. For some background on the generalized physics backend, see chapter 4 here, or for spring see here. I'm sure there are better references but those come top of mind
  • To specify an arbitrary joint force, you can use an actuator. When you call pipeline.step(sys, state, action) you can plug in the action fro…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by shamilmamedov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants