logoalt Hacker News

MuJoCo – Advanced Physics Simulation

31 pointsby modinfolast Sunday at 12:34 AM5 commentsview on HN

Comments

prathjetoday at 10:52 AM

We are using MuJoCo to train a G1 humanoid robot right now. The best thing is that we do not need to fight with NVIDIA software and that it runs on macOS.

PS: I just finished a first draft for agentic skills around working with MuJoCo in Python. Feel free to check them out here: https://github.com/prathje/agentic_mujoco_skills

cachiustoday at 10:33 AM

This is what StuffMadeHere used in his latest video to simulate a mini-golf course! https://www.youtube.com/watch?v=2OfjZ3ORJfc&t=368s

The physics engine I'm using is called MuJoCo. And if you're wondering why I didn't write my own physics engine, it's basically because I don't have 20 years.

show 1 reply
zokiertoday at 11:00 AM

Mujoco is also key part of nvidias Newton physics system

https://github.com/newton-physics/newton

4corners4sidestoday at 9:36 AM

People have made cool racing education simulators with this too: https://github.com/FT-Autonomous/ft_grandprix.

xingyi_devtoday at 11:09 AM

[dead]