google-deepmind / google-deepmind/dm_control

Seg fault on skin element?

未关闭
#74 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
4.7k
派生
764
PR 合并指标
30 天内没有已合并 PR

描述

I don't know if this is from `dm_control` or `MuJoCo`, but rendering with glfw on mac gives my segfault when I try to use ``.

Sample script

```
from dm_control import mjcf
from dm_control import composer
from dm_control import viewer
from dm_control import suite

width = 320
height = 240
mjcf_str = """















"""
world = mjcf.from_xml_string(mjcf_str)
world_entity = composer.ModelWrapperEntity(world)
task = composer.NullTask(world_entity)
task.control_timestep = 0.02
env = composer.Environment(task)
viewer.launch(env)
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。