Unknown illegal hardware instructions! #2557
Unanswered
araaa1023
asked this question in
Asking for Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a undergrad student at South China University of Technology, I use MuJoCo for my research on Design-bench, which involved the robot morphology tasks.
My setup
I tried the steps in this link :
https://blog.csdn.net/AIhub/article/details/122095026
The following information was the details of my CPU:
(base) sarahlee@sarahdeMacBook-Pro ~ % sudo sysctl -a > sysctl_output.txt
grep -i cpu sysctl_output.txt
kern.sched_rt_avoid_cpu0: 0
kern.cpu_checkin_interval: 4000
hw.ncpu: 8
hw.activecpu: 8
hw.perflevel0.physicalcpu: 4
hw.perflevel0.physicalcpu_max: 4
hw.perflevel0.logicalcpu: 4
hw.perflevel0.logicalcpu_max: 4
hw.perflevel0.cpusperl2: 4
hw.perflevel1.physicalcpu: 4
hw.perflevel1.physicalcpu_max: 4
hw.perflevel1.logicalcpu: 4
hw.perflevel1.logicalcpu_max: 4
hw.perflevel1.cpusperl2: 4
hw.physicalcpu: 8
hw.physicalcpu_max: 8
hw.logicalcpu: 8
hw.logicalcpu_max: 8
hw.cputype: 16777228
hw.cpusubtype: 2
hw.cpu64bit_capable: 1
hw.cpufamily: -634136515
hw.cpusubfamily: 2
machdep.cpu.cores_per_package: 8
machdep.cpu.core_count: 8
machdep.cpu.logical_per_package: 8
machdep.cpu.thread_count: 8
machdep.cpu.brand_string: Apple M2
(base) sarahlee@sarahdeMacBook-Pro ~ % system_profiler SPHardwareDataType
Hardware:
My question
I met this problem :
(base)root@sarahdeMacBook-Pro bin # ./simulate ../model/humaniod.xm]zsh: illegal hardware instruction ./simulate ../model/humaniod.xml(base)root@sarahdeMacBook-Pro bin #
Minimal model and/or code that explain my question
If you encountered the issue in a complex model, please simplify it as much as possible (while still reproducing the issue).
Model:
minimal XML
Code:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions