Hacker News new | ask | show | jobs
by schizo89 1174 days ago
Not only vectorization, but the plethora of environments written in jax. Hopefully someone will port MuJoCo to jax soon
1 comments

There is Brax, a differentiable physics simulator written in Jax. It includes Gym tasks such as Ant, Humanoid and more: https://github.com/google/brax It is not full MuJoCo but a good base to add more features. Aside from position based dynamics (xpbd) it features motion in generalized coordinates using the same accurate robot dynamics algorithms as MuJoCo and TDS (Tiny Differentiable Simulator).