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

Is there a way to get the .xml file of the locomotion soccer environment? Run environment in GPU? #486

Open
StefanoBraghetto opened this issue Jul 23, 2024 · 3 comments

Comments

@StefanoBraghetto
Copy link

I want to create a project from this environment: soccer
But I can't get with the .xml. My final objective is to run it in the GPU so I can run multiple instance of it at the same time. I was reading that this is possible with mujoco_mjx and I could load the environment doing:

mj_model = mujoco.MjModel.from_xml_path(
        (path / 'name_file.xml').as_posix())

please help!

@sibocw
Copy link
Contributor

sibocw commented Oct 18, 2024

I think #429 gives the answer, unless the developers have since decided to retrofit MJX?

@kevinzakka
Copy link
Collaborator

@sibocw @StefanoBraghetto I have an implementation of dm_control suite that is fully based on MJX and will be open-sourced very soon.

@sibocw
Copy link
Contributor

sibocw commented Oct 21, 2024

@kevinzakka Awesome! Looking forward :)

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

3 participants