google-deepmind / google-deepmind/dm_control

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

Open
#486 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
4.7k
Forks
764
PR merge metrics
No merged PRs in 30d

Description

I want to create a project from this environment: [soccer](https://github.com/google-deepmind/dm_control/tree/main/dm_control/locomotion/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!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.