MuJoCo – Advanced Physics Simulation
github.com
MuJoCo – Advanced Physics Simulation
1–10 of 27 posts
Re: MuJoCo – Advanced Physics Simulation
#2Re: MuJoCo – Advanced Physics Simulation
#3The 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.
Re: MuJoCo – Advanced Physics Simulation
#4PS: 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
Re: MuJoCo – Advanced Physics Simulation
#5This 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.
Re: MuJoCo – Advanced Physics Simulation
#6Re: MuJoCo – Advanced Physics Simulation
#7Re: MuJoCo – Advanced Physics Simulation
#8I 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 experiment - “see? I tested it in a simulation and it behaves exactly that way! We need to try this..”).
Re: MuJoCo – Advanced Physics Simulation
#9This 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…