Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MuJoCo engine support #20

Open
josephrocca opened this issue Oct 6, 2023 · 2 comments
Open

MuJoCo engine support #20

josephrocca opened this issue Oct 6, 2023 · 2 comments

Comments

@josephrocca
Copy link

josephrocca commented Oct 6, 2023

DeepMind bought the company behind MuJoCo a while ago and open sourced it. It's a very robust engine with a huge ecosystem around it. It's a general-purpose engine, but it's particularly well-suited to bringing embodied agents that are trained via reinforcement learning into games, since most software for training RL agents uses MuJoCo as the physics engine. The idea is that you train with Python, and then you can deploy on the web with no "domain gap" problem.

Despite being more robust / 'scientifically accurate' than game-oriented physics engines, it is still fast/efficient. Here's an existing wasm port:

I'm not sure how hard this would be to add to Phy, but if it's feasible then that would be very exciting!

Some more links to check out:

@lo-th
Copy link
Owner

lo-th commented Oct 6, 2023

yes is a very good project
but is very complex to include, and maybe too specific.
there are no javascript function to make bridge with other engine.

i already call them, if is possible to have script function to command directly but ...?
not sure is possible

@josephrocca
Copy link
Author

Deformable and non-convex bodies with multi-threading 🤤 google-deepmind/mujoco#1101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants