google-deepmind / google-deepmind/dm_control

Seg fault on skin element?

Đang mở
#74 3 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
4.7k
Fork
764
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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)
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.