Senior Staff Research Engineer @GoogleDeepMind, Tech Lead for the #MuJoCo Physics Simulator ⚙️ Numericist, Black Hole Physicist, and Mathematician by training.
@7oponaut@_xjdr It's unlikely that matmul precision is the issue. Physics simulation can be finicky when it comes to precision requirements, you could try to compile C MuJoCo in single-precision mode and see if the instability is reproducible there.
Our recommendation? @GoogleDeepMind MuJoCo.
After the update to version 3 the simulation of deformable objects has significantly improved!
It closely matches the groundtruth on both dynamic (left) and quasi-static (right) tasks and allows importing cloth meshes.
@KayraHumanoid Nice :) you probably need to do some work tuning the solver parameters. If you need help feel free to post a question as an Issue on our GitHub repo.
@KayraHumanoid In many robot models you'll want to set joint limits so that parent-child links don't go that near each other anyway, so the filtering becomes a no-op.
@KayraHumanoid You can use connect constraints to model linkages, however the constraints will be "soft" i.e. some violation should be expected like with contacts.
📢 MuJoCo @ CoRL 📢 Following our successful event at ICRA, we are once again hosting a social event in Atlanta on Nov 6th, to coincide with CoRL. Register at https://t.co/PnvFONVhVb (I won't be able to make it though, sadly.)
@BlackHC@j_foerst@FLAIR_Ox@TensorFlow_ That was "in-graph environment" -- move the environment run loop into the TF graph to avoid the GIL. It's still the same environment code at the end of the day.
@Stone_Tao@chris_j_paxton@PMOHANSRINIVAS1 I'd presume there's nontrivial overhead coming from pushing data over PCIe vs. keeping everything on device, but the latter doesn't imply that one needs to JIT the simulation and RL together.
Introducing MuJoCo 3.0: a major new release of our fast, powerful and open source tool for robotics research. 🤖
📈 GPU & TPU acceleration through #JAX
🖼️ Better simulation of more diverse objects - like clothes, screws, gears and donuts
💡 Find out more: https://t.co/KbzxeALTMV
@DavidBMulero@TheSmallQuail We decided to keep both in the release for the time being since they have different trade-offs. (Flex is still much slower, for example)