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.
That the calibration got the simulation so close to reality was quite impressive.
MuJoCo – Advanced Physics Simulation
11–20 of 27 posts
Re: MuJoCo – Advanced Physics Simulation
#12Re: MuJoCo – Advanced Physics Simulation
#13Earlier quoted context omitted.
That the calibration got the simulation so close to reality was quite impressive.
Though he had to resort to manual calibration. I always find he has interesting problems for domain experts and would like to see him team up with one. Also with programmers for faster programs than self taught python.
Re: MuJoCo – Advanced Physics Simulation
#14This makes me so happy and excited! Often my mind wanders into the unknown, imagining what would happy to X if it did this? Would it have friction, etc? I am looking forward to a way I can easily describe a scenario and have an LLM build a legitimate simulation for it. No more hypothetical talk! Next best thing to actual experimentation (can be a useful tool in convincing others to join you/support you in said real e…
Re: MuJoCo – Advanced Physics Simulation
#15This makes me so happy and excited! Often my mind wanders into the unknown, imagining what would happy to X if it did this? Would it have friction, etc? I am looking forward to a way I can easily describe a scenario and have an LLM build a legitimate simulation for it. No more hypothetical talk! Next best thing to actual experimentation (can be a useful tool in convincing others to join you/support you in said real e…
MuJoCo does not simulate at a scale where you can discover whether something has friction or not. Friction is a parameter to MuJoCo's simulations.
Re: MuJoCo – Advanced Physics Simulation
#16Not sure why this is hitting the home page right now but people may also be interested in Mujoco Playground [1] which is the latest RL environment wrapper of mujoco, implementing both classic deepmind-control benchmarks, and some very new interesting ones! [1] https://playground.mujoco.org/
Re: MuJoCo – Advanced Physics Simulation
#17Very early experimental prototype at the moment, doesn't work super well on phones yet, but you can try it at https://saran-t.github.io/mujoco/?model=https://raw.githubus...
It'll be relocated to live.mujoco.org over the next few days.
Re: MuJoCo – Advanced Physics Simulation
#18Re: MuJoCo – Advanced Physics Simulation
#19Re: MuJoCo – Advanced Physics Simulation
#20This 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.