MuJoCo – Advanced Physics Simulation

(github.com)

26 points | by modinfo 3 days ago

4 comments

  • zokier 4 minutes ago
    [delayed]
  • prathje 12 minutes ago
    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

  • cachius 31 minutes ago
    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.

    • prathje 8 minutes ago
      That the calibration got the simulation so close to reality was quite impressive.
  • 4corners4sides 1 hour ago
    People have made cool racing education simulators with this too: https://github.com/FT-Autonomous/ft_grandprix.