Can MUJOCO dynamically generate models?

Discussion in 'Modeling' started by YC Liu, Nov 9, 2020.

  1. I need to generate randomly shaped blocks at random positions. Do you have any suggestions?
     
  2. Guess you will need to automatically generate/modify xml files before they are loaded into mujoco.
     
  3. Another option is to generate a set of objects outside of the field of view, or invisible, and teleport them into position when they are needed. This works well when there are not many objects and they don't vary too much.