google-deepmind / google-deepmind/dm_control
Is there a way to get the .xml file of the locomotion soccer environment? Run environment in GPU?
未关闭
- 主要语言
- Python
- 星标
- 4.7k
- 派生
- 764
- PR 合并指标
- 30 天内没有已合并 PR
描述
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!
贡献指南
评估
这个 Issue 还没有评估数据。