MuJoco Playground

(playground.mujoco.org)
78 points kzakka | 7 comments | | HN request time: 0.726s | source | bottom
1. kzakka ◴[] No.42731528[source]
An open-source library for GPU-accelerated robot learning and sim-to-real transfer.
2. archiv ◴[] No.42731551[source]
This is great - I haven't looked at the documentation yet but do you support soft body simulation?
replies(1): >>42732362 #
3. erikfrey ◴[] No.42732362[source]
MuJoCo does support soft bodies:

https://mujoco.readthedocs.io/en/latest/modeling.html#deform...

The GPU part of MuJoCo only supports soft collisions rather than fully deformable bodies.

4. zone411 ◴[] No.42733108[source]
Playing with MuJoCo is a lot of fun. I recommend it for people who just want to experiment with RL. You can do random weird stuff like this: https://www.youtube.com/watch?v=e-9u_vepfY8. I'm really glad DeepMind is continuing to update it.
5. whatever1 ◴[] No.42735323[source]
Holy Molly. The live demo where you put a place holder and the trained robot dog just goes there is insane! You can also apply force (aka kick) the robot while it is moving!
6. gunalx ◴[] No.42737191[source]
Really cool. If we could do sim training to rl conversion in robotics, we migth get a llm moment for robotics, with good pretrained movement algorithms.